Shades of Niagara #32B390
Tints of Niagara #32B390
RGB
CMYK
RGB Variations
Color information
#32B390 (or 0x32B390) is known color: Niagara. HEX triplet: 32, B3 and 90. RGB value is (50,179,144). Sum of RGB (Red+Green+Blue) = 50+179+144=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #32B390 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B390 is #CD4C6F. Grayscale: #888888. Windows color (decimal): -13454448 or 9483058. OLE color: 9483058.
HSL color Cylindrical-coordinate representation of color #32B390: hue angle of 163.72º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B390 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 179 | 144 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.30 |
| HSL | 163.72º | 0.56% | 0.45% | - |
| HSV(B) | 163.72º | 0.72% | 0.7% | - |
| XYZ | 22.47 | 34.93 | 31.94 | - |
| YUV | 136.44 | 132.26 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 179 | 144 | 0.72 | 0 | 0.20 | 0.30 | 163.72 | 0.56 | 0.45 |
| Hex | 32 | B3 | 90 | 48 | 0 | 14 | 1E | A4 | 38 | 2D |
| Octal | 62 | 263 | 220 | 110 | 0 | 24 | 36 | 244 | 70 | 55 |
| Binary | 110010 | 10110011 | 10010000 | 1001000 | 0 | 10100 | 11110 | 10100100 | 111000 | 101101 |
Color Harmonies of #32B390
Complementary color
Monochromatic Colors of #32B390
Black with #32B390
Text Example
Text Example
White with #32B390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B390; }
p { color: rgb(50,179,144); }
H1.HeaderClassName
{
color: #32B390;
}
.AnyTagClassName
{
color: #32B390;
}
</style>
background-color css
<style>
a { background-color: #32B390; }
a { background-color: rgb(50,179,144); }
div.DivClassName
{
background-color: #32B390;
}
.BgClassName
{
background-color: #32B390;
}
</style>
border-color css
<style>
span { border-color: #32B390; }
span { border-color: rgb(50,179,144); }
td.TdClassName
{
border-color: #32B390;
}
.TagClassName
{
border-color: #32B390;
}
</style>