Sea Green
#176960
CyanColor Codes
All color formats for development
HEX
#176960RGB
rgb(23, 105, 96)HSL
hsl(173, 64%, 25%)OKLCH
oklch(0.472 0.076 184)CMYK
cmyk(78%, 0%, 9%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E56
2#12544C
3#104943
4#0E3F39
5#0B3430
6#092A26
7#071F1D
8#051513
9#020A0A
Tints
Lighter variations
1#1E887C
2#25A798
3#2CC7B5
4#43D6C5
5#62DDCE
6#82E3D8
7#A1EAE2
8#C0F1EC
9#E0F8F5
Tones
Muted variations
1#1B645C
2#1F6059
3#235C56
4#275853
5#2B544F
6#2F504C
7#344C49
8#384846
9#3C4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE1 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD2 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17695F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCFB;
--sea-green-100: #E2F9F6;
--sea-green-200: #C9F3EE;
--sea-green-300: #9FEAE1;
--sea-green-400: #6DDFD2;
--sea-green-500: #43D6C5;
--sea-green-600: #28B8A7;
--sea-green-700: #209285;
--sea-green-800: #17695F;
--sea-green-900: #0F433D;
--sea-green-950: #092A26;
}