Shades of Teal Blue #164C56
Tints of Teal Blue #164C56
RGB
CMYK
RGB Variations
Color information
#164C56 (or 0x164C56) is known color: Teal Blue. HEX triplet: 16, 4C and 56. RGB value is (22,76,86). Sum of RGB (Red+Green+Blue) = 22+76+86=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 86 - color contains mainly: blue. Hex color #164C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164C56 is #E9B3A9. Grayscale: #3C3C3C. Windows color (decimal): -15315882 or 5655574. OLE color: 5655574.
HSL color Cylindrical-coordinate representation of color #164C56: hue angle of 189.38º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #164C56 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 76 | 86 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.66 |
| HSL | 189.38º | 0.59% | 0.21% | - |
| HSV(B) | 189.38º | 0.74% | 0.34% | - |
| XYZ | 4.6 | 6.01 | 9.72 | - |
| YUV | 60.99 | 142.11 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 86 | 0.74 | 0.12 | 0 | 0.66 | 189.38 | 0.59 | 0.21 |
| Hex | 16 | 4C | 56 | 4A | C | 0 | 42 | BD | 3B | 15 |
| Octal | 26 | 114 | 126 | 112 | 14 | 0 | 102 | 275 | 73 | 25 |
| Binary | 10110 | 1001100 | 1010110 | 1001010 | 1100 | 0 | 1000010 | 10111101 | 111011 | 10101 |
Color Harmonies of #164C56
Complementary color
Monochromatic Colors of #164C56
Black with #164C56
Text Example
Text Example
White with #164C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164C56; }
p { color: rgb(22,76,86); }
H1.HeaderClassName
{
color: #164C56;
}
.AnyTagClassName
{
color: #164C56;
}
</style>
background-color css
<style>
a { background-color: #164C56; }
a { background-color: rgb(22,76,86); }
div.DivClassName
{
background-color: #164C56;
}
.BgClassName
{
background-color: #164C56;
}
</style>
border-color css
<style>
span { border-color: #164C56; }
span { border-color: rgb(22,76,86); }
td.TdClassName
{
border-color: #164C56;
}
.TagClassName
{
border-color: #164C56;
}
</style>