Shades of Niagara #169884
Tints of Niagara #169884
RGB
CMYK
RGB Variations
Color information
#169884 (or 0x169884) is known color: Niagara. HEX triplet: 16, 98 and 84. RGB value is (22,152,132). Sum of RGB (Red+Green+Blue) = 22+152+132=306 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.19% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #169884 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169884 is #E9677B. Grayscale: #6E6E6E. Windows color (decimal): -15296380 or 8689686. OLE color: 8689686.
HSL color Cylindrical-coordinate representation of color #169884: hue angle of 170.77º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169884 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 152 | 132 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.40 |
| HSL | 170.77º | 0.75% | 0.34% | - |
| HSV(B) | 170.77º | 0.86% | 0.6% | - |
| XYZ | 15.72 | 24.29 | 25.69 | - |
| YUV | 110.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 152 | 132 | 0.86 | 0 | 0.13 | 0.40 | 170.77 | 0.75 | 0.34 |
| Hex | 16 | 98 | 84 | 56 | 0 | D | 28 | AB | 4B | 22 |
| Octal | 26 | 230 | 204 | 126 | 0 | 15 | 50 | 253 | 113 | 42 |
| Binary | 10110 | 10011000 | 10000100 | 1010110 | 0 | 1101 | 101000 | 10101011 | 1001011 | 100010 |
Color Harmonies of #169884
Complementary color
Monochromatic Colors of #169884
Black with #169884
Text Example
Text Example
White with #169884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169884; }
p { color: rgb(22,152,132); }
H1.HeaderClassName
{
color: #169884;
}
.AnyTagClassName
{
color: #169884;
}
</style>
background-color css
<style>
a { background-color: #169884; }
a { background-color: rgb(22,152,132); }
div.DivClassName
{
background-color: #169884;
}
.BgClassName
{
background-color: #169884;
}
</style>
border-color css
<style>
span { border-color: #169884; }
span { border-color: rgb(22,152,132); }
td.TdClassName
{
border-color: #169884;
}
.TagClassName
{
border-color: #169884;
}
</style>