Sea Green
#12A16C
GreenColor Codes
All color formats for development
HEX
#12A16CRGB
rgb(18, 161, 108)HSL
hsl(158, 80%, 35%)OKLCH
oklch(0.628 0.137 160.6)CMYK
cmyk(89%, 0%, 33%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#109161
2#0E8157
3#0C704C
4#0B6041
5#095036
6#07402B
7#053020
8#042016
9#02100B
Tints
Lighter variations
1#15BE80
2#18DC95
3#2EE8A4
4#4CEBB1
5#6AEEBE
6#88F2CB
7#A5F5D8
8#C3F8E5
9#E1FCF2
Tones
Muted variations
1#199A6A
2#209268
3#278B67
4#2E8465
5#367D63
6#3D7661
7#446F5F
8#4B685D
9#52605B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D1 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDB9 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A16C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D734D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084932 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF9;
--sea-green-100: #DFFBF1;
--sea-green-200: #C3F8E5;
--sea-green-300: #95F3D1;
--sea-green-400: #5EEDB9;
--sea-green-500: #30E8A5;
--sea-green-600: #16CA88;
--sea-green-700: #12A16C;
--sea-green-800: #0D734D;
--sea-green-900: #084932;
--sea-green-950: #052E1F;
}