Shades of Deep Teal #19493D
Tints of Deep Teal #19493D
RGB
CMYK
RGB Variations
Color information
#19493D (or 0x19493D) is known color: Deep Teal. HEX triplet: 19, 49 and 3D. RGB value is (25,73,61). Sum of RGB (Red+Green+Blue) = 25+73+61=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #19493D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19493D is #E6B6C2. Grayscale: #393939. Windows color (decimal): -15120067 or 4016409. OLE color: 4016409.
HSL color Cylindrical-coordinate representation of color #19493D: hue angle of 165º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #19493D is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 73 | 61 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.71 |
| HSL | 165º | 0.49% | 0.19% | - |
| HSV(B) | 165º | 0.66% | 0.29% | - |
| XYZ | 3.63 | 5.31 | 5.25 | - |
| YUV | 57.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 61 | 0.66 | 0 | 0.16 | 0.71 | 165 | 0.49 | 0.19 |
| Hex | 19 | 49 | 3D | 42 | 0 | 10 | 47 | A5 | 31 | 13 |
| Octal | 31 | 111 | 75 | 102 | 0 | 20 | 107 | 245 | 61 | 23 |
| Binary | 11001 | 1001001 | 111101 | 1000010 | 0 | 10000 | 1000111 | 10100101 | 110001 | 10011 |
Color Harmonies of #19493D
Complementary color
Monochromatic Colors of #19493D
Black with #19493D
Text Example
Text Example
White with #19493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19493D; }
p { color: rgb(25,73,61); }
H1.HeaderClassName
{
color: #19493D;
}
.AnyTagClassName
{
color: #19493D;
}
</style>
background-color css
<style>
a { background-color: #19493D; }
a { background-color: rgb(25,73,61); }
div.DivClassName
{
background-color: #19493D;
}
.BgClassName
{
background-color: #19493D;
}
</style>
border-color css
<style>
span { border-color: #19493D; }
span { border-color: rgb(25,73,61); }
td.TdClassName
{
border-color: #19493D;
}
.TagClassName
{
border-color: #19493D;
}
</style>