Shades of Deep Teal #19423C
Tints of Deep Teal #19423C
RGB
CMYK
RGB Variations
Color information
#19423C (or 0x19423C) is known color: Deep Teal. HEX triplet: 19, 42 and 3C. RGB value is (25,66,60). Sum of RGB (Red+Green+Blue) = 25+66+60=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 66 - color contains mainly: green. Hex color #19423C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19423C is #E6BDC3. Grayscale: #353535. Windows color (decimal): -15121860 or 3949081. OLE color: 3949081.
HSL color Cylindrical-coordinate representation of color #19423C: hue angle of 171.22º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #19423C is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 66 | 60 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.74 |
| HSL | 171.22º | 0.45% | 0.18% | - |
| HSV(B) | 171.22º | 0.62% | 0.26% | - |
| XYZ | 3.16 | 4.43 | 4.96 | - |
| YUV | 53.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 60 | 0.62 | 0 | 0.09 | 0.74 | 171.22 | 0.45 | 0.18 |
| Hex | 19 | 42 | 3C | 3E | 0 | 9 | 4A | AB | 2D | 12 |
| Octal | 31 | 102 | 74 | 76 | 0 | 11 | 112 | 253 | 55 | 22 |
| Binary | 11001 | 1000010 | 111100 | 111110 | 0 | 1001 | 1001010 | 10101011 | 101101 | 10010 |
Color Harmonies of #19423C
Complementary color
Monochromatic Colors of #19423C
Black with #19423C
Text Example
Text Example
White with #19423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19423C; }
p { color: rgb(25,66,60); }
H1.HeaderClassName
{
color: #19423C;
}
.AnyTagClassName
{
color: #19423C;
}
</style>
background-color css
<style>
a { background-color: #19423C; }
a { background-color: rgb(25,66,60); }
div.DivClassName
{
background-color: #19423C;
}
.BgClassName
{
background-color: #19423C;
}
</style>
border-color css
<style>
span { border-color: #19423C; }
span { border-color: rgb(25,66,60); }
td.TdClassName
{
border-color: #19423C;
}
.TagClassName
{
border-color: #19423C;
}
</style>