Shades of Teal Blue #164D55
Tints of Teal Blue #164D55
RGB
CMYK
RGB Variations
Color information
#164D55 (or 0x164D55) is known color: Teal Blue. HEX triplet: 16, 4D and 55. RGB value is (22,77,85). Sum of RGB (Red+Green+Blue) = 22+77+85=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #164D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164D55 is #E9B2AA. Grayscale: #3D3D3D. Windows color (decimal): -15315627 or 5590294. OLE color: 5590294.
HSL color Cylindrical-coordinate representation of color #164D55: hue angle of 187.62º 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 #164D55 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 77 | 85 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.67 |
| HSL | 187.62º | 0.59% | 0.21% | - |
| HSV(B) | 187.62º | 0.74% | 0.33% | - |
| XYZ | 4.62 | 6.13 | 9.53 | - |
| YUV | 61.47 | 141.28 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 85 | 0.74 | 0.09 | 0 | 0.67 | 187.62 | 0.59 | 0.21 |
| Hex | 16 | 4D | 55 | 4A | 9 | 0 | 43 | BC | 3B | 15 |
| Octal | 26 | 115 | 125 | 112 | 11 | 0 | 103 | 274 | 73 | 25 |
| Binary | 10110 | 1001101 | 1010101 | 1001010 | 1001 | 0 | 1000011 | 10111100 | 111011 | 10101 |
Color Harmonies of #164D55
Complementary color
Monochromatic Colors of #164D55
Black with #164D55
Text Example
Text Example
White with #164D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D55; }
p { color: rgb(22,77,85); }
H1.HeaderClassName
{
color: #164D55;
}
.AnyTagClassName
{
color: #164D55;
}
</style>
background-color css
<style>
a { background-color: #164D55; }
a { background-color: rgb(22,77,85); }
div.DivClassName
{
background-color: #164D55;
}
.BgClassName
{
background-color: #164D55;
}
</style>
border-color css
<style>
span { border-color: #164D55; }
span { border-color: rgb(22,77,85); }
td.TdClassName
{
border-color: #164D55;
}
.TagClassName
{
border-color: #164D55;
}
</style>