Shades of Teal Blue #164F5A
Tints of Teal Blue #164F5A
RGB
CMYK
RGB Variations
Color information
#164F5A (or 0x164F5A) is known color: Teal Blue. HEX triplet: 16, 4F and 5A. RGB value is (22,79,90). Sum of RGB (Red+Green+Blue) = 22+79+90=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #164F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164F5A is #E9B0A5. Grayscale: #3F3F3F. Windows color (decimal): -15315110 or 5918486. OLE color: 5918486.
HSL color Cylindrical-coordinate representation of color #164F5A: hue angle of 189.71º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #164F5A is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 79 | 90 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.65 |
| HSL | 189.71º | 0.61% | 0.22% | - |
| HSV(B) | 189.71º | 0.76% | 0.35% | - |
| XYZ | 4.97 | 6.5 | 10.67 | - |
| YUV | 63.21 | 143.12 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 79 | 90 | 0.76 | 0.12 | 0 | 0.65 | 189.71 | 0.61 | 0.22 |
| Hex | 16 | 4F | 5A | 4C | C | 0 | 41 | BE | 3D | 16 |
| Octal | 26 | 117 | 132 | 114 | 14 | 0 | 101 | 276 | 75 | 26 |
| Binary | 10110 | 1001111 | 1011010 | 1001100 | 1100 | 0 | 1000001 | 10111110 | 111101 | 10110 |
Color Harmonies of #164F5A
Complementary color
Monochromatic Colors of #164F5A
Black with #164F5A
Text Example
Text Example
White with #164F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164F5A; }
p { color: rgb(22,79,90); }
H1.HeaderClassName
{
color: #164F5A;
}
.AnyTagClassName
{
color: #164F5A;
}
</style>
background-color css
<style>
a { background-color: #164F5A; }
a { background-color: rgb(22,79,90); }
div.DivClassName
{
background-color: #164F5A;
}
.BgClassName
{
background-color: #164F5A;
}
</style>
border-color css
<style>
span { border-color: #164F5A; }
span { border-color: rgb(22,79,90); }
td.TdClassName
{
border-color: #164F5A;
}
.TagClassName
{
border-color: #164F5A;
}
</style>