Sea Green
#116E4F
GreenColor Codes
All color formats for development
HEX
#116E4FRGB
rgb(17, 110, 79)HSL
hsl(160, 73%, 25%)OKLCH
oklch(0.479 0.096 164.4)CMYK
cmyk(85%, 0%, 28%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F6347
2#0E583F
3#0C4D37
4#0A4230
5#093728
6#072C20
7#052118
8#031610
9#020B08
Tints
Lighter variations
1#168F67
2#1CB07F
3#21D297
4#38E0A8
5#5AE5B7
6#7BEAC5
7#9CF0D4
8#BDF5E2
9#DEFAF1
Tones
Muted variations
1#166A4E
2#1B654C
3#1F604B
4#245C49
5#285748
6#2D5246
7#324E44
8#364943
9#3B4441
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD3 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7BB | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC28C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4733 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF9;
--sea-green-100: #E0FAF1;
--sea-green-200: #C6F6E6;
--sea-green-300: #9AEFD3;
--sea-green-400: #65E7BB;
--sea-green-500: #38E0A8;
--sea-green-600: #1EC28C;
--sea-green-700: #189A6F;
--sea-green-800: #116E4F;
--sea-green-900: #0B4733;
--sea-green-950: #072C20;
}