Shades of Teal Blue #165058
Tints of Teal Blue #165058
RGB
CMYK
RGB Variations
Color information
#165058 (or 0x165058) is known color: Teal Blue. HEX triplet: 16, 50 and 58. RGB value is (22,80,88). Sum of RGB (Red+Green+Blue) = 22+80+88=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #165058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165058 is #E9AFA7. Grayscale: #3F3F3F. Windows color (decimal): -15314856 or 5787670. OLE color: 5787670.
HSL color Cylindrical-coordinate representation of color #165058: hue angle of 187.27º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165058 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 80 | 88 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.65 |
| HSL | 187.27º | 0.6% | 0.22% | - |
| HSV(B) | 187.27º | 0.75% | 0.35% | - |
| XYZ | 4.96 | 6.61 | 10.25 | - |
| YUV | 63.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 88 | 0.75 | 0.09 | 0 | 0.65 | 187.27 | 0.6 | 0.22 |
| Hex | 16 | 50 | 58 | 4B | 9 | 0 | 41 | BB | 3C | 16 |
| Octal | 26 | 120 | 130 | 113 | 11 | 0 | 101 | 273 | 74 | 26 |
| Binary | 10110 | 1010000 | 1011000 | 1001011 | 1001 | 0 | 1000001 | 10111011 | 111100 | 10110 |
Color Harmonies of #165058
Complementary color
Monochromatic Colors of #165058
Black with #165058
Text Example
Text Example
White with #165058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165058; }
p { color: rgb(22,80,88); }
H1.HeaderClassName
{
color: #165058;
}
.AnyTagClassName
{
color: #165058;
}
</style>
background-color css
<style>
a { background-color: #165058; }
a { background-color: rgb(22,80,88); }
div.DivClassName
{
background-color: #165058;
}
.BgClassName
{
background-color: #165058;
}
</style>
border-color css
<style>
span { border-color: #165058; }
span { border-color: rgb(22,80,88); }
td.TdClassName
{
border-color: #165058;
}
.TagClassName
{
border-color: #165058;
}
</style>