Sea Green
#12A160
GreenColor Codes
All color formats for development
HEX
#12A160RGB
rgb(18, 161, 96)HSL
hsl(153, 80%, 35%)OKLCH
oklch(0.625 0.148 155.9)CMYK
cmyk(89%, 0%, 40%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#109157
2#0E814D
3#0C7043
4#0B603A
5#095030
6#074027
7#05301D
8#042013
9#02100A
Tints
Lighter variations
1#15BE72
2#18DC84
3#2EE894
4#4CEBA4
5#6AEEB3
6#88F2C2
7#A5F5D1
8#C3F8E1
9#E1FCF0
Tones
Muted variations
1#199A60
2#20925F
3#278B5E
4#2E845E
5#367D5D
6#3D765C
7#446F5B
8#4B685B
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 | C3F8 #C3F8E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3C9 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDAD | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E895 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA79 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A160 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7345 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08492C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1C | 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: #C3F8E1;
--sea-green-300: #95F3C9;
--sea-green-400: #5EEDAD;
--sea-green-500: #30E895;
--sea-green-600: #16CA79;
--sea-green-700: #12A160;
--sea-green-800: #0D7345;
--sea-green-900: #08492C;
--sea-green-950: #052E1C;
}