Shades of Deep Teal #164E40
Tints of Deep Teal #164E40
RGB
CMYK
RGB Variations
Color information
#164E40 (or 0x164E40) is known color: Deep Teal. HEX triplet: 16, 4E and 40. RGB value is (22,78,64). Sum of RGB (Red+Green+Blue) = 22+78+64=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 78 - color contains mainly: green. Hex color #164E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164E40 is #E9B1BF. Grayscale: #3B3B3B. Windows color (decimal): -15315392 or 4214294. OLE color: 4214294.
HSL color Cylindrical-coordinate representation of color #164E40: hue angle of 165º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #164E40 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 78 | 64 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.69 |
| HSL | 165º | 0.56% | 0.2% | - |
| HSV(B) | 165º | 0.72% | 0.31% | - |
| XYZ | 3.98 | 5.99 | 5.8 | - |
| YUV | 59.66 | 130.45 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 64 | 0.72 | 0 | 0.18 | 0.69 | 165 | 0.56 | 0.2 |
| Hex | 16 | 4E | 40 | 48 | 0 | 12 | 45 | A5 | 38 | 14 |
| Octal | 26 | 116 | 100 | 110 | 0 | 22 | 105 | 245 | 70 | 24 |
| Binary | 10110 | 1001110 | 1000000 | 1001000 | 0 | 10010 | 1000101 | 10100101 | 111000 | 10100 |
Color Harmonies of #164E40
Complementary color
Monochromatic Colors of #164E40
Black with #164E40
Text Example
Text Example
White with #164E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164E40; }
p { color: rgb(22,78,64); }
H1.HeaderClassName
{
color: #164E40;
}
.AnyTagClassName
{
color: #164E40;
}
</style>
background-color css
<style>
a { background-color: #164E40; }
a { background-color: rgb(22,78,64); }
div.DivClassName
{
background-color: #164E40;
}
.BgClassName
{
background-color: #164E40;
}
</style>
border-color css
<style>
span { border-color: #164E40; }
span { border-color: rgb(22,78,64); }
td.TdClassName
{
border-color: #164E40;
}
.TagClassName
{
border-color: #164E40;
}
</style>