Shades of Teal Blue #164D54
Tints of Teal Blue #164D54
RGB
CMYK
RGB Variations
Color information
#164D54 (or 0x164D54) is known color: Teal Blue. HEX triplet: 16, 4D and 54. RGB value is (22,77,84). Sum of RGB (Red+Green+Blue) = 22+77+84=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #164D54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164D54 is #E9B2AB. Grayscale: #3D3D3D. Windows color (decimal): -15315628 or 5524758. OLE color: 5524758.
HSL color Cylindrical-coordinate representation of color #164D54: hue angle of 186.77º degrees, saturation: 0.58, 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 #164D54 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 77 | 84 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.67 |
| HSL | 186.77º | 0.58% | 0.21% | - |
| HSV(B) | 186.77º | 0.74% | 0.33% | - |
| XYZ | 4.58 | 6.12 | 9.33 | - |
| YUV | 61.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 84 | 0.74 | 0.08 | 0 | 0.67 | 186.77 | 0.58 | 0.21 |
| Hex | 16 | 4D | 54 | 4A | 8 | 0 | 43 | BB | 3A | 15 |
| Octal | 26 | 115 | 124 | 112 | 10 | 0 | 103 | 273 | 72 | 25 |
| Binary | 10110 | 1001101 | 1010100 | 1001010 | 1000 | 0 | 1000011 | 10111011 | 111010 | 10101 |
Color Harmonies of #164D54
Complementary color
Monochromatic Colors of #164D54
Black with #164D54
Text Example
Text Example
White with #164D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D54; }
p { color: rgb(22,77,84); }
H1.HeaderClassName
{
color: #164D54;
}
.AnyTagClassName
{
color: #164D54;
}
</style>
background-color css
<style>
a { background-color: #164D54; }
a { background-color: rgb(22,77,84); }
div.DivClassName
{
background-color: #164D54;
}
.BgClassName
{
background-color: #164D54;
}
</style>
border-color css
<style>
span { border-color: #164D54; }
span { border-color: rgb(22,77,84); }
td.TdClassName
{
border-color: #164D54;
}
.TagClassName
{
border-color: #164D54;
}
</style>