Shades of Teal Blue #164955
Tints of Teal Blue #164955
RGB
CMYK
RGB Variations
Color information
#164955 (or 0x164955) is known color: Teal Blue. HEX triplet: 16, 49 and 55. RGB value is (22,73,85). Sum of RGB (Red+Green+Blue) = 22+73+85=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #164955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164955 is #E9B6AA. Grayscale: #3B3B3B. Windows color (decimal): -15316651 or 5589270. OLE color: 5589270.
HSL color Cylindrical-coordinate representation of color #164955: hue angle of 191.43º degrees, saturation: 0.59, 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 #164955 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 73 | 85 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.67 |
| HSL | 191.43º | 0.59% | 0.21% | - |
| HSV(B) | 191.43º | 0.74% | 0.33% | - |
| XYZ | 4.35 | 5.59 | 9.44 | - |
| YUV | 59.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 73 | 85 | 0.74 | 0.14 | 0 | 0.67 | 191.43 | 0.59 | 0.21 |
| Hex | 16 | 49 | 55 | 4A | E | 0 | 43 | BF | 3B | 15 |
| Octal | 26 | 111 | 125 | 112 | 16 | 0 | 103 | 277 | 73 | 25 |
| Binary | 10110 | 1001001 | 1010101 | 1001010 | 1110 | 0 | 1000011 | 10111111 | 111011 | 10101 |
Color Harmonies of #164955
Complementary color
Monochromatic Colors of #164955
Black with #164955
Text Example
Text Example
White with #164955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164955; }
p { color: rgb(22,73,85); }
H1.HeaderClassName
{
color: #164955;
}
.AnyTagClassName
{
color: #164955;
}
</style>
background-color css
<style>
a { background-color: #164955; }
a { background-color: rgb(22,73,85); }
div.DivClassName
{
background-color: #164955;
}
.BgClassName
{
background-color: #164955;
}
</style>
border-color css
<style>
span { border-color: #164955; }
span { border-color: rgb(22,73,85); }
td.TdClassName
{
border-color: #164955;
}
.TagClassName
{
border-color: #164955;
}
</style>