Shades of Deep Teal #164740
Tints of Deep Teal #164740
RGB
CMYK
RGB Variations
Color information
#164740 (or 0x164740) is known color: Deep Teal. HEX triplet: 16, 47 and 40. RGB value is (22,71,64). Sum of RGB (Red+Green+Blue) = 22+71+64=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #164740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164740 is #E9B8BF. Grayscale: #373737. Windows color (decimal): -15317184 or 4212502. OLE color: 4212502.
HSL color Cylindrical-coordinate representation of color #164740: hue angle of 171.43º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #164740 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 71 | 64 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.72 |
| HSL | 171.43º | 0.53% | 0.18% | - |
| HSV(B) | 171.43º | 0.69% | 0.28% | - |
| XYZ | 3.51 | 5.05 | 5.64 | - |
| YUV | 55.55 | 132.77 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 64 | 0.69 | 0 | 0.10 | 0.72 | 171.43 | 0.53 | 0.18 |
| Hex | 16 | 47 | 40 | 45 | 0 | A | 48 | AB | 35 | 12 |
| Octal | 26 | 107 | 100 | 105 | 0 | 12 | 110 | 253 | 65 | 22 |
| Binary | 10110 | 1000111 | 1000000 | 1000101 | 0 | 1010 | 1001000 | 10101011 | 110101 | 10010 |
Color Harmonies of #164740
Complementary color
Monochromatic Colors of #164740
Black with #164740
Text Example
Text Example
White with #164740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164740; }
p { color: rgb(22,71,64); }
H1.HeaderClassName
{
color: #164740;
}
.AnyTagClassName
{
color: #164740;
}
</style>
background-color css
<style>
a { background-color: #164740; }
a { background-color: rgb(22,71,64); }
div.DivClassName
{
background-color: #164740;
}
.BgClassName
{
background-color: #164740;
}
</style>
border-color css
<style>
span { border-color: #164740; }
span { border-color: rgb(22,71,64); }
td.TdClassName
{
border-color: #164740;
}
.TagClassName
{
border-color: #164740;
}
</style>