Shades of Niagara #32AF96
Tints of Niagara #32AF96
RGB
CMYK
RGB Variations
Color information
#32AF96 (or 0x32AF96) is known color: Niagara. HEX triplet: 32, AF and 96. RGB value is (50,175,150). Sum of RGB (Red+Green+Blue) = 50+175+150=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AF96 is #CD5069. Grayscale: #868686. Windows color (decimal): -13455466 or 9875250. OLE color: 9875250.
HSL color Cylindrical-coordinate representation of color #32AF96: hue angle of 168º 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 #32AF96 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 150 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.31 |
| HSL | 168º | 0.56% | 0.44% | - |
| HSV(B) | 168º | 0.71% | 0.69% | - |
| XYZ | 22.15 | 33.54 | 34.16 | - |
| YUV | 134.78 | 136.59 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 150 | 0.71 | 0 | 0.14 | 0.31 | 168 | 0.56 | 0.44 |
| Hex | 32 | AF | 96 | 47 | 0 | E | 1F | A8 | 38 | 2C |
| Octal | 62 | 257 | 226 | 107 | 0 | 16 | 37 | 250 | 70 | 54 |
| Binary | 110010 | 10101111 | 10010110 | 1000111 | 0 | 1110 | 11111 | 10101000 | 111000 | 101100 |
Color Harmonies of #32AF96
Complementary color
Monochromatic Colors of #32AF96
Black with #32AF96
Text Example
Text Example
White with #32AF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF96; }
p { color: rgb(50,175,150); }
H1.HeaderClassName
{
color: #32AF96;
}
.AnyTagClassName
{
color: #32AF96;
}
</style>
background-color css
<style>
a { background-color: #32AF96; }
a { background-color: rgb(50,175,150); }
div.DivClassName
{
background-color: #32AF96;
}
.BgClassName
{
background-color: #32AF96;
}
</style>
border-color css
<style>
span { border-color: #32AF96; }
span { border-color: rgb(50,175,150); }
td.TdClassName
{
border-color: #32AF96;
}
.TagClassName
{
border-color: #32AF96;
}
</style>