Sea Green
#16695B
CyanColor Codes
All color formats for development
HEX
#16695BRGB
rgb(22, 105, 91)HSL
hsl(170, 65%, 25%)OKLCH
oklch(0.47 0.079 178.4)CMYK
cmyk(79%, 0%, 13%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F52
2#125449
3#104A40
4#0D3F37
5#0B352E
6#092A25
7#07201B
8#041512
9#020B09
Tints
Lighter variations
1#1D8977
2#24A892
3#2AC8AE
4#42D7BE
5#61DEC9
6#81E4D4
7#A0EBDE
8#C0F2E9
9#DFF8F4
Tones
Muted variations
1#1A6559
2#1F6156
3#235D53
4#275950
5#2B544E
6#2F504B
7#334C48
8#374845
9#3C4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEADE | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0CC | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9380 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16695B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCFB;
--sea-green-100: #E2F9F5;
--sea-green-200: #C8F3EC;
--sea-green-300: #9EEADE;
--sea-green-400: #6CE0CC;
--sea-green-500: #42D7BE;
--sea-green-600: #27B9A1;
--sea-green-700: #1F9380;
--sea-green-800: #16695B;
--sea-green-900: #0E433A;
--sea-green-950: #092A25;
}