Shades of Niagara #32AE8D
Tints of Niagara #32AE8D
RGB
CMYK
RGB Variations
Color information
#32AE8D (or 0x32AE8D) is known color: Niagara. HEX triplet: 32, AE and 8D. RGB value is (50,174,141). Sum of RGB (Red+Green+Blue) = 50+174+141=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 174 - color contains mainly: green. Hex color #32AE8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AE8D is #CD5172. Grayscale: #858585. Windows color (decimal): -13455731 or 9285170. OLE color: 9285170.
HSL color Cylindrical-coordinate representation of color #32AE8D: hue angle of 164.03º 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 #32AE8D is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 174 | 141 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.32 |
| HSL | 164.03º | 0.55% | 0.44% | - |
| HSV(B) | 164.03º | 0.71% | 0.68% | - |
| XYZ | 21.26 | 32.87 | 30.42 | - |
| YUV | 133.16 | 132.42 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 141 | 0.71 | 0 | 0.19 | 0.32 | 164.03 | 0.55 | 0.44 |
| Hex | 32 | AE | 8D | 47 | 0 | 13 | 20 | A4 | 37 | 2C |
| Octal | 62 | 256 | 215 | 107 | 0 | 23 | 40 | 244 | 67 | 54 |
| Binary | 110010 | 10101110 | 10001101 | 1000111 | 0 | 10011 | 100000 | 10100100 | 110111 | 101100 |
Color Harmonies of #32AE8D
Complementary color
Monochromatic Colors of #32AE8D
Black with #32AE8D
Text Example
Text Example
White with #32AE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AE8D; }
p { color: rgb(50,174,141); }
H1.HeaderClassName
{
color: #32AE8D;
}
.AnyTagClassName
{
color: #32AE8D;
}
</style>
background-color css
<style>
a { background-color: #32AE8D; }
a { background-color: rgb(50,174,141); }
div.DivClassName
{
background-color: #32AE8D;
}
.BgClassName
{
background-color: #32AE8D;
}
</style>
border-color css
<style>
span { border-color: #32AE8D; }
span { border-color: rgb(50,174,141); }
td.TdClassName
{
border-color: #32AE8D;
}
.TagClassName
{
border-color: #32AE8D;
}
</style>