Shades of Niagara #32AE92
Tints of Niagara #32AE92
RGB
CMYK
RGB Variations
Color information
#32AE92 (or 0x32AE92) is known color: Niagara. HEX triplet: 32, AE and 92. RGB value is (50,174,146). Sum of RGB (Red+Green+Blue) = 50+174+146=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 174 - color contains mainly: green. Hex color #32AE92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AE92 is #CD516D. Grayscale: #858585. Windows color (decimal): -13455726 or 9612850. OLE color: 9612850.
HSL color Cylindrical-coordinate representation of color #32AE92: hue angle of 166.45º 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 #32AE92 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 174 | 146 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.32 |
| HSL | 166.45º | 0.55% | 0.44% | - |
| HSV(B) | 166.45º | 0.71% | 0.68% | - |
| XYZ | 21.64 | 33.03 | 32.43 | - |
| YUV | 133.73 | 134.92 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 146 | 0.71 | 0 | 0.16 | 0.32 | 166.45 | 0.55 | 0.44 |
| Hex | 32 | AE | 92 | 47 | 0 | 10 | 20 | A6 | 37 | 2C |
| Octal | 62 | 256 | 222 | 107 | 0 | 20 | 40 | 246 | 67 | 54 |
| Binary | 110010 | 10101110 | 10010010 | 1000111 | 0 | 10000 | 100000 | 10100110 | 110111 | 101100 |
Color Harmonies of #32AE92
Complementary color
Monochromatic Colors of #32AE92
Black with #32AE92
Text Example
Text Example
White with #32AE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AE92; }
p { color: rgb(50,174,146); }
H1.HeaderClassName
{
color: #32AE92;
}
.AnyTagClassName
{
color: #32AE92;
}
</style>
background-color css
<style>
a { background-color: #32AE92; }
a { background-color: rgb(50,174,146); }
div.DivClassName
{
background-color: #32AE92;
}
.BgClassName
{
background-color: #32AE92;
}
</style>
border-color css
<style>
span { border-color: #32AE92; }
span { border-color: rgb(50,174,146); }
td.TdClassName
{
border-color: #32AE92;
}
.TagClassName
{
border-color: #32AE92;
}
</style>