Sea Green
#169C59
GreenColor Codes
All color formats for development
HEX
#169C59RGB
rgb(22, 156, 89)HSL
hsl(150, 75%, 35%)OKLCH
oklch(0.61 0.147 154.3)CMYK
cmyk(86%, 0%, 43%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#148D50
2#127D47
3#106D3E
4#0D5E36
5#0B4E2D
6#093E24
7#072F1B
8#041F12
9#021009
Tints
Lighter variations
1#1AB96A
2#1FD67A
3#34E28B
4#51E69C
5#6EEAAC
6#8BEEBD
7#A8F3CD
8#C5F7DE
9#E2FBEE
Tones
Muted variations
1#1D9559
2#248F59
3#2A8859
4#318159
5#387B59
6#3E7459
7#456D59
8#4C6759
9#536059
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0C4 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9A6 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E28C | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC470 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107040 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4729 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF7;
--sea-green-100: #E0FBED;
--sea-green-200: #C5F7DE;
--sea-green-300: #98F0C4;
--sea-green-400: #63E9A6;
--sea-green-500: #36E28C;
--sea-green-600: #1CC470;
--sea-green-700: #169C59;
--sea-green-800: #107040;
--sea-green-900: #0A4729;
--sea-green-950: #062D1A;
}