Shades of Niagara #32AF97
Tints of Niagara #32AF97
RGB
CMYK
RGB Variations
Color information
#32AF97 (or 0x32AF97) is known color: Niagara. HEX triplet: 32, AF and 97. RGB value is (50,175,151). Sum of RGB (Red+Green+Blue) = 50+175+151=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AF97 is #CD5068. Grayscale: #868686. Windows color (decimal): -13455465 or 9940786. OLE color: 9940786.
HSL color Cylindrical-coordinate representation of color #32AF97: hue angle of 168.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AF97 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 151 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.31 |
| HSL | 168.48º | 0.56% | 0.44% | - |
| HSV(B) | 168.48º | 0.71% | 0.69% | - |
| XYZ | 22.23 | 33.57 | 34.59 | - |
| YUV | 134.89 | 137.09 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 151 | 0.71 | 0 | 0.14 | 0.31 | 168.48 | 0.56 | 0.44 |
| Hex | 32 | AF | 97 | 47 | 0 | E | 1F | A8 | 38 | 2C |
| Octal | 62 | 257 | 227 | 107 | 0 | 16 | 37 | 250 | 70 | 54 |
| Binary | 110010 | 10101111 | 10010111 | 1000111 | 0 | 1110 | 11111 | 10101000 | 111000 | 101100 |
Color Harmonies of #32AF97
Complementary color
Monochromatic Colors of #32AF97
Black with #32AF97
Text Example
Text Example
White with #32AF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF97; }
p { color: rgb(50,175,151); }
H1.HeaderClassName
{
color: #32AF97;
}
.AnyTagClassName
{
color: #32AF97;
}
</style>
background-color css
<style>
a { background-color: #32AF97; }
a { background-color: rgb(50,175,151); }
div.DivClassName
{
background-color: #32AF97;
}
.BgClassName
{
background-color: #32AF97;
}
</style>
border-color css
<style>
span { border-color: #32AF97; }
span { border-color: rgb(50,175,151); }
td.TdClassName
{
border-color: #32AF97;
}
.TagClassName
{
border-color: #32AF97;
}
</style>