Shades of Deep Teal #19463C
Tints of Deep Teal #19463C
RGB
CMYK
RGB Variations
Color information
#19463C (or 0x19463C) is known color: Deep Teal. HEX triplet: 19, 46 and 3C. RGB value is (25,70,60). Sum of RGB (Red+Green+Blue) = 25+70+60=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #19463C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19463C is #E6B9C3. Grayscale: #373737. Windows color (decimal): -15120836 or 3950105. OLE color: 3950105.
HSL color Cylindrical-coordinate representation of color #19463C: hue angle of 166.67º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #19463C is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 70 | 60 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.73 |
| HSL | 166.67º | 0.47% | 0.19% | - |
| HSV(B) | 166.67º | 0.64% | 0.27% | - |
| XYZ | 3.41 | 4.91 | 5.04 | - |
| YUV | 55.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 60 | 0.64 | 0 | 0.14 | 0.73 | 166.67 | 0.47 | 0.19 |
| Hex | 19 | 46 | 3C | 40 | 0 | E | 49 | A7 | 2F | 13 |
| Octal | 31 | 106 | 74 | 100 | 0 | 16 | 111 | 247 | 57 | 23 |
| Binary | 11001 | 1000110 | 111100 | 1000000 | 0 | 1110 | 1001001 | 10100111 | 101111 | 10011 |
Color Harmonies of #19463C
Complementary color
Monochromatic Colors of #19463C
Black with #19463C
Text Example
Text Example
White with #19463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19463C; }
p { color: rgb(25,70,60); }
H1.HeaderClassName
{
color: #19463C;
}
.AnyTagClassName
{
color: #19463C;
}
</style>
background-color css
<style>
a { background-color: #19463C; }
a { background-color: rgb(25,70,60); }
div.DivClassName
{
background-color: #19463C;
}
.BgClassName
{
background-color: #19463C;
}
</style>
border-color css
<style>
span { border-color: #19463C; }
span { border-color: rgb(25,70,60); }
td.TdClassName
{
border-color: #19463C;
}
.TagClassName
{
border-color: #19463C;
}
</style>