Sea Green
#116E5C
CyanColor Codes
All color formats for development
HEX
#116E5CRGB
rgb(17, 110, 92)HSL
hsl(168, 73%, 25%)OKLCH
oklch(0.483 0.086 175.4)CMYK
cmyk(85%, 0%, 16%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F6353
2#0E5849
3#0C4D40
4#0A4237
5#09372E
6#072C25
7#05211C
8#031612
9#020B09
Tints
Lighter variations
1#168F77
2#1CB093
3#21D2AE
4#38E0BF
5#5AE5C9
6#7BEAD4
7#9CF0DF
8#BDF5EA
9#DEFAF4
Tones
Muted variations
1#166A59
2#1B6556
3#1F6053
4#245C51
5#28574E
6#2D524B
7#324E48
8#364945
9#3B4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDE | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7CD | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDFB;
--sea-green-100: #E0FAF5;
--sea-green-200: #C6F6EC;
--sea-green-300: #9AEFDE;
--sea-green-400: #65E7CD;
--sea-green-500: #38E0BF;
--sea-green-600: #1EC2A1;
--sea-green-700: #189A80;
--sea-green-800: #116E5C;
--sea-green-900: #0B473B;
--sea-green-950: #072C25;
}