Shades of Deep Teal #19473B
Tints of Deep Teal #19473B
RGB
CMYK
RGB Variations
Color information
#19473B (or 0x19473B) is known color: Deep Teal. HEX triplet: 19, 47 and 3B. RGB value is (25,71,59). Sum of RGB (Red+Green+Blue) = 25+71+59=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 71 - color contains mainly: green. Hex color #19473B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19473B is #E6B8C4. Grayscale: #373737. Windows color (decimal): -15120581 or 3884825. OLE color: 3884825.
HSL color Cylindrical-coordinate representation of color #19473B: hue angle of 164.35º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #19473B is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 71 | 59 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.72 |
| HSL | 164.35º | 0.48% | 0.19% | - |
| HSV(B) | 164.35º | 0.65% | 0.28% | - |
| XYZ | 3.44 | 5.03 | 4.93 | - |
| YUV | 55.88 | 129.76 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 71 | 59 | 0.65 | 0 | 0.17 | 0.72 | 164.35 | 0.48 | 0.19 |
| Hex | 19 | 47 | 3B | 41 | 0 | 11 | 48 | A4 | 30 | 13 |
| Octal | 31 | 107 | 73 | 101 | 0 | 21 | 110 | 244 | 60 | 23 |
| Binary | 11001 | 1000111 | 111011 | 1000001 | 0 | 10001 | 1001000 | 10100100 | 110000 | 10011 |
Color Harmonies of #19473B
Complementary color
Monochromatic Colors of #19473B
Black with #19473B
Text Example
Text Example
White with #19473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19473B; }
p { color: rgb(25,71,59); }
H1.HeaderClassName
{
color: #19473B;
}
.AnyTagClassName
{
color: #19473B;
}
</style>
background-color css
<style>
a { background-color: #19473B; }
a { background-color: rgb(25,71,59); }
div.DivClassName
{
background-color: #19473B;
}
.BgClassName
{
background-color: #19473B;
}
</style>
border-color css
<style>
span { border-color: #19473B; }
span { border-color: rgb(25,71,59); }
td.TdClassName
{
border-color: #19473B;
}
.TagClassName
{
border-color: #19473B;
}
</style>