Sea Green
#12A15E
GreenColor Codes
All color formats for development
HEX
#12A15ERGB
rgb(18, 161, 94)HSL
hsl(152, 80%, 35%)OKLCH
oklch(0.625 0.15 155.2)CMYK
cmyk(89%, 0%, 42%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#109155
2#0E814B
3#0C7042
4#0B6038
5#09502F
6#074026
7#05301C
8#042013
9#021009
Tints
Lighter variations
1#15BE6F
2#18DC81
3#2EE891
4#4CEBA1
5#6AEEB1
6#88F2C0
7#A5F5D0
8#C3F8E0
9#E1FCEF
Tones
Muted variations
1#199A5E
2#20925D
3#278B5D
4#2E845C
5#367D5C
6#3D765B
7#446F5B
8#4B685A
9#52605A
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 #C3F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3C7 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDAB | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E892 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A15E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7343 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08492B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1B | 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: #C3F8E0;
--sea-green-300: #95F3C7;
--sea-green-400: #5EEDAB;
--sea-green-500: #30E892;
--sea-green-600: #16CA76;
--sea-green-700: #12A15E;
--sea-green-800: #0D7343;
--sea-green-900: #08492B;
--sea-green-950: #052E1B;
}