Shades of Deep Teal #19423B
Tints of Deep Teal #19423B
RGB
CMYK
RGB Variations
Color information
#19423B (or 0x19423B) is known color: Deep Teal. HEX triplet: 19, 42 and 3B. RGB value is (25,66,59). Sum of RGB (Red+Green+Blue) = 25+66+59=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 66 - color contains mainly: green. Hex color #19423B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19423B is #E6BDC4. Grayscale: #343434. Windows color (decimal): -15121861 or 3883545. OLE color: 3883545.
HSL color Cylindrical-coordinate representation of color #19423B: hue angle of 169.76º 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 #19423B is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 66 | 59 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.74 |
| HSL | 169.76º | 0.45% | 0.18% | - |
| HSV(B) | 169.76º | 0.62% | 0.26% | - |
| XYZ | 3.14 | 4.42 | 4.83 | - |
| YUV | 52.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 59 | 0.62 | 0 | 0.11 | 0.74 | 169.76 | 0.45 | 0.18 |
| Hex | 19 | 42 | 3B | 3E | 0 | B | 4A | AA | 2D | 12 |
| Octal | 31 | 102 | 73 | 76 | 0 | 13 | 112 | 252 | 55 | 22 |
| Binary | 11001 | 1000010 | 111011 | 111110 | 0 | 1011 | 1001010 | 10101010 | 101101 | 10010 |
Color Harmonies of #19423B
Complementary color
Monochromatic Colors of #19423B
Black with #19423B
Text Example
Text Example
White with #19423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19423B; }
p { color: rgb(25,66,59); }
H1.HeaderClassName
{
color: #19423B;
}
.AnyTagClassName
{
color: #19423B;
}
</style>
background-color css
<style>
a { background-color: #19423B; }
a { background-color: rgb(25,66,59); }
div.DivClassName
{
background-color: #19423B;
}
.BgClassName
{
background-color: #19423B;
}
</style>
border-color css
<style>
span { border-color: #19423B; }
span { border-color: rgb(25,66,59); }
td.TdClassName
{
border-color: #19423B;
}
.TagClassName
{
border-color: #19423B;
}
</style>