Shades of Deep Teal #164B42
Tints of Deep Teal #164B42
RGB
CMYK
RGB Variations
Color information
#164B42 (or 0x164B42) is known color: Deep Teal. HEX triplet: 16, 4B and 42. RGB value is (22,75,66). Sum of RGB (Red+Green+Blue) = 22+75+66=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #164B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164B42 is #E9B4BD. Grayscale: #3A3A3A. Windows color (decimal): -15316158 or 4344598. OLE color: 4344598.
HSL color Cylindrical-coordinate representation of color #164B42: hue angle of 169.81º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164B42 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 75 | 66 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.71 |
| HSL | 169.81º | 0.55% | 0.19% | - |
| HSV(B) | 169.81º | 0.71% | 0.29% | - |
| XYZ | 3.83 | 5.6 | 6.03 | - |
| YUV | 58.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 66 | 0.71 | 0 | 0.12 | 0.71 | 169.81 | 0.55 | 0.19 |
| Hex | 16 | 4B | 42 | 47 | 0 | C | 47 | AA | 37 | 13 |
| Octal | 26 | 113 | 102 | 107 | 0 | 14 | 107 | 252 | 67 | 23 |
| Binary | 10110 | 1001011 | 1000010 | 1000111 | 0 | 1100 | 1000111 | 10101010 | 110111 | 10011 |
Color Harmonies of #164B42
Complementary color
Monochromatic Colors of #164B42
Black with #164B42
Text Example
Text Example
White with #164B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164B42; }
p { color: rgb(22,75,66); }
H1.HeaderClassName
{
color: #164B42;
}
.AnyTagClassName
{
color: #164B42;
}
</style>
background-color css
<style>
a { background-color: #164B42; }
a { background-color: rgb(22,75,66); }
div.DivClassName
{
background-color: #164B42;
}
.BgClassName
{
background-color: #164B42;
}
</style>
border-color css
<style>
span { border-color: #164B42; }
span { border-color: rgb(22,75,66); }
td.TdClassName
{
border-color: #164B42;
}
.TagClassName
{
border-color: #164B42;
}
</style>