Shades of Deep Teal #19463B
Tints of Deep Teal #19463B
RGB
CMYK
RGB Variations
Color information
#19463B (or 0x19463B) is known color: Deep Teal. HEX triplet: 19, 46 and 3B. RGB value is (25,70,59). Sum of RGB (Red+Green+Blue) = 25+70+59=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #19463B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19463B is #E6B9C4. Grayscale: #373737. Windows color (decimal): -15120837 or 3884569. OLE color: 3884569.
HSL color Cylindrical-coordinate representation of color #19463B: hue angle of 165.33º 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 #19463B is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 70 | 59 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.73 |
| HSL | 165.33º | 0.47% | 0.19% | - |
| HSV(B) | 165.33º | 0.64% | 0.27% | - |
| XYZ | 3.38 | 4.9 | 4.91 | - |
| YUV | 55.29 | 130.09 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 59 | 0.64 | 0 | 0.16 | 0.73 | 165.33 | 0.47 | 0.19 |
| Hex | 19 | 46 | 3B | 40 | 0 | 10 | 49 | A5 | 2F | 13 |
| Octal | 31 | 106 | 73 | 100 | 0 | 20 | 111 | 245 | 57 | 23 |
| Binary | 11001 | 1000110 | 111011 | 1000000 | 0 | 10000 | 1001001 | 10100101 | 101111 | 10011 |
Color Harmonies of #19463B
Complementary color
Monochromatic Colors of #19463B
Black with #19463B
Text Example
Text Example
White with #19463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19463B; }
p { color: rgb(25,70,59); }
H1.HeaderClassName
{
color: #19463B;
}
.AnyTagClassName
{
color: #19463B;
}
</style>
background-color css
<style>
a { background-color: #19463B; }
a { background-color: rgb(25,70,59); }
div.DivClassName
{
background-color: #19463B;
}
.BgClassName
{
background-color: #19463B;
}
</style>
border-color css
<style>
span { border-color: #19463B; }
span { border-color: rgb(25,70,59); }
td.TdClassName
{
border-color: #19463B;
}
.TagClassName
{
border-color: #19463B;
}
</style>