Shades of Teal Blue #164654
Tints of Teal Blue #164654
RGB
CMYK
RGB Variations
Color information
#164654 (or 0x164654) is known color: Teal Blue. HEX triplet: 16, 46 and 54. RGB value is (22,70,84). Sum of RGB (Red+Green+Blue) = 22+70+84=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #164654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164654 is #E9B9AB. Grayscale: #393939. Windows color (decimal): -15317420 or 5522966. OLE color: 5522966.
HSL color Cylindrical-coordinate representation of color #164654: hue angle of 193.55º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #164654 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 70 | 84 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.67 |
| HSL | 193.55º | 0.58% | 0.21% | - |
| HSV(B) | 193.55º | 0.74% | 0.33% | - |
| XYZ | 4.12 | 5.19 | 9.17 | - |
| YUV | 57.24 | 143.1 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 84 | 0.74 | 0.17 | 0 | 0.67 | 193.55 | 0.58 | 0.21 |
| Hex | 16 | 46 | 54 | 4A | 11 | 0 | 43 | C2 | 3A | 15 |
| Octal | 26 | 106 | 124 | 112 | 21 | 0 | 103 | 302 | 72 | 25 |
| Binary | 10110 | 1000110 | 1010100 | 1001010 | 10001 | 0 | 1000011 | 11000010 | 111010 | 10101 |
Color Harmonies of #164654
Complementary color
Monochromatic Colors of #164654
Black with #164654
Text Example
Text Example
White with #164654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164654; }
p { color: rgb(22,70,84); }
H1.HeaderClassName
{
color: #164654;
}
.AnyTagClassName
{
color: #164654;
}
</style>
background-color css
<style>
a { background-color: #164654; }
a { background-color: rgb(22,70,84); }
div.DivClassName
{
background-color: #164654;
}
.BgClassName
{
background-color: #164654;
}
</style>
border-color css
<style>
span { border-color: #164654; }
span { border-color: rgb(22,70,84); }
td.TdClassName
{
border-color: #164654;
}
.TagClassName
{
border-color: #164654;
}
</style>