Sea Green
#16695A
CyanColor Codes
All color formats for development
HEX
#16695ARGB
rgb(22, 105, 90)HSL
hsl(169, 65%, 25%)OKLCH
oklch(0.469 0.08 177.3)CMYK
cmyk(79%, 0%, 14%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F51
2#125448
3#104A3F
4#0D3F36
5#0B352D
6#092A24
7#07201B
8#041512
9#020B09
Tints
Lighter variations
1#1D8975
2#24A890
3#2AC8AB
4#42D7BB
5#61DEC7
6#81E4D2
7#A0EBDD
8#C0F2E8
9#DFF8F4
Tones
Muted variations
1#1A6557
2#1F6155
3#235D52
4#27594F
5#2B544D
6#2F504A
7#334C48
8#374845
9#3C4442
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEADC | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0CA | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B99E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F937E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16695A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCFA;
--sea-green-100: #E2F9F4;
--sea-green-200: #C8F3EB;
--sea-green-300: #9EEADC;
--sea-green-400: #6CE0CA;
--sea-green-500: #42D7BB;
--sea-green-600: #27B99E;
--sea-green-700: #1F937E;
--sea-green-800: #16695A;
--sea-green-900: #0E433A;
--sea-green-950: #092A24;
}