Shades of Deep Teal #19423D
Tints of Deep Teal #19423D
RGB
CMYK
RGB Variations
Color information
#19423D (or 0x19423D) is known color: Deep Teal. HEX triplet: 19, 42 and 3D. RGB value is (25,66,61). Sum of RGB (Red+Green+Blue) = 25+66+61=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 66 - color contains mainly: green. Hex color #19423D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19423D is #E6BDC2. Grayscale: #353535. Windows color (decimal): -15121859 or 4014617. OLE color: 4014617.
HSL color Cylindrical-coordinate representation of color #19423D: hue angle of 172.68º 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 #19423D is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 66 | 61 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.74 |
| HSL | 172.68º | 0.45% | 0.18% | - |
| HSV(B) | 172.68º | 0.62% | 0.26% | - |
| XYZ | 3.19 | 4.44 | 5.1 | - |
| YUV | 53.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 61 | 0.62 | 0 | 0.08 | 0.74 | 172.68 | 0.45 | 0.18 |
| Hex | 19 | 42 | 3D | 3E | 0 | 8 | 4A | AD | 2D | 12 |
| Octal | 31 | 102 | 75 | 76 | 0 | 10 | 112 | 255 | 55 | 22 |
| Binary | 11001 | 1000010 | 111101 | 111110 | 0 | 1000 | 1001010 | 10101101 | 101101 | 10010 |
Color Harmonies of #19423D
Complementary color
Monochromatic Colors of #19423D
Black with #19423D
Text Example
Text Example
White with #19423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19423D; }
p { color: rgb(25,66,61); }
H1.HeaderClassName
{
color: #19423D;
}
.AnyTagClassName
{
color: #19423D;
}
</style>
background-color css
<style>
a { background-color: #19423D; }
a { background-color: rgb(25,66,61); }
div.DivClassName
{
background-color: #19423D;
}
.BgClassName
{
background-color: #19423D;
}
</style>
border-color css
<style>
span { border-color: #19423D; }
span { border-color: rgb(25,66,61); }
td.TdClassName
{
border-color: #19423D;
}
.TagClassName
{
border-color: #19423D;
}
</style>