Sea Green
#12A15C
GreenColor Codes
All color formats for development
HEX
#12A15CRGB
rgb(18, 161, 92)HSL
hsl(151, 80%, 35%)OKLCH
oklch(0.624 0.152 154.5)CMYK
cmyk(89%, 0%, 43%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#109152
2#0E8149
3#0C7040
4#0B6037
5#09502E
6#074025
7#05301B
8#042012
9#021009
Tints
Lighter variations
1#15BE6D
2#18DC7E
3#2EE88E
4#4CEB9E
5#6AEEAE
6#88F2BE
7#A5F5CF
8#C3F8DF
9#E1FCEF
Tones
Muted variations
1#199A5B
2#20925B
3#278B5B
4#2E845B
5#367D5A
6#3D765A
7#446F5A
8#4B685A
9#526059
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3C6 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDA8 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E88F | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA73 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A15C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7341 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08492A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF8;
--sea-green-100: #DFFBEE;
--sea-green-200: #C3F8DF;
--sea-green-300: #95F3C6;
--sea-green-400: #5EEDA8;
--sea-green-500: #30E88F;
--sea-green-600: #16CA73;
--sea-green-700: #12A15C;
--sea-green-800: #0D7341;
--sea-green-900: #08492A;
--sea-green-950: #052E1A;
}