Shades of Niagara #169C83
Tints of Niagara #169C83
RGB
CMYK
RGB Variations
Color information
#169C83 (or 0x169C83) is known color: Niagara. HEX triplet: 16, 9C and 83. RGB value is (22,156,131). Sum of RGB (Red+Green+Blue) = 22+156+131=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #169C83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169C83 is #E9637C. Grayscale: #717171. Windows color (decimal): -15295357 or 8625174. OLE color: 8625174.
HSL color Cylindrical-coordinate representation of color #169C83: hue angle of 168.81º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169C83 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 156 | 131 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.39 |
| HSL | 168.81º | 0.75% | 0.35% | - |
| HSV(B) | 168.81º | 0.86% | 0.61% | - |
| XYZ | 16.32 | 25.59 | 25.55 | - |
| YUV | 113.08 | 138.11 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 156 | 131 | 0.86 | 0 | 0.16 | 0.39 | 168.81 | 0.75 | 0.35 |
| Hex | 16 | 9C | 83 | 56 | 0 | 10 | 27 | A9 | 4B | 23 |
| Octal | 26 | 234 | 203 | 126 | 0 | 20 | 47 | 251 | 113 | 43 |
| Binary | 10110 | 10011100 | 10000011 | 1010110 | 0 | 10000 | 100111 | 10101001 | 1001011 | 100011 |
Color Harmonies of #169C83
Complementary color
Monochromatic Colors of #169C83
Black with #169C83
Text Example
Text Example
White with #169C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169C83; }
p { color: rgb(22,156,131); }
H1.HeaderClassName
{
color: #169C83;
}
.AnyTagClassName
{
color: #169C83;
}
</style>
background-color css
<style>
a { background-color: #169C83; }
a { background-color: rgb(22,156,131); }
div.DivClassName
{
background-color: #169C83;
}
.BgClassName
{
background-color: #169C83;
}
</style>
border-color css
<style>
span { border-color: #169C83; }
span { border-color: rgb(22,156,131); }
td.TdClassName
{
border-color: #169C83;
}
.TagClassName
{
border-color: #169C83;
}
</style>