Shades of Teal Blue #164D57
Tints of Teal Blue #164D57
RGB
CMYK
RGB Variations
Color information
#164D57 (or 0x164D57) is known color: Teal Blue. HEX triplet: 16, 4D and 57. RGB value is (22,77,87). Sum of RGB (Red+Green+Blue) = 22+77+87=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #164D57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164D57 is #E9B2A8. Grayscale: #3D3D3D. Windows color (decimal): -15315625 or 5721366. OLE color: 5721366.
HSL color Cylindrical-coordinate representation of color #164D57: hue angle of 189.23º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #164D57 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 77 | 87 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.66 |
| HSL | 189.23º | 0.6% | 0.21% | - |
| HSV(B) | 189.23º | 0.75% | 0.34% | - |
| XYZ | 4.71 | 6.17 | 9.96 | - |
| YUV | 61.7 | 142.28 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 87 | 0.75 | 0.11 | 0 | 0.66 | 189.23 | 0.6 | 0.21 |
| Hex | 16 | 4D | 57 | 4B | B | 0 | 42 | BD | 3C | 15 |
| Octal | 26 | 115 | 127 | 113 | 13 | 0 | 102 | 275 | 74 | 25 |
| Binary | 10110 | 1001101 | 1010111 | 1001011 | 1011 | 0 | 1000010 | 10111101 | 111100 | 10101 |
Color Harmonies of #164D57
Complementary color
Monochromatic Colors of #164D57
Black with #164D57
Text Example
Text Example
White with #164D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D57; }
p { color: rgb(22,77,87); }
H1.HeaderClassName
{
color: #164D57;
}
.AnyTagClassName
{
color: #164D57;
}
</style>
background-color css
<style>
a { background-color: #164D57; }
a { background-color: rgb(22,77,87); }
div.DivClassName
{
background-color: #164D57;
}
.BgClassName
{
background-color: #164D57;
}
</style>
border-color css
<style>
span { border-color: #164D57; }
span { border-color: rgb(22,77,87); }
td.TdClassName
{
border-color: #164D57;
}
.TagClassName
{
border-color: #164D57;
}
</style>