Sea Green
#169C64
GreenColor Codes
All color formats for development
HEX
#169C64RGB
rgb(22, 156, 100)HSL
hsl(155, 75%, 35%)OKLCH
oklch(0.613 0.137 158.4)CMYK
cmyk(86%, 0%, 36%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#148D5A
2#127D50
3#106D46
4#0D5E3C
5#0B4E32
6#093E28
7#072F1E
8#041F14
9#02100A
Tints
Lighter variations
1#1AB977
2#1FD68A
3#34E299
4#51E6A8
5#6EEAB6
6#8BEEC5
7#A8F3D3
8#C5F7E2
9#E2FBF0
Tones
Muted variations
1#1D9563
2#248F62
3#2A8861
4#318160
5#387B5F
6#3E745E
7#456D5D
8#4C675B
9#53605A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0CC | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9B1 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E29B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC47E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A472E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF8;
--sea-green-100: #E0FBEF;
--sea-green-200: #C5F7E2;
--sea-green-300: #98F0CC;
--sea-green-400: #63E9B1;
--sea-green-500: #36E29B;
--sea-green-600: #1CC47E;
--sea-green-700: #169C64;
--sea-green-800: #107048;
--sea-green-900: #0A472E;
--sea-green-950: #062D1D;
}