Shades of Niagara #32AE91
Tints of Niagara #32AE91
RGB
CMYK
RGB Variations
Color information
#32AE91 (or 0x32AE91) is known color: Niagara. HEX triplet: 32, AE and 91. RGB value is (50,174,145). Sum of RGB (Red+Green+Blue) = 50+174+145=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 174 - color contains mainly: green. Hex color #32AE91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AE91 is #CD516E. Grayscale: #858585. Windows color (decimal): -13455727 or 9547314. OLE color: 9547314.
HSL color Cylindrical-coordinate representation of color #32AE91: hue angle of 165.97º 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 #32AE91 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 174 | 145 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.32 |
| HSL | 165.97º | 0.55% | 0.44% | - |
| HSV(B) | 165.97º | 0.71% | 0.68% | - |
| XYZ | 21.56 | 32.99 | 32.02 | - |
| YUV | 133.62 | 134.42 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 145 | 0.71 | 0 | 0.17 | 0.32 | 165.97 | 0.55 | 0.44 |
| Hex | 32 | AE | 91 | 47 | 0 | 11 | 20 | A6 | 37 | 2C |
| Octal | 62 | 256 | 221 | 107 | 0 | 21 | 40 | 246 | 67 | 54 |
| Binary | 110010 | 10101110 | 10010001 | 1000111 | 0 | 10001 | 100000 | 10100110 | 110111 | 101100 |
Color Harmonies of #32AE91
Complementary color
Monochromatic Colors of #32AE91
Black with #32AE91
Text Example
Text Example
White with #32AE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AE91; }
p { color: rgb(50,174,145); }
H1.HeaderClassName
{
color: #32AE91;
}
.AnyTagClassName
{
color: #32AE91;
}
</style>
background-color css
<style>
a { background-color: #32AE91; }
a { background-color: rgb(50,174,145); }
div.DivClassName
{
background-color: #32AE91;
}
.BgClassName
{
background-color: #32AE91;
}
</style>
border-color css
<style>
span { border-color: #32AE91; }
span { border-color: rgb(50,174,145); }
td.TdClassName
{
border-color: #32AE91;
}
.TagClassName
{
border-color: #32AE91;
}
</style>