Shades of Deep Teal #19493E
Tints of Deep Teal #19493E
RGB
CMYK
RGB Variations
Color information
#19493E (or 0x19493E) is known color: Deep Teal. HEX triplet: 19, 49 and 3E. RGB value is (25,73,62). Sum of RGB (Red+Green+Blue) = 25+73+62=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #19493E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19493E is #E6B6C1. Grayscale: #393939. Windows color (decimal): -15120066 or 4081945. OLE color: 4081945.
HSL color Cylindrical-coordinate representation of color #19493E: hue angle of 166.25º 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 #19493E is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 73 | 62 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.71 |
| HSL | 166.25º | 0.49% | 0.19% | - |
| HSV(B) | 166.25º | 0.66% | 0.29% | - |
| XYZ | 3.65 | 5.32 | 5.39 | - |
| YUV | 57.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 62 | 0.66 | 0 | 0.15 | 0.71 | 166.25 | 0.49 | 0.19 |
| Hex | 19 | 49 | 3E | 42 | 0 | F | 47 | A6 | 31 | 13 |
| Octal | 31 | 111 | 76 | 102 | 0 | 17 | 107 | 246 | 61 | 23 |
| Binary | 11001 | 1001001 | 111110 | 1000010 | 0 | 1111 | 1000111 | 10100110 | 110001 | 10011 |
Color Harmonies of #19493E
Complementary color
Monochromatic Colors of #19493E
Black with #19493E
Text Example
Text Example
White with #19493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19493E; }
p { color: rgb(25,73,62); }
H1.HeaderClassName
{
color: #19493E;
}
.AnyTagClassName
{
color: #19493E;
}
</style>
background-color css
<style>
a { background-color: #19493E; }
a { background-color: rgb(25,73,62); }
div.DivClassName
{
background-color: #19493E;
}
.BgClassName
{
background-color: #19493E;
}
</style>
border-color css
<style>
span { border-color: #19493E; }
span { border-color: rgb(25,73,62); }
td.TdClassName
{
border-color: #19493E;
}
.TagClassName
{
border-color: #19493E;
}
</style>