Shades of Deep Teal #164942
Tints of Deep Teal #164942
RGB
CMYK
RGB Variations
Color information
#164942 (or 0x164942) is known color: Deep Teal. HEX triplet: 16, 49 and 42. RGB value is (22,73,66). Sum of RGB (Red+Green+Blue) = 22+73+66=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #164942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164942 is #E9B6BD. Grayscale: #383838. Windows color (decimal): -15316670 or 4344086. OLE color: 4344086.
HSL color Cylindrical-coordinate representation of color #164942: hue angle of 171.76º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #164942 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 73 | 66 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.71 |
| HSL | 171.76º | 0.54% | 0.19% | - |
| HSV(B) | 171.76º | 0.7% | 0.29% | - |
| XYZ | 3.7 | 5.33 | 5.99 | - |
| YUV | 56.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 73 | 66 | 0.70 | 0 | 0.10 | 0.71 | 171.76 | 0.54 | 0.19 |
| Hex | 16 | 49 | 42 | 46 | 0 | A | 47 | AC | 36 | 13 |
| Octal | 26 | 111 | 102 | 106 | 0 | 12 | 107 | 254 | 66 | 23 |
| Binary | 10110 | 1001001 | 1000010 | 1000110 | 0 | 1010 | 1000111 | 10101100 | 110110 | 10011 |
Color Harmonies of #164942
Complementary color
Monochromatic Colors of #164942
Black with #164942
Text Example
Text Example
White with #164942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164942; }
p { color: rgb(22,73,66); }
H1.HeaderClassName
{
color: #164942;
}
.AnyTagClassName
{
color: #164942;
}
</style>
background-color css
<style>
a { background-color: #164942; }
a { background-color: rgb(22,73,66); }
div.DivClassName
{
background-color: #164942;
}
.BgClassName
{
background-color: #164942;
}
</style>
border-color css
<style>
span { border-color: #164942; }
span { border-color: rgb(22,73,66); }
td.TdClassName
{
border-color: #164942;
}
.TagClassName
{
border-color: #164942;
}
</style>