Sea Green
#12A163
GreenColor Codes
All color formats for development
HEX
#12A163RGB
rgb(18, 161, 99)HSL
hsl(154, 80%, 35%)OKLCH
oklch(0.626 0.145 157)CMYK
cmyk(89%, 0%, 39%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#109159
2#0E814F
3#0C7045
4#0B603B
5#095031
6#074028
7#05301E
8#042014
9#02100A
Tints
Lighter variations
1#15BE75
2#18DC87
3#2EE897
4#4CEBA6
5#6AEEB5
6#88F2C4
7#A5F5D3
8#C3F8E1
9#E1FCF0
Tones
Muted variations
1#199A62
2#209261
3#278B60
4#2E845F
5#367D5E
6#3D765D
7#446F5C
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 #95F3CB | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDAF | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E898 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA7C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A163 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7347 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08492D | 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: #95F3CB;
--sea-green-400: #5EEDAF;
--sea-green-500: #30E898;
--sea-green-600: #16CA7C;
--sea-green-700: #12A163;
--sea-green-800: #0D7347;
--sea-green-900: #08492D;
--sea-green-950: #052E1C;
}