Shades of Deep Teal #19453B
Tints of Deep Teal #19453B
RGB
CMYK
RGB Variations
Color information
#19453B (or 0x19453B) is known color: Deep Teal. HEX triplet: 19, 45 and 3B. RGB value is (25,69,59). Sum of RGB (Red+Green+Blue) = 25+69+59=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 69 - color contains mainly: green. Hex color #19453B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19453B is #E6BAC4. Grayscale: #363636. Windows color (decimal): -15121093 or 3884313. OLE color: 3884313.
HSL color Cylindrical-coordinate representation of color #19453B: hue angle of 166.36º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #19453B is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 69 | 59 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.73 |
| HSL | 166.36º | 0.47% | 0.18% | - |
| HSV(B) | 166.36º | 0.64% | 0.27% | - |
| XYZ | 3.32 | 4.78 | 4.89 | - |
| YUV | 54.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 59 | 0.64 | 0 | 0.14 | 0.73 | 166.36 | 0.47 | 0.18 |
| Hex | 19 | 45 | 3B | 40 | 0 | E | 49 | A6 | 2F | 12 |
| Octal | 31 | 105 | 73 | 100 | 0 | 16 | 111 | 246 | 57 | 22 |
| Binary | 11001 | 1000101 | 111011 | 1000000 | 0 | 1110 | 1001001 | 10100110 | 101111 | 10010 |
Color Harmonies of #19453B
Complementary color
Monochromatic Colors of #19453B
Black with #19453B
Text Example
Text Example
White with #19453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19453B; }
p { color: rgb(25,69,59); }
H1.HeaderClassName
{
color: #19453B;
}
.AnyTagClassName
{
color: #19453B;
}
</style>
background-color css
<style>
a { background-color: #19453B; }
a { background-color: rgb(25,69,59); }
div.DivClassName
{
background-color: #19453B;
}
.BgClassName
{
background-color: #19453B;
}
</style>
border-color css
<style>
span { border-color: #19453B; }
span { border-color: rgb(25,69,59); }
td.TdClassName
{
border-color: #19453B;
}
.TagClassName
{
border-color: #19453B;
}
</style>