Shades of Teal Blue #164653
Tints of Teal Blue #164653
RGB
CMYK
RGB Variations
Color information
#164653 (or 0x164653) is known color: Teal Blue. HEX triplet: 16, 46 and 53. RGB value is (22,70,83). Sum of RGB (Red+Green+Blue) = 22+70+83=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #164653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164653 is #E9B9AC. Grayscale: #393939. Windows color (decimal): -15317421 or 5457430. OLE color: 5457430.
HSL color Cylindrical-coordinate representation of color #164653: hue angle of 192.79º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #164653 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 70 | 83 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.67 |
| HSL | 192.79º | 0.58% | 0.21% | - |
| HSV(B) | 192.79º | 0.73% | 0.33% | - |
| XYZ | 4.08 | 5.18 | 8.97 | - |
| YUV | 57.13 | 142.6 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 83 | 0.73 | 0.16 | 0 | 0.67 | 192.79 | 0.58 | 0.21 |
| Hex | 16 | 46 | 53 | 49 | 10 | 0 | 43 | C1 | 3A | 15 |
| Octal | 26 | 106 | 123 | 111 | 20 | 0 | 103 | 301 | 72 | 25 |
| Binary | 10110 | 1000110 | 1010011 | 1001001 | 10000 | 0 | 1000011 | 11000001 | 111010 | 10101 |
Color Harmonies of #164653
Complementary color
Monochromatic Colors of #164653
Black with #164653
Text Example
Text Example
White with #164653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164653; }
p { color: rgb(22,70,83); }
H1.HeaderClassName
{
color: #164653;
}
.AnyTagClassName
{
color: #164653;
}
</style>
background-color css
<style>
a { background-color: #164653; }
a { background-color: rgb(22,70,83); }
div.DivClassName
{
background-color: #164653;
}
.BgClassName
{
background-color: #164653;
}
</style>
border-color css
<style>
span { border-color: #164653; }
span { border-color: rgb(22,70,83); }
td.TdClassName
{
border-color: #164653;
}
.TagClassName
{
border-color: #164653;
}
</style>