Shades of Deep Teal #19473F
Tints of Deep Teal #19473F
RGB
CMYK
RGB Variations
Color information
#19473F (or 0x19473F) is known color: Deep Teal. HEX triplet: 19, 47 and 3F. RGB value is (25,71,63). Sum of RGB (Red+Green+Blue) = 25+71+63=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #19473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19473F is #E6B8C0. Grayscale: #383838. Windows color (decimal): -15120577 or 4146969. OLE color: 4146969.
HSL color Cylindrical-coordinate representation of color #19473F: hue angle of 169.57º 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 #19473F is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 71 | 63 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.72 |
| HSL | 169.57º | 0.48% | 0.19% | - |
| HSV(B) | 169.57º | 0.65% | 0.28% | - |
| XYZ | 3.55 | 5.07 | 5.49 | - |
| YUV | 56.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 71 | 63 | 0.65 | 0 | 0.11 | 0.72 | 169.57 | 0.48 | 0.19 |
| Hex | 19 | 47 | 3F | 41 | 0 | B | 48 | AA | 30 | 13 |
| Octal | 31 | 107 | 77 | 101 | 0 | 13 | 110 | 252 | 60 | 23 |
| Binary | 11001 | 1000111 | 111111 | 1000001 | 0 | 1011 | 1001000 | 10101010 | 110000 | 10011 |
Color Harmonies of #19473F
Complementary color
Monochromatic Colors of #19473F
Black with #19473F
Text Example
Text Example
White with #19473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19473F; }
p { color: rgb(25,71,63); }
H1.HeaderClassName
{
color: #19473F;
}
.AnyTagClassName
{
color: #19473F;
}
</style>
background-color css
<style>
a { background-color: #19473F; }
a { background-color: rgb(25,71,63); }
div.DivClassName
{
background-color: #19473F;
}
.BgClassName
{
background-color: #19473F;
}
</style>
border-color css
<style>
span { border-color: #19473F; }
span { border-color: rgb(25,71,63); }
td.TdClassName
{
border-color: #19473F;
}
.TagClassName
{
border-color: #19473F;
}
</style>