Shades of Teal Blue #16525A
Tints of Teal Blue #16525A
RGB
CMYK
RGB Variations
Color information
#16525A (or 0x16525A) is known color: Teal Blue. HEX triplet: 16, 52 and 5A. RGB value is (22,82,90). Sum of RGB (Red+Green+Blue) = 22+82+90=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #16525A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16525A is #E9ADA5. Grayscale: #404040. Windows color (decimal): -15314342 or 5919254. OLE color: 5919254.
HSL color Cylindrical-coordinate representation of color #16525A: hue angle of 187.06º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16525A is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 82 | 90 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.65 |
| HSL | 187.06º | 0.61% | 0.22% | - |
| HSV(B) | 187.06º | 0.76% | 0.35% | - |
| XYZ | 5.19 | 6.94 | 10.74 | - |
| YUV | 64.97 | 142.12 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 90 | 0.76 | 0.09 | 0 | 0.65 | 187.06 | 0.61 | 0.22 |
| Hex | 16 | 52 | 5A | 4C | 9 | 0 | 41 | BB | 3D | 16 |
| Octal | 26 | 122 | 132 | 114 | 11 | 0 | 101 | 273 | 75 | 26 |
| Binary | 10110 | 1010010 | 1011010 | 1001100 | 1001 | 0 | 1000001 | 10111011 | 111101 | 10110 |
Color Harmonies of #16525A
Complementary color
Monochromatic Colors of #16525A
Black with #16525A
Text Example
Text Example
White with #16525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16525A; }
p { color: rgb(22,82,90); }
H1.HeaderClassName
{
color: #16525A;
}
.AnyTagClassName
{
color: #16525A;
}
</style>
background-color css
<style>
a { background-color: #16525A; }
a { background-color: rgb(22,82,90); }
div.DivClassName
{
background-color: #16525A;
}
.BgClassName
{
background-color: #16525A;
}
</style>
border-color css
<style>
span { border-color: #16525A; }
span { border-color: rgb(22,82,90); }
td.TdClassName
{
border-color: #16525A;
}
.TagClassName
{
border-color: #16525A;
}
</style>