Shades of Deep Teal #19473C
Tints of Deep Teal #19473C
RGB
CMYK
RGB Variations
Color information
#19473C (or 0x19473C) is known color: Deep Teal. HEX triplet: 19, 47 and 3C. RGB value is (25,71,60). Sum of RGB (Red+Green+Blue) = 25+71+60=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #19473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19473C is #E6B8C3. Grayscale: #373737. Windows color (decimal): -15120580 or 3950361. OLE color: 3950361.
HSL color Cylindrical-coordinate representation of color #19473C: hue angle of 165.65º 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 #19473C is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 71 | 60 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.72 |
| HSL | 165.65º | 0.48% | 0.19% | - |
| HSV(B) | 165.65º | 0.65% | 0.28% | - |
| XYZ | 3.47 | 5.04 | 5.06 | - |
| YUV | 55.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 71 | 60 | 0.65 | 0 | 0.15 | 0.72 | 165.65 | 0.48 | 0.19 |
| Hex | 19 | 47 | 3C | 41 | 0 | F | 48 | A6 | 30 | 13 |
| Octal | 31 | 107 | 74 | 101 | 0 | 17 | 110 | 246 | 60 | 23 |
| Binary | 11001 | 1000111 | 111100 | 1000001 | 0 | 1111 | 1001000 | 10100110 | 110000 | 10011 |
Color Harmonies of #19473C
Complementary color
Monochromatic Colors of #19473C
Black with #19473C
Text Example
Text Example
White with #19473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19473C; }
p { color: rgb(25,71,60); }
H1.HeaderClassName
{
color: #19473C;
}
.AnyTagClassName
{
color: #19473C;
}
</style>
background-color css
<style>
a { background-color: #19473C; }
a { background-color: rgb(25,71,60); }
div.DivClassName
{
background-color: #19473C;
}
.BgClassName
{
background-color: #19473C;
}
</style>
border-color css
<style>
span { border-color: #19473C; }
span { border-color: rgb(25,71,60); }
td.TdClassName
{
border-color: #19473C;
}
.TagClassName
{
border-color: #19473C;
}
</style>