Shades of Niagara #209681
Tints of Niagara #209681
RGB
CMYK
RGB Variations
Color information
#209681 (or 0x209681) is known color: Niagara. HEX triplet: 20, 96 and 81. RGB value is (32,150,129). Sum of RGB (Red+Green+Blue) = 32+150+129=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #209681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209681 is #DF697E. Grayscale: #707070. Windows color (decimal): -14641535 or 8492576. OLE color: 8492576.
HSL color Cylindrical-coordinate representation of color #209681: hue angle of 169.32º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209681 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 150 | 129 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.41 |
| HSL | 169.32º | 0.65% | 0.36% | - |
| HSV(B) | 169.32º | 0.79% | 0.59% | - |
| XYZ | 15.46 | 23.7 | 24.53 | - |
| YUV | 112.32 | 137.41 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 150 | 129 | 0.79 | 0 | 0.14 | 0.41 | 169.32 | 0.65 | 0.36 |
| Hex | 20 | 96 | 81 | 4F | 0 | E | 29 | A9 | 41 | 24 |
| Octal | 40 | 226 | 201 | 117 | 0 | 16 | 51 | 251 | 101 | 44 |
| Binary | 100000 | 10010110 | 10000001 | 1001111 | 0 | 1110 | 101001 | 10101001 | 1000001 | 100100 |
Color Harmonies of #209681
Complementary color
Monochromatic Colors of #209681
Black with #209681
Text Example
Text Example
White with #209681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209681; }
p { color: rgb(32,150,129); }
H1.HeaderClassName
{
color: #209681;
}
.AnyTagClassName
{
color: #209681;
}
</style>
background-color css
<style>
a { background-color: #209681; }
a { background-color: rgb(32,150,129); }
div.DivClassName
{
background-color: #209681;
}
.BgClassName
{
background-color: #209681;
}
</style>
border-color css
<style>
span { border-color: #209681; }
span { border-color: rgb(32,150,129); }
td.TdClassName
{
border-color: #209681;
}
.TagClassName
{
border-color: #209681;
}
</style>