Shades of Niagara #32AD94
Tints of Niagara #32AD94
RGB
CMYK
RGB Variations
Color information
#32AD94 (or 0x32AD94) is known color: Niagara. HEX triplet: 32, AD and 94. RGB value is (50,173,148). Sum of RGB (Red+Green+Blue) = 50+173+148=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #32AD94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AD94 is #CD526B. Grayscale: #858585. Windows color (decimal): -13455980 or 9743666. OLE color: 9743666.
HSL color Cylindrical-coordinate representation of color #32AD94: hue angle of 167.8º 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 #32AD94 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 173 | 148 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.32 |
| HSL | 167.8º | 0.55% | 0.44% | - |
| HSV(B) | 167.8º | 0.71% | 0.68% | - |
| XYZ | 21.6 | 32.7 | 33.19 | - |
| YUV | 133.37 | 136.25 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 148 | 0.71 | 0 | 0.14 | 0.32 | 167.8 | 0.55 | 0.44 |
| Hex | 32 | AD | 94 | 47 | 0 | E | 20 | A8 | 37 | 2C |
| Octal | 62 | 255 | 224 | 107 | 0 | 16 | 40 | 250 | 67 | 54 |
| Binary | 110010 | 10101101 | 10010100 | 1000111 | 0 | 1110 | 100000 | 10101000 | 110111 | 101100 |
Color Harmonies of #32AD94
Complementary color
Monochromatic Colors of #32AD94
Black with #32AD94
Text Example
Text Example
White with #32AD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AD94; }
p { color: rgb(50,173,148); }
H1.HeaderClassName
{
color: #32AD94;
}
.AnyTagClassName
{
color: #32AD94;
}
</style>
background-color css
<style>
a { background-color: #32AD94; }
a { background-color: rgb(50,173,148); }
div.DivClassName
{
background-color: #32AD94;
}
.BgClassName
{
background-color: #32AD94;
}
</style>
border-color css
<style>
span { border-color: #32AD94; }
span { border-color: rgb(50,173,148); }
td.TdClassName
{
border-color: #32AD94;
}
.TagClassName
{
border-color: #32AD94;
}
</style>