Shades of Deep Teal #19433C
Tints of Deep Teal #19433C
RGB
CMYK
RGB Variations
Color information
#19433C (or 0x19433C) is known color: Deep Teal. HEX triplet: 19, 43 and 3C. RGB value is (25,67,60). Sum of RGB (Red+Green+Blue) = 25+67+60=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 67 - color contains mainly: green. Hex color #19433C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19433C is #E6BCC3. Grayscale: #353535. Windows color (decimal): -15121604 or 3949337. OLE color: 3949337.
HSL color Cylindrical-coordinate representation of color #19433C: hue angle of 170º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #19433C is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 67 | 60 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.74 |
| HSL | 170º | 0.46% | 0.18% | - |
| HSV(B) | 170º | 0.63% | 0.26% | - |
| XYZ | 3.22 | 4.55 | 4.98 | - |
| YUV | 53.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 60 | 0.63 | 0 | 0.10 | 0.74 | 170 | 0.46 | 0.18 |
| Hex | 19 | 43 | 3C | 3F | 0 | A | 4A | AA | 2E | 12 |
| Octal | 31 | 103 | 74 | 77 | 0 | 12 | 112 | 252 | 56 | 22 |
| Binary | 11001 | 1000011 | 111100 | 111111 | 0 | 1010 | 1001010 | 10101010 | 101110 | 10010 |
Color Harmonies of #19433C
Complementary color
Monochromatic Colors of #19433C
Black with #19433C
Text Example
Text Example
White with #19433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19433C; }
p { color: rgb(25,67,60); }
H1.HeaderClassName
{
color: #19433C;
}
.AnyTagClassName
{
color: #19433C;
}
</style>
background-color css
<style>
a { background-color: #19433C; }
a { background-color: rgb(25,67,60); }
div.DivClassName
{
background-color: #19433C;
}
.BgClassName
{
background-color: #19433C;
}
</style>
border-color css
<style>
span { border-color: #19433C; }
span { border-color: rgb(25,67,60); }
td.TdClassName
{
border-color: #19433C;
}
.TagClassName
{
border-color: #19433C;
}
</style>