Sea Green
#149F50
GreenColor Codes
All color formats for development
HEX
#149F50RGB
rgb(20, 159, 80)HSL
hsl(146, 78%, 35%)OKLCH
oklch(0.617 0.16 151.2)CMYK
cmyk(87%, 0%, 50%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F48
2#107F40
3#0E6F38
4#0C5F30
5#0A4F28
6#084020
7#063018
8#042010
9#021008
Tints
Lighter variations
1#17BC5F
2#1BDA6E
3#30E57F
4#4EE991
5#6BEDA4
6#89F0B6
7#A6F4C8
8#C4F8DA
9#E1FBED
Tones
Muted variations
1#1B9851
2#229152
3#298A53
4#2F8354
5#367C55
6#3D7556
7#446E56
8#4B6757
9#526058
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BE | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB9C | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E680 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C865 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F50 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7139 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094925 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF7;
--sea-green-100: #DFFBEB;
--sea-green-200: #C4F8DA;
--sea-green-300: #97F2BE;
--sea-green-400: #60EB9C;
--sea-green-500: #33E680;
--sea-green-600: #19C865;
--sea-green-700: #149F50;
--sea-green-800: #0E7139;
--sea-green-900: #094925;
--sea-green-950: #062D17;
}