Sea Green
#12A168
GreenColor Codes
All color formats for development
HEX
#12A168RGB
rgb(18, 161, 104)HSL
hsl(156, 80%, 35%)OKLCH
oklch(0.627 0.141 158.9)CMYK
cmyk(89%, 0%, 35%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10915D
2#0E8153
3#0C7048
4#0B603E
5#095034
6#074029
7#05301F
8#042015
9#02100A
Tints
Lighter variations
1#15BE7B
2#18DC8E
3#2EE89E
4#4CEBAB
5#6AEEB9
6#88F2C7
7#A5F5D5
8#C3F8E3
9#E1FCF1
Tones
Muted variations
1#199A66
2#209265
3#278B63
4#2E8462
5#367D60
6#3D765F
7#446F5E
8#4B685C
9#52605B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3CE | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDB4 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E89F | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A168 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D734A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08492F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF9;
--sea-green-100: #DFFBF0;
--sea-green-200: #C3F8E3;
--sea-green-300: #95F3CE;
--sea-green-400: #5EEDB4;
--sea-green-500: #30E89F;
--sea-green-600: #16CA82;
--sea-green-700: #12A168;
--sea-green-800: #0D734A;
--sea-green-900: #08492F;
--sea-green-950: #052E1E;
}