Shades of Niagara #32AE99
Tints of Niagara #32AE99
RGB
CMYK
RGB Variations
Color information
#32AE99 (or 0x32AE99) is known color: Niagara. HEX triplet: 32, AE and 99. RGB value is (50,174,153). Sum of RGB (Red+Green+Blue) = 50+174+153=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 174 - color contains mainly: green. Hex color #32AE99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AE99 is #CD5166. Grayscale: #868686. Windows color (decimal): -13455719 or 10071602. OLE color: 10071602.
HSL color Cylindrical-coordinate representation of color #32AE99: hue angle of 169.84º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AE99 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 174 | 153 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.32 |
| HSL | 169.84º | 0.55% | 0.44% | - |
| HSV(B) | 169.84º | 0.71% | 0.68% | - |
| XYZ | 22.2 | 33.25 | 35.38 | - |
| YUV | 134.53 | 138.42 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 153 | 0.71 | 0 | 0.12 | 0.32 | 169.84 | 0.55 | 0.44 |
| Hex | 32 | AE | 99 | 47 | 0 | C | 20 | AA | 37 | 2C |
| Octal | 62 | 256 | 231 | 107 | 0 | 14 | 40 | 252 | 67 | 54 |
| Binary | 110010 | 10101110 | 10011001 | 1000111 | 0 | 1100 | 100000 | 10101010 | 110111 | 101100 |
Color Harmonies of #32AE99
Complementary color
Monochromatic Colors of #32AE99
Black with #32AE99
Text Example
Text Example
White with #32AE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AE99; }
p { color: rgb(50,174,153); }
H1.HeaderClassName
{
color: #32AE99;
}
.AnyTagClassName
{
color: #32AE99;
}
</style>
background-color css
<style>
a { background-color: #32AE99; }
a { background-color: rgb(50,174,153); }
div.DivClassName
{
background-color: #32AE99;
}
.BgClassName
{
background-color: #32AE99;
}
</style>
border-color css
<style>
span { border-color: #32AE99; }
span { border-color: rgb(50,174,153); }
td.TdClassName
{
border-color: #32AE99;
}
.TagClassName
{
border-color: #32AE99;
}
</style>