Shades of Deep Teal #164C40
Tints of Deep Teal #164C40
RGB
CMYK
RGB Variations
Color information
#164C40 (or 0x164C40) is known color: Deep Teal. HEX triplet: 16, 4C and 40. RGB value is (22,76,64). Sum of RGB (Red+Green+Blue) = 22+76+64=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 76 - color contains mainly: green. Hex color #164C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164C40 is #E9B3BF. Grayscale: #3A3A3A. Windows color (decimal): -15315904 or 4213782. OLE color: 4213782.
HSL color Cylindrical-coordinate representation of color #164C40: hue angle of 166.67º degrees, saturation: 0.55, 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 #164C40 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 76 | 64 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.70 |
| HSL | 166.67º | 0.55% | 0.19% | - |
| HSV(B) | 166.67º | 0.71% | 0.3% | - |
| XYZ | 3.84 | 5.71 | 5.75 | - |
| YUV | 58.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 64 | 0.71 | 0 | 0.16 | 0.70 | 166.67 | 0.55 | 0.19 |
| Hex | 16 | 4C | 40 | 47 | 0 | 10 | 46 | A7 | 37 | 13 |
| Octal | 26 | 114 | 100 | 107 | 0 | 20 | 106 | 247 | 67 | 23 |
| Binary | 10110 | 1001100 | 1000000 | 1000111 | 0 | 10000 | 1000110 | 10100111 | 110111 | 10011 |
Color Harmonies of #164C40
Complementary color
Monochromatic Colors of #164C40
Black with #164C40
Text Example
Text Example
White with #164C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164C40; }
p { color: rgb(22,76,64); }
H1.HeaderClassName
{
color: #164C40;
}
.AnyTagClassName
{
color: #164C40;
}
</style>
background-color css
<style>
a { background-color: #164C40; }
a { background-color: rgb(22,76,64); }
div.DivClassName
{
background-color: #164C40;
}
.BgClassName
{
background-color: #164C40;
}
</style>
border-color css
<style>
span { border-color: #164C40; }
span { border-color: rgb(22,76,64); }
td.TdClassName
{
border-color: #164C40;
}
.TagClassName
{
border-color: #164C40;
}
</style>