Shades of Deep Teal #19413D
Tints of Deep Teal #19413D
RGB
CMYK
RGB Variations
Color information
#19413D (or 0x19413D) is known color: Deep Teal. HEX triplet: 19, 41 and 3D. RGB value is (25,65,61). Sum of RGB (Red+Green+Blue) = 25+65+61=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #19413D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19413D is #E6BEC2. Grayscale: #343434. Windows color (decimal): -15122115 or 4014361. OLE color: 4014361.
HSL color Cylindrical-coordinate representation of color #19413D: hue angle of 174º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #19413D is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 65 | 61 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.75 |
| HSL | 174º | 0.44% | 0.18% | - |
| HSV(B) | 174º | 0.62% | 0.25% | - |
| XYZ | 3.13 | 4.32 | 5.08 | - |
| YUV | 52.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 61 | 0.62 | 0 | 0.06 | 0.75 | 174 | 0.44 | 0.18 |
| Hex | 19 | 41 | 3D | 3E | 0 | 6 | 4B | AE | 2C | 12 |
| Octal | 31 | 101 | 75 | 76 | 0 | 6 | 113 | 256 | 54 | 22 |
| Binary | 11001 | 1000001 | 111101 | 111110 | 0 | 110 | 1001011 | 10101110 | 101100 | 10010 |
Color Harmonies of #19413D
Complementary color
Monochromatic Colors of #19413D
Black with #19413D
Text Example
Text Example
White with #19413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19413D; }
p { color: rgb(25,65,61); }
H1.HeaderClassName
{
color: #19413D;
}
.AnyTagClassName
{
color: #19413D;
}
</style>
background-color css
<style>
a { background-color: #19413D; }
a { background-color: rgb(25,65,61); }
div.DivClassName
{
background-color: #19413D;
}
.BgClassName
{
background-color: #19413D;
}
</style>
border-color css
<style>
span { border-color: #19413D; }
span { border-color: rgb(25,65,61); }
td.TdClassName
{
border-color: #19413D;
}
.TagClassName
{
border-color: #19413D;
}
</style>