Shades of Niagara #32AC94
Tints of Niagara #32AC94
RGB
CMYK
RGB Variations
Color information
#32AC94 (or 0x32AC94) is known color: Niagara. HEX triplet: 32, AC and 94. RGB value is (50,172,148). Sum of RGB (Red+Green+Blue) = 50+172+148=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AC94 is #CD536B. Grayscale: #848484. Windows color (decimal): -13456236 or 9743410. OLE color: 9743410.
HSL color Cylindrical-coordinate representation of color #32AC94: hue angle of 168.2º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AC94 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 148 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.33 |
| HSL | 168.2º | 0.55% | 0.44% | - |
| HSV(B) | 168.2º | 0.71% | 0.67% | - |
| XYZ | 21.41 | 32.32 | 33.13 | - |
| YUV | 132.79 | 136.58 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 148 | 0.71 | 0 | 0.14 | 0.33 | 168.2 | 0.55 | 0.44 |
| Hex | 32 | AC | 94 | 47 | 0 | E | 21 | A8 | 37 | 2C |
| Octal | 62 | 254 | 224 | 107 | 0 | 16 | 41 | 250 | 67 | 54 |
| Binary | 110010 | 10101100 | 10010100 | 1000111 | 0 | 1110 | 100001 | 10101000 | 110111 | 101100 |
Color Harmonies of #32AC94
Complementary color
Monochromatic Colors of #32AC94
Black with #32AC94
Text Example
Text Example
White with #32AC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC94; }
p { color: rgb(50,172,148); }
H1.HeaderClassName
{
color: #32AC94;
}
.AnyTagClassName
{
color: #32AC94;
}
</style>
background-color css
<style>
a { background-color: #32AC94; }
a { background-color: rgb(50,172,148); }
div.DivClassName
{
background-color: #32AC94;
}
.BgClassName
{
background-color: #32AC94;
}
</style>
border-color css
<style>
span { border-color: #32AC94; }
span { border-color: rgb(50,172,148); }
td.TdClassName
{
border-color: #32AC94;
}
.TagClassName
{
border-color: #32AC94;
}
</style>