Shades of Deep Teal #164D3E
Tints of Deep Teal #164D3E
RGB
CMYK
RGB Variations
Color information
#164D3E (or 0x164D3E) is known color: Deep Teal. HEX triplet: 16, 4D and 3E. RGB value is (22,77,62). Sum of RGB (Red+Green+Blue) = 22+77+62=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 77 - color contains mainly: green. Hex color #164D3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164D3E is #E9B2C1. Grayscale: #3A3A3A. Windows color (decimal): -15315650 or 4082966. OLE color: 4082966.
HSL color Cylindrical-coordinate representation of color #164D3E: hue angle of 163.64º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164D3E is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 77 | 62 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.70 |
| HSL | 163.64º | 0.56% | 0.19% | - |
| HSV(B) | 163.64º | 0.71% | 0.3% | - |
| XYZ | 3.85 | 5.83 | 5.48 | - |
| YUV | 58.85 | 129.78 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 62 | 0.71 | 0 | 0.19 | 0.70 | 163.64 | 0.56 | 0.19 |
| Hex | 16 | 4D | 3E | 47 | 0 | 13 | 46 | A4 | 38 | 13 |
| Octal | 26 | 115 | 76 | 107 | 0 | 23 | 106 | 244 | 70 | 23 |
| Binary | 10110 | 1001101 | 111110 | 1000111 | 0 | 10011 | 1000110 | 10100100 | 111000 | 10011 |
Color Harmonies of #164D3E
Complementary color
Monochromatic Colors of #164D3E
Black with #164D3E
Text Example
Text Example
White with #164D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D3E; }
p { color: rgb(22,77,62); }
H1.HeaderClassName
{
color: #164D3E;
}
.AnyTagClassName
{
color: #164D3E;
}
</style>
background-color css
<style>
a { background-color: #164D3E; }
a { background-color: rgb(22,77,62); }
div.DivClassName
{
background-color: #164D3E;
}
.BgClassName
{
background-color: #164D3E;
}
</style>
border-color css
<style>
span { border-color: #164D3E; }
span { border-color: rgb(22,77,62); }
td.TdClassName
{
border-color: #164D3E;
}
.TagClassName
{
border-color: #164D3E;
}
</style>