Sea Green
#199A6F
GreenColor Codes
All color formats for development
HEX
#199A6FRGB
rgb(25, 154, 111)HSL
hsl(160, 72%, 35%)OKLCH
oklch(0.61 0.124 164.1)CMYK
cmyk(84%, 0%, 28%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168A64
2#147B59
3#116B4D
4#0F5C42
5#0C4D37
6#0A3D2C
7#072E21
8#051F16
9#020F0B
Tints
Lighter variations
1#1EB683
2#22D398
3#37DFA7
4#54E3B3
5#70E8C0
6#8DECCD
7#A9F1D9
8#C6F6E6
9#E2FAF2
Tones
Muted variations
1#1F936D
2#268D6A
3#2C8668
4#338066
5#397964
6#407362
7#466D60
8#4C665E
9#53605B
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 #9AEFD2 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6BB | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC18B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4633 | 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: #9AEFD2;
--sea-green-400: #65E6BB;
--sea-green-500: #3ADFA8;
--sea-green-600: #1FC18B;
--sea-green-700: #199A6F;
--sea-green-800: #126E4F;
--sea-green-900: #0B4633;
--sea-green-950: #072C20;
}