Shades of Niagara #32AC98
Tints of Niagara #32AC98
RGB
CMYK
RGB Variations
Color information
#32AC98 (or 0x32AC98) is known color: Niagara. HEX triplet: 32, AC and 98. RGB value is (50,172,152). Sum of RGB (Red+Green+Blue) = 50+172+152=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AC98 is #CD5367. Grayscale: #858585. Windows color (decimal): -13456232 or 10005554. OLE color: 10005554.
HSL color Cylindrical-coordinate representation of color #32AC98: hue angle of 170.16º 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 #32AC98 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 152 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.33 |
| HSL | 170.16º | 0.55% | 0.44% | - |
| HSV(B) | 170.16º | 0.71% | 0.67% | - |
| XYZ | 21.74 | 32.45 | 34.82 | - |
| YUV | 133.24 | 138.58 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 152 | 0.71 | 0 | 0.12 | 0.33 | 170.16 | 0.55 | 0.44 |
| Hex | 32 | AC | 98 | 47 | 0 | C | 21 | AA | 37 | 2C |
| Octal | 62 | 254 | 230 | 107 | 0 | 14 | 41 | 252 | 67 | 54 |
| Binary | 110010 | 10101100 | 10011000 | 1000111 | 0 | 1100 | 100001 | 10101010 | 110111 | 101100 |
Color Harmonies of #32AC98
Complementary color
Monochromatic Colors of #32AC98
Black with #32AC98
Text Example
Text Example
White with #32AC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC98; }
p { color: rgb(50,172,152); }
H1.HeaderClassName
{
color: #32AC98;
}
.AnyTagClassName
{
color: #32AC98;
}
</style>
background-color css
<style>
a { background-color: #32AC98; }
a { background-color: rgb(50,172,152); }
div.DivClassName
{
background-color: #32AC98;
}
.BgClassName
{
background-color: #32AC98;
}
</style>
border-color css
<style>
span { border-color: #32AC98; }
span { border-color: rgb(50,172,152); }
td.TdClassName
{
border-color: #32AC98;
}
.TagClassName
{
border-color: #32AC98;
}
</style>