Shades of Teal Blue #164554
Tints of Teal Blue #164554
RGB
CMYK
RGB Variations
Color information
#164554 (or 0x164554) is known color: Teal Blue. HEX triplet: 16, 45 and 54. RGB value is (22,69,84). Sum of RGB (Red+Green+Blue) = 22+69+84=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #164554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164554 is #E9BAAB. Grayscale: #383838. Windows color (decimal): -15317676 or 5522710. OLE color: 5522710.
HSL color Cylindrical-coordinate representation of color #164554: hue angle of 194.52º 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 #164554 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 69 | 84 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.67 |
| HSL | 194.52º | 0.58% | 0.21% | - |
| HSV(B) | 194.52º | 0.74% | 0.33% | - |
| XYZ | 4.06 | 5.07 | 9.15 | - |
| YUV | 56.66 | 143.43 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 69 | 84 | 0.74 | 0.18 | 0 | 0.67 | 194.52 | 0.58 | 0.21 |
| Hex | 16 | 45 | 54 | 4A | 12 | 0 | 43 | C3 | 3A | 15 |
| Octal | 26 | 105 | 124 | 112 | 22 | 0 | 103 | 303 | 72 | 25 |
| Binary | 10110 | 1000101 | 1010100 | 1001010 | 10010 | 0 | 1000011 | 11000011 | 111010 | 10101 |
Color Harmonies of #164554
Complementary color
Monochromatic Colors of #164554
Black with #164554
Text Example
Text Example
White with #164554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164554; }
p { color: rgb(22,69,84); }
H1.HeaderClassName
{
color: #164554;
}
.AnyTagClassName
{
color: #164554;
}
</style>
background-color css
<style>
a { background-color: #164554; }
a { background-color: rgb(22,69,84); }
div.DivClassName
{
background-color: #164554;
}
.BgClassName
{
background-color: #164554;
}
</style>
border-color css
<style>
span { border-color: #164554; }
span { border-color: rgb(22,69,84); }
td.TdClassName
{
border-color: #164554;
}
.TagClassName
{
border-color: #164554;
}
</style>