Shades of Niagara #32B896
Tints of Niagara #32B896
RGB
CMYK
RGB Variations
Color information
#32B896 (or 0x32B896) is known color: Niagara. HEX triplet: 32, B8 and 96. RGB value is (50,184,150). Sum of RGB (Red+Green+Blue) = 50+184+150=384 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.02% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #32B896 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B896 is #CD4769. Grayscale: #8C8C8C. Windows color (decimal): -13453162 or 9877554. OLE color: 9877554.
HSL color Cylindrical-coordinate representation of color #32B896: hue angle of 164.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B896 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 184 | 150 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.28 |
| HSL | 164.78º | 0.57% | 0.46% | - |
| HSV(B) | 164.78º | 0.73% | 0.72% | - |
| XYZ | 23.96 | 37.16 | 34.76 | - |
| YUV | 140.06 | 133.61 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 184 | 150 | 0.73 | 0 | 0.18 | 0.28 | 164.78 | 0.57 | 0.46 |
| Hex | 32 | B8 | 96 | 49 | 0 | 12 | 1C | A5 | 39 | 2E |
| Octal | 62 | 270 | 226 | 111 | 0 | 22 | 34 | 245 | 71 | 56 |
| Binary | 110010 | 10111000 | 10010110 | 1001001 | 0 | 10010 | 11100 | 10100101 | 111001 | 101110 |
Color Harmonies of #32B896
Complementary color
Monochromatic Colors of #32B896
Black with #32B896
Text Example
Text Example
White with #32B896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B896; }
p { color: rgb(50,184,150); }
H1.HeaderClassName
{
color: #32B896;
}
.AnyTagClassName
{
color: #32B896;
}
</style>
background-color css
<style>
a { background-color: #32B896; }
a { background-color: rgb(50,184,150); }
div.DivClassName
{
background-color: #32B896;
}
.BgClassName
{
background-color: #32B896;
}
</style>
border-color css
<style>
span { border-color: #32B896; }
span { border-color: rgb(50,184,150); }
td.TdClassName
{
border-color: #32B896;
}
.TagClassName
{
border-color: #32B896;
}
</style>