Shades of Teal Blue #164E55
Tints of Teal Blue #164E55
RGB
CMYK
RGB Variations
Color information
#164E55 (or 0x164E55) is known color: Teal Blue. HEX triplet: 16, 4E and 55. RGB value is (22,78,85). Sum of RGB (Red+Green+Blue) = 22+78+85=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 85 - color contains mainly: blue. Hex color #164E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164E55 is #E9B1AA. Grayscale: #3D3D3D. Windows color (decimal): -15315371 or 5590550. OLE color: 5590550.
HSL color Cylindrical-coordinate representation of color #164E55: hue angle of 186.67º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #164E55 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 78 | 85 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.67 |
| HSL | 186.67º | 0.59% | 0.21% | - |
| HSV(B) | 186.67º | 0.74% | 0.33% | - |
| XYZ | 4.69 | 6.28 | 9.56 | - |
| YUV | 62.05 | 140.95 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 85 | 0.74 | 0.08 | 0 | 0.67 | 186.67 | 0.59 | 0.21 |
| Hex | 16 | 4E | 55 | 4A | 8 | 0 | 43 | BB | 3B | 15 |
| Octal | 26 | 116 | 125 | 112 | 10 | 0 | 103 | 273 | 73 | 25 |
| Binary | 10110 | 1001110 | 1010101 | 1001010 | 1000 | 0 | 1000011 | 10111011 | 111011 | 10101 |
Color Harmonies of #164E55
Complementary color
Monochromatic Colors of #164E55
Black with #164E55
Text Example
Text Example
White with #164E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164E55; }
p { color: rgb(22,78,85); }
H1.HeaderClassName
{
color: #164E55;
}
.AnyTagClassName
{
color: #164E55;
}
</style>
background-color css
<style>
a { background-color: #164E55; }
a { background-color: rgb(22,78,85); }
div.DivClassName
{
background-color: #164E55;
}
.BgClassName
{
background-color: #164E55;
}
</style>
border-color css
<style>
span { border-color: #164E55; }
span { border-color: rgb(22,78,85); }
td.TdClassName
{
border-color: #164E55;
}
.TagClassName
{
border-color: #164E55;
}
</style>