Shades of Teal Blue #164C5A
Tints of Teal Blue #164C5A
RGB
CMYK
RGB Variations
Color information
#164C5A (or 0x164C5A) is known color: Teal Blue. HEX triplet: 16, 4C and 5A. RGB value is (22,76,90). Sum of RGB (Red+Green+Blue) = 22+76+90=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #164C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164C5A is #E9B3A5. Grayscale: #3D3D3D. Windows color (decimal): -15315878 or 5917718. OLE color: 5917718.
HSL color Cylindrical-coordinate representation of color #164C5A: hue angle of 192.35º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #164C5A is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 76 | 90 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.65 |
| HSL | 192.35º | 0.61% | 0.22% | - |
| HSV(B) | 192.35º | 0.76% | 0.35% | - |
| XYZ | 4.76 | 6.08 | 10.6 | - |
| YUV | 61.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 90 | 0.76 | 0.16 | 0 | 0.65 | 192.35 | 0.61 | 0.22 |
| Hex | 16 | 4C | 5A | 4C | 10 | 0 | 41 | C0 | 3D | 16 |
| Octal | 26 | 114 | 132 | 114 | 20 | 0 | 101 | 300 | 75 | 26 |
| Binary | 10110 | 1001100 | 1011010 | 1001100 | 10000 | 0 | 1000001 | 11000000 | 111101 | 10110 |
Color Harmonies of #164C5A
Complementary color
Monochromatic Colors of #164C5A
Black with #164C5A
Text Example
Text Example
White with #164C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164C5A; }
p { color: rgb(22,76,90); }
H1.HeaderClassName
{
color: #164C5A;
}
.AnyTagClassName
{
color: #164C5A;
}
</style>
background-color css
<style>
a { background-color: #164C5A; }
a { background-color: rgb(22,76,90); }
div.DivClassName
{
background-color: #164C5A;
}
.BgClassName
{
background-color: #164C5A;
}
</style>
border-color css
<style>
span { border-color: #164C5A; }
span { border-color: rgb(22,76,90); }
td.TdClassName
{
border-color: #164C5A;
}
.TagClassName
{
border-color: #164C5A;
}
</style>