Shades of Niagara #32B397
Tints of Niagara #32B397
RGB
CMYK
RGB Variations
Color information
#32B397 (or 0x32B397) is known color: Niagara. HEX triplet: 32, B3 and 97. RGB value is (50,179,151). Sum of RGB (Red+Green+Blue) = 50+179+151=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #32B397 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B397 is #CD4C68. Grayscale: #898989. Windows color (decimal): -13454441 or 9941810. OLE color: 9941810.
HSL color Cylindrical-coordinate representation of color #32B397: hue angle of 166.98º 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 #32B397 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 179 | 151 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.30 |
| HSL | 166.98º | 0.56% | 0.45% | - |
| HSV(B) | 166.98º | 0.72% | 0.7% | - |
| XYZ | 23.02 | 35.15 | 34.85 | - |
| YUV | 137.24 | 135.76 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 179 | 151 | 0.72 | 0 | 0.16 | 0.30 | 166.98 | 0.56 | 0.45 |
| Hex | 32 | B3 | 97 | 48 | 0 | 10 | 1E | A7 | 38 | 2D |
| Octal | 62 | 263 | 227 | 110 | 0 | 20 | 36 | 247 | 70 | 55 |
| Binary | 110010 | 10110011 | 10010111 | 1001000 | 0 | 10000 | 11110 | 10100111 | 111000 | 101101 |
Color Harmonies of #32B397
Complementary color
Monochromatic Colors of #32B397
Black with #32B397
Text Example
Text Example
White with #32B397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B397; }
p { color: rgb(50,179,151); }
H1.HeaderClassName
{
color: #32B397;
}
.AnyTagClassName
{
color: #32B397;
}
</style>
background-color css
<style>
a { background-color: #32B397; }
a { background-color: rgb(50,179,151); }
div.DivClassName
{
background-color: #32B397;
}
.BgClassName
{
background-color: #32B397;
}
</style>
border-color css
<style>
span { border-color: #32B397; }
span { border-color: rgb(50,179,151); }
td.TdClassName
{
border-color: #32B397;
}
.TagClassName
{
border-color: #32B397;
}
</style>