Shades of Niagara #209581
Tints of Niagara #209581
RGB
CMYK
RGB Variations
Color information
#209581 (or 0x209581) is known color: Niagara. HEX triplet: 20, 95 and 81. RGB value is (32,149,129). Sum of RGB (Red+Green+Blue) = 32+149+129=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #209581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209581 is #DF6A7E. Grayscale: #6F6F6F. Windows color (decimal): -14641791 or 8492320. OLE color: 8492320.
HSL color Cylindrical-coordinate representation of color #209581: hue angle of 169.74º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209581 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 149 | 129 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.42 |
| HSL | 169.74º | 0.65% | 0.35% | - |
| HSV(B) | 169.74º | 0.79% | 0.58% | - |
| XYZ | 15.31 | 23.39 | 24.48 | - |
| YUV | 111.74 | 137.74 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 149 | 129 | 0.79 | 0 | 0.13 | 0.42 | 169.74 | 0.65 | 0.35 |
| Hex | 20 | 95 | 81 | 4F | 0 | D | 2A | AA | 41 | 23 |
| Octal | 40 | 225 | 201 | 117 | 0 | 15 | 52 | 252 | 101 | 43 |
| Binary | 100000 | 10010101 | 10000001 | 1001111 | 0 | 1101 | 101010 | 10101010 | 1000001 | 100011 |
Color Harmonies of #209581
Complementary color
Monochromatic Colors of #209581
Black with #209581
Text Example
Text Example
White with #209581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209581; }
p { color: rgb(32,149,129); }
H1.HeaderClassName
{
color: #209581;
}
.AnyTagClassName
{
color: #209581;
}
</style>
background-color css
<style>
a { background-color: #209581; }
a { background-color: rgb(32,149,129); }
div.DivClassName
{
background-color: #209581;
}
.BgClassName
{
background-color: #209581;
}
</style>
border-color css
<style>
span { border-color: #209581; }
span { border-color: rgb(32,149,129); }
td.TdClassName
{
border-color: #209581;
}
.TagClassName
{
border-color: #209581;
}
</style>