Shades of Teal Blue #164D5B
Tints of Teal Blue #164D5B
RGB
CMYK
RGB Variations
Color information
#164D5B (or 0x164D5B) is known color: Teal Blue. HEX triplet: 16, 4D and 5B. RGB value is (22,77,91). Sum of RGB (Red+Green+Blue) = 22+77+91=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #164D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164D5B is #E9B2A4. Grayscale: #3E3E3E. Windows color (decimal): -15315621 or 5983510. OLE color: 5983510.
HSL color Cylindrical-coordinate representation of color #164D5B: hue angle of 192.17º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #164D5B is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 77 | 91 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.64 |
| HSL | 192.17º | 0.61% | 0.22% | - |
| HSV(B) | 192.17º | 0.76% | 0.36% | - |
| XYZ | 4.87 | 6.23 | 10.84 | - |
| YUV | 62.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 91 | 0.76 | 0.15 | 0 | 0.64 | 192.17 | 0.61 | 0.22 |
| Hex | 16 | 4D | 5B | 4C | F | 0 | 40 | C0 | 3D | 16 |
| Octal | 26 | 115 | 133 | 114 | 17 | 0 | 100 | 300 | 75 | 26 |
| Binary | 10110 | 1001101 | 1011011 | 1001100 | 1111 | 0 | 1000000 | 11000000 | 111101 | 10110 |
Color Harmonies of #164D5B
Complementary color
Monochromatic Colors of #164D5B
Black with #164D5B
Text Example
Text Example
White with #164D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D5B; }
p { color: rgb(22,77,91); }
H1.HeaderClassName
{
color: #164D5B;
}
.AnyTagClassName
{
color: #164D5B;
}
</style>
background-color css
<style>
a { background-color: #164D5B; }
a { background-color: rgb(22,77,91); }
div.DivClassName
{
background-color: #164D5B;
}
.BgClassName
{
background-color: #164D5B;
}
</style>
border-color css
<style>
span { border-color: #164D5B; }
span { border-color: rgb(22,77,91); }
td.TdClassName
{
border-color: #164D5B;
}
.TagClassName
{
border-color: #164D5B;
}
</style>