Shades of Niagara #32B797
Tints of Niagara #32B797
RGB
CMYK
RGB Variations
Color information
#32B797 (or 0x32B797) is known color: Niagara. HEX triplet: 32, B7 and 97. RGB value is (50,183,151). Sum of RGB (Red+Green+Blue) = 50+183+151=384 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.02% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #32B797 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B797 is #CD4868. Grayscale: #8B8B8B. Windows color (decimal): -13453417 or 9942834. OLE color: 9942834.
HSL color Cylindrical-coordinate representation of color #32B797: hue angle of 165.56º 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 #32B797 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 183 | 151 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.28 |
| HSL | 165.56º | 0.57% | 0.46% | - |
| HSV(B) | 165.56º | 0.73% | 0.72% | - |
| XYZ | 23.83 | 36.78 | 35.12 | - |
| YUV | 139.59 | 134.44 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 183 | 151 | 0.73 | 0 | 0.17 | 0.28 | 165.56 | 0.57 | 0.46 |
| Hex | 32 | B7 | 97 | 49 | 0 | 11 | 1C | A6 | 39 | 2E |
| Octal | 62 | 267 | 227 | 111 | 0 | 21 | 34 | 246 | 71 | 56 |
| Binary | 110010 | 10110111 | 10010111 | 1001001 | 0 | 10001 | 11100 | 10100110 | 111001 | 101110 |
Color Harmonies of #32B797
Complementary color
Monochromatic Colors of #32B797
Black with #32B797
Text Example
Text Example
White with #32B797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B797; }
p { color: rgb(50,183,151); }
H1.HeaderClassName
{
color: #32B797;
}
.AnyTagClassName
{
color: #32B797;
}
</style>
background-color css
<style>
a { background-color: #32B797; }
a { background-color: rgb(50,183,151); }
div.DivClassName
{
background-color: #32B797;
}
.BgClassName
{
background-color: #32B797;
}
</style>
border-color css
<style>
span { border-color: #32B797; }
span { border-color: rgb(50,183,151); }
td.TdClassName
{
border-color: #32B797;
}
.TagClassName
{
border-color: #32B797;
}
</style>