Shades of Teal Blue #164854
Tints of Teal Blue #164854
RGB
CMYK
RGB Variations
Color information
#164854 (or 0x164854) is known color: Teal Blue. HEX triplet: 16, 48 and 54. RGB value is (22,72,84). Sum of RGB (Red+Green+Blue) = 22+72+84=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #164854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164854 is #E9B7AB. Grayscale: #3A3A3A. Windows color (decimal): -15316908 or 5523478. OLE color: 5523478.
HSL color Cylindrical-coordinate representation of color #164854: hue angle of 191.61º 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 #164854 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 72 | 84 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.67 |
| HSL | 191.61º | 0.58% | 0.21% | - |
| HSV(B) | 191.61º | 0.74% | 0.33% | - |
| XYZ | 4.25 | 5.45 | 9.21 | - |
| YUV | 58.42 | 142.44 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 72 | 84 | 0.74 | 0.14 | 0 | 0.67 | 191.61 | 0.58 | 0.21 |
| Hex | 16 | 48 | 54 | 4A | E | 0 | 43 | C0 | 3A | 15 |
| Octal | 26 | 110 | 124 | 112 | 16 | 0 | 103 | 300 | 72 | 25 |
| Binary | 10110 | 1001000 | 1010100 | 1001010 | 1110 | 0 | 1000011 | 11000000 | 111010 | 10101 |
Color Harmonies of #164854
Complementary color
Monochromatic Colors of #164854
Black with #164854
Text Example
Text Example
White with #164854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164854; }
p { color: rgb(22,72,84); }
H1.HeaderClassName
{
color: #164854;
}
.AnyTagClassName
{
color: #164854;
}
</style>
background-color css
<style>
a { background-color: #164854; }
a { background-color: rgb(22,72,84); }
div.DivClassName
{
background-color: #164854;
}
.BgClassName
{
background-color: #164854;
}
</style>
border-color css
<style>
span { border-color: #164854; }
span { border-color: rgb(22,72,84); }
td.TdClassName
{
border-color: #164854;
}
.TagClassName
{
border-color: #164854;
}
</style>