Sea Green
#16695D
CyanColor Codes
All color formats for development
HEX
#16695DRGB
rgb(22, 105, 93)HSL
hsl(171, 65%, 25%)OKLCH
oklch(0.47 0.078 180.6)CMYK
cmyk(79%, 0%, 11%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F53
2#12544A
3#104A41
4#0D3F38
5#0B352E
6#092A25
7#07201C
8#041513
9#020B09
Tints
Lighter variations
1#1D8979
2#24A894
3#2AC8B0
4#42D7C0
5#61DECB
6#81E4D5
7#A0EBE0
8#C0F2EA
9#DFF8F5
Tones
Muted variations
1#1A655A
2#1F6157
3#235D54
4#275951
5#2B544E
6#2F504B
7#334C48
8#374846
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 #C8F3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEADF | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0CE | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9382 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16695D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433B | 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: #C8F3ED;
--sea-green-300: #9EEADF;
--sea-green-400: #6CE0CE;
--sea-green-500: #42D7C0;
--sea-green-600: #27B9A3;
--sea-green-700: #1F9382;
--sea-green-800: #16695D;
--sea-green-900: #0E433B;
--sea-green-950: #092A25;
}