Shades of Deep Teal #194B3E
Tints of Deep Teal #194B3E
RGB
CMYK
RGB Variations
Color information
#194B3E (or 0x194B3E) is known color: Deep Teal. HEX triplet: 19, 4B and 3E. RGB value is (25,75,62). Sum of RGB (Red+Green+Blue) = 25+75+62=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 75 - color contains mainly: green. Hex color #194B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B3E is #E6B4C1. Grayscale: #3A3A3A. Windows color (decimal): -15119554 or 4082457. OLE color: 4082457.
HSL color Cylindrical-coordinate representation of color #194B3E: hue angle of 164.4º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194B3E is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 75 | 62 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.71 |
| HSL | 164.4º | 0.5% | 0.2% | - |
| HSV(B) | 164.4º | 0.67% | 0.29% | - |
| XYZ | 3.79 | 5.59 | 5.44 | - |
| YUV | 58.57 | 129.94 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 62 | 0.67 | 0 | 0.17 | 0.71 | 164.4 | 0.5 | 0.2 |
| Hex | 19 | 4B | 3E | 43 | 0 | 11 | 47 | A4 | 32 | 14 |
| Octal | 31 | 113 | 76 | 103 | 0 | 21 | 107 | 244 | 62 | 24 |
| Binary | 11001 | 1001011 | 111110 | 1000011 | 0 | 10001 | 1000111 | 10100100 | 110010 | 10100 |
Color Harmonies of #194B3E
Complementary color
Monochromatic Colors of #194B3E
Black with #194B3E
Text Example
Text Example
White with #194B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B3E; }
p { color: rgb(25,75,62); }
H1.HeaderClassName
{
color: #194B3E;
}
.AnyTagClassName
{
color: #194B3E;
}
</style>
background-color css
<style>
a { background-color: #194B3E; }
a { background-color: rgb(25,75,62); }
div.DivClassName
{
background-color: #194B3E;
}
.BgClassName
{
background-color: #194B3E;
}
</style>
border-color css
<style>
span { border-color: #194B3E; }
span { border-color: rgb(25,75,62); }
td.TdClassName
{
border-color: #194B3E;
}
.TagClassName
{
border-color: #194B3E;
}
</style>