Shades of Niagara #32B591
Tints of Niagara #32B591
RGB
CMYK
RGB Variations
Color information
#32B591 (or 0x32B591) is known color: Niagara. HEX triplet: 32, B5 and 91. RGB value is (50,181,145). Sum of RGB (Red+Green+Blue) = 50+181+145=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 181 - color contains mainly: green. Hex color #32B591 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B591 is #CD4A6E. Grayscale: #898989. Windows color (decimal): -13453935 or 9549106. OLE color: 9549106.
HSL color Cylindrical-coordinate representation of color #32B591: hue angle of 163.51º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B591 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 181 | 145 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.29 |
| HSL | 163.51º | 0.57% | 0.45% | - |
| HSV(B) | 163.51º | 0.72% | 0.71% | - |
| XYZ | 22.95 | 35.77 | 32.48 | - |
| YUV | 137.73 | 132.1 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 181 | 145 | 0.72 | 0 | 0.20 | 0.29 | 163.51 | 0.57 | 0.45 |
| Hex | 32 | B5 | 91 | 48 | 0 | 14 | 1D | A4 | 39 | 2D |
| Octal | 62 | 265 | 221 | 110 | 0 | 24 | 35 | 244 | 71 | 55 |
| Binary | 110010 | 10110101 | 10010001 | 1001000 | 0 | 10100 | 11101 | 10100100 | 111001 | 101101 |
Color Harmonies of #32B591
Complementary color
Monochromatic Colors of #32B591
Black with #32B591
Text Example
Text Example
White with #32B591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B591; }
p { color: rgb(50,181,145); }
H1.HeaderClassName
{
color: #32B591;
}
.AnyTagClassName
{
color: #32B591;
}
</style>
background-color css
<style>
a { background-color: #32B591; }
a { background-color: rgb(50,181,145); }
div.DivClassName
{
background-color: #32B591;
}
.BgClassName
{
background-color: #32B591;
}
</style>
border-color css
<style>
span { border-color: #32B591; }
span { border-color: rgb(50,181,145); }
td.TdClassName
{
border-color: #32B591;
}
.TagClassName
{
border-color: #32B591;
}
</style>