Teal
#199A75
GreenColor Codes
All color formats for development
HEX
#199A75RGB
rgb(25, 154, 117)HSL
hsl(163, 72%, 35%)OKLCH
oklch(0.612 0.119 167.4)CMYK
cmyk(84%, 0%, 24%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168A69
2#147B5E
3#116B52
4#0F5C46
5#0C4D3B
6#0A3D2F
7#072E23
8#051F17
9#020F0C
Tints
Lighter variations
1#1EB68B
2#22D3A1
3#37DFAF
4#54E3BB
5#70E8C6
6#8DECD1
7#A9F1DD
8#C6F6E8
9#E2FAF4
Tones
Muted variations
1#1F9372
2#268D70
3#2C866D
4#33806A
5#397967
6#407364
7#466D62
8#4C665F
9#53605C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD7 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6C2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFB0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC193 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4636 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFA;
--teal-100: #E0FAF3;
--teal-200: #C6F6E8;
--teal-300: #9AEFD7;
--teal-400: #65E6C2;
--teal-500: #3ADFB0;
--teal-600: #1FC193;
--teal-700: #199A75;
--teal-800: #126E54;
--teal-900: #0B4636;
--teal-950: #072C21;
}