Shades of Teal Blue #164F5E
Tints of Teal Blue #164F5E
RGB
CMYK
RGB Variations
Color information
#164F5E (or 0x164F5E) is known color: Teal Blue. HEX triplet: 16, 4F and 5E. RGB value is (22,79,94). Sum of RGB (Red+Green+Blue) = 22+79+94=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #164F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164F5E is #E9B0A1. Grayscale: #3F3F3F. Windows color (decimal): -15315106 or 6180630. OLE color: 6180630.
HSL color Cylindrical-coordinate representation of color #164F5E: hue angle of 192.5º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #164F5E is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 79 | 94 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.63 |
| HSL | 192.5º | 0.62% | 0.23% | - |
| HSV(B) | 192.5º | 0.77% | 0.37% | - |
| XYZ | 5.15 | 6.57 | 11.59 | - |
| YUV | 63.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 79 | 94 | 0.77 | 0.16 | 0 | 0.63 | 192.5 | 0.62 | 0.23 |
| Hex | 16 | 4F | 5E | 4D | 10 | 0 | 3F | C0 | 3E | 17 |
| Octal | 26 | 117 | 136 | 115 | 20 | 0 | 77 | 300 | 76 | 27 |
| Binary | 10110 | 1001111 | 1011110 | 1001101 | 10000 | 0 | 111111 | 11000000 | 111110 | 10111 |
Color Harmonies of #164F5E
Complementary color
Monochromatic Colors of #164F5E
Black with #164F5E
Text Example
Text Example
White with #164F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164F5E; }
p { color: rgb(22,79,94); }
H1.HeaderClassName
{
color: #164F5E;
}
.AnyTagClassName
{
color: #164F5E;
}
</style>
background-color css
<style>
a { background-color: #164F5E; }
a { background-color: rgb(22,79,94); }
div.DivClassName
{
background-color: #164F5E;
}
.BgClassName
{
background-color: #164F5E;
}
</style>
border-color css
<style>
span { border-color: #164F5E; }
span { border-color: rgb(22,79,94); }
td.TdClassName
{
border-color: #164F5E;
}
.TagClassName
{
border-color: #164F5E;
}
</style>