Sea Green
#149F60
GreenColor Codes
All color formats for development
HEX
#149F60RGB
rgb(20, 159, 96)HSL
hsl(153, 78%, 35%)OKLCH
oklch(0.62 0.145 156.2)CMYK
cmyk(87%, 0%, 40%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F57
2#107F4D
3#0E6F43
4#0C5F3A
5#0A4F30
6#084026
7#06301D
8#042013
9#02100A
Tints
Lighter variations
1#17BC72
2#1BDA84
3#30E594
4#4EE9A3
5#6BEDB3
6#89F0C2
7#A6F4D1
8#C4F8E0
9#E1FBF0
Tones
Muted variations
1#1B9860
2#22915F
3#298A5E
4#2F835D
5#367C5D
6#3D755C
7#446E5B
8#4B675B
9#52605A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C9 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBAD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E695 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C879 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7145 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF8;
--sea-green-100: #DFFBEF;
--sea-green-200: #C4F8E0;
--sea-green-300: #97F2C9;
--sea-green-400: #60EBAD;
--sea-green-500: #33E695;
--sea-green-600: #19C879;
--sea-green-700: #149F60;
--sea-green-800: #0E7145;
--sea-green-900: #09492C;
--sea-green-950: #062D1B;
}