Teal
#199A77
GreenColor Codes
All color formats for development
HEX
#199A77RGB
rgb(25, 154, 119)HSL
hsl(164, 72%, 35%)OKLCH
oklch(0.612 0.118 168.6)CMYK
cmyk(84%, 0%, 23%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168A6B
2#147B5F
3#116B53
4#0F5C48
5#0C4D3C
6#0A3D30
7#072E24
8#051F18
9#020F0C
Tints
Lighter variations
1#1EB68D
2#22D3A4
3#37DFB2
4#54E3BD
5#70E8C8
6#8DECD3
7#A9F1DE
8#C6F6E9
9#E2FAF4
Tones
Muted variations
1#1F9374
2#268D71
3#2C866E
4#33806B
5#397968
6#407365
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 #C6F6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD8 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6C4 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC196 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4637 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFA;
--teal-100: #E0FAF3;
--teal-200: #C6F6E9;
--teal-300: #9AEFD8;
--teal-400: #65E6C4;
--teal-500: #3ADFB3;
--teal-600: #1FC196;
--teal-700: #199A77;
--teal-800: #126E55;
--teal-900: #0B4637;
--teal-950: #072C22;
}