Shades of Deep Teal #194D3E
Tints of Deep Teal #194D3E
RGB
CMYK
RGB Variations
Color information
#194D3E (or 0x194D3E) is known color: Deep Teal. HEX triplet: 19, 4D and 3E. RGB value is (25,77,62). Sum of RGB (Red+Green+Blue) = 25+77+62=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 77 - color contains mainly: green. Hex color #194D3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D3E is #E6B2C1. Grayscale: #3B3B3B. Windows color (decimal): -15119042 or 4082969. OLE color: 4082969.
HSL color Cylindrical-coordinate representation of color #194D3E: hue angle of 162.69º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194D3E is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 77 | 62 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.70 |
| HSL | 162.69º | 0.51% | 0.2% | - |
| HSV(B) | 162.69º | 0.68% | 0.3% | - |
| XYZ | 3.92 | 5.86 | 5.48 | - |
| YUV | 59.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 62 | 0.68 | 0 | 0.19 | 0.70 | 162.69 | 0.51 | 0.2 |
| Hex | 19 | 4D | 3E | 44 | 0 | 13 | 46 | A3 | 33 | 14 |
| Octal | 31 | 115 | 76 | 104 | 0 | 23 | 106 | 243 | 63 | 24 |
| Binary | 11001 | 1001101 | 111110 | 1000100 | 0 | 10011 | 1000110 | 10100011 | 110011 | 10100 |
Color Harmonies of #194D3E
Complementary color
Monochromatic Colors of #194D3E
Black with #194D3E
Text Example
Text Example
White with #194D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D3E; }
p { color: rgb(25,77,62); }
H1.HeaderClassName
{
color: #194D3E;
}
.AnyTagClassName
{
color: #194D3E;
}
</style>
background-color css
<style>
a { background-color: #194D3E; }
a { background-color: rgb(25,77,62); }
div.DivClassName
{
background-color: #194D3E;
}
.BgClassName
{
background-color: #194D3E;
}
</style>
border-color css
<style>
span { border-color: #194D3E; }
span { border-color: rgb(25,77,62); }
td.TdClassName
{
border-color: #194D3E;
}
.TagClassName
{
border-color: #194D3E;
}
</style>