Shades of Deep Teal #164D45
Tints of Deep Teal #164D45
RGB
CMYK
RGB Variations
Color information
#164D45 (or 0x164D45) is known color: Deep Teal. HEX triplet: 16, 4D and 45. RGB value is (22,77,69). Sum of RGB (Red+Green+Blue) = 22+77+69=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 77 - color contains mainly: green. Hex color #164D45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164D45 is #E9B2BA. Grayscale: #3B3B3B. Windows color (decimal): -15315643 or 4541718. OLE color: 4541718.
HSL color Cylindrical-coordinate representation of color #164D45: hue angle of 171.27º 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 #164D45 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 77 | 69 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.70 |
| HSL | 171.27º | 0.56% | 0.19% | - |
| HSV(B) | 171.27º | 0.71% | 0.3% | - |
| XYZ | 4.06 | 5.91 | 6.56 | - |
| YUV | 59.64 | 133.28 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 69 | 0.71 | 0 | 0.10 | 0.70 | 171.27 | 0.56 | 0.19 |
| Hex | 16 | 4D | 45 | 47 | 0 | A | 46 | AB | 38 | 13 |
| Octal | 26 | 115 | 105 | 107 | 0 | 12 | 106 | 253 | 70 | 23 |
| Binary | 10110 | 1001101 | 1000101 | 1000111 | 0 | 1010 | 1000110 | 10101011 | 111000 | 10011 |
Color Harmonies of #164D45
Complementary color
Monochromatic Colors of #164D45
Black with #164D45
Text Example
Text Example
White with #164D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D45; }
p { color: rgb(22,77,69); }
H1.HeaderClassName
{
color: #164D45;
}
.AnyTagClassName
{
color: #164D45;
}
</style>
background-color css
<style>
a { background-color: #164D45; }
a { background-color: rgb(22,77,69); }
div.DivClassName
{
background-color: #164D45;
}
.BgClassName
{
background-color: #164D45;
}
</style>
border-color css
<style>
span { border-color: #164D45; }
span { border-color: rgb(22,77,69); }
td.TdClassName
{
border-color: #164D45;
}
.TagClassName
{
border-color: #164D45;
}
</style>