Shades of Teal Blue #164752
Tints of Teal Blue #164752
RGB
CMYK
RGB Variations
Color information
#164752 (or 0x164752) is known color: Teal Blue. HEX triplet: 16, 47 and 52. RGB value is (22,71,82). Sum of RGB (Red+Green+Blue) = 22+71+82=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 82 - color contains mainly: blue. Hex color #164752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164752 is #E9B8AD. Grayscale: #393939. Windows color (decimal): -15317166 or 5392150. OLE color: 5392150.
HSL color Cylindrical-coordinate representation of color #164752: hue angle of 191º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #164752 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 71 | 82 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.68 |
| HSL | 191º | 0.58% | 0.2% | - |
| HSV(B) | 191º | 0.73% | 0.32% | - |
| XYZ | 4.11 | 5.29 | 8.79 | - |
| YUV | 57.6 | 141.77 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 82 | 0.73 | 0.13 | 0 | 0.68 | 191 | 0.58 | 0.2 |
| Hex | 16 | 47 | 52 | 49 | D | 0 | 44 | BF | 3A | 14 |
| Octal | 26 | 107 | 122 | 111 | 15 | 0 | 104 | 277 | 72 | 24 |
| Binary | 10110 | 1000111 | 1010010 | 1001001 | 1101 | 0 | 1000100 | 10111111 | 111010 | 10100 |
Color Harmonies of #164752
Complementary color
Monochromatic Colors of #164752
Black with #164752
Text Example
Text Example
White with #164752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164752; }
p { color: rgb(22,71,82); }
H1.HeaderClassName
{
color: #164752;
}
.AnyTagClassName
{
color: #164752;
}
</style>
background-color css
<style>
a { background-color: #164752; }
a { background-color: rgb(22,71,82); }
div.DivClassName
{
background-color: #164752;
}
.BgClassName
{
background-color: #164752;
}
</style>
border-color css
<style>
span { border-color: #164752; }
span { border-color: rgb(22,71,82); }
td.TdClassName
{
border-color: #164752;
}
.TagClassName
{
border-color: #164752;
}
</style>