Shades of Teal Blue #164B55
Tints of Teal Blue #164B55
RGB
CMYK
RGB Variations
Color information
#164B55 (or 0x164B55) is known color: Teal Blue. HEX triplet: 16, 4B and 55. RGB value is (22,75,85). Sum of RGB (Red+Green+Blue) = 22+75+85=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #164B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164B55 is #E9B4AA. Grayscale: #3C3C3C. Windows color (decimal): -15316139 or 5589782. OLE color: 5589782.
HSL color Cylindrical-coordinate representation of color #164B55: hue angle of 189.52º 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 #164B55 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 75 | 85 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.67 |
| HSL | 189.52º | 0.59% | 0.21% | - |
| HSV(B) | 189.52º | 0.74% | 0.33% | - |
| XYZ | 4.49 | 5.86 | 9.49 | - |
| YUV | 60.29 | 141.94 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 85 | 0.74 | 0.12 | 0 | 0.67 | 189.52 | 0.59 | 0.21 |
| Hex | 16 | 4B | 55 | 4A | C | 0 | 43 | BE | 3B | 15 |
| Octal | 26 | 113 | 125 | 112 | 14 | 0 | 103 | 276 | 73 | 25 |
| Binary | 10110 | 1001011 | 1010101 | 1001010 | 1100 | 0 | 1000011 | 10111110 | 111011 | 10101 |
Color Harmonies of #164B55
Complementary color
Monochromatic Colors of #164B55
Black with #164B55
Text Example
Text Example
White with #164B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164B55; }
p { color: rgb(22,75,85); }
H1.HeaderClassName
{
color: #164B55;
}
.AnyTagClassName
{
color: #164B55;
}
</style>
background-color css
<style>
a { background-color: #164B55; }
a { background-color: rgb(22,75,85); }
div.DivClassName
{
background-color: #164B55;
}
.BgClassName
{
background-color: #164B55;
}
</style>
border-color css
<style>
span { border-color: #164B55; }
span { border-color: rgb(22,75,85); }
td.TdClassName
{
border-color: #164B55;
}
.TagClassName
{
border-color: #164B55;
}
</style>