Shades of Teal Blue #164A56
Tints of Teal Blue #164A56
RGB
CMYK
RGB Variations
Color information
#164A56 (or 0x164A56) is known color: Teal Blue. HEX triplet: 16, 4A and 56. RGB value is (22,74,86). Sum of RGB (Red+Green+Blue) = 22+74+86=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 86 - color contains mainly: blue. Hex color #164A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164A56 is #E9B5A9. Grayscale: #3B3B3B. Windows color (decimal): -15316394 or 5655062. OLE color: 5655062.
HSL color Cylindrical-coordinate representation of color #164A56: hue angle of 191.25º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #164A56 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 74 | 86 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.66 |
| HSL | 191.25º | 0.59% | 0.21% | - |
| HSV(B) | 191.25º | 0.74% | 0.34% | - |
| XYZ | 4.46 | 5.74 | 9.68 | - |
| YUV | 59.82 | 142.77 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 86 | 0.74 | 0.14 | 0 | 0.66 | 191.25 | 0.59 | 0.21 |
| Hex | 16 | 4A | 56 | 4A | E | 0 | 42 | BF | 3B | 15 |
| Octal | 26 | 112 | 126 | 112 | 16 | 0 | 102 | 277 | 73 | 25 |
| Binary | 10110 | 1001010 | 1010110 | 1001010 | 1110 | 0 | 1000010 | 10111111 | 111011 | 10101 |
Color Harmonies of #164A56
Complementary color
Monochromatic Colors of #164A56
Black with #164A56
Text Example
Text Example
White with #164A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164A56; }
p { color: rgb(22,74,86); }
H1.HeaderClassName
{
color: #164A56;
}
.AnyTagClassName
{
color: #164A56;
}
</style>
background-color css
<style>
a { background-color: #164A56; }
a { background-color: rgb(22,74,86); }
div.DivClassName
{
background-color: #164A56;
}
.BgClassName
{
background-color: #164A56;
}
</style>
border-color css
<style>
span { border-color: #164A56; }
span { border-color: rgb(22,74,86); }
td.TdClassName
{
border-color: #164A56;
}
.TagClassName
{
border-color: #164A56;
}
</style>