Shades of Niagara #32AC90
Tints of Niagara #32AC90
RGB
CMYK
RGB Variations
Color information
#32AC90 (or 0x32AC90) is known color: Niagara. HEX triplet: 32, AC and 90. RGB value is (50,172,144). Sum of RGB (Red+Green+Blue) = 50+172+144=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AC90 is #CD536F. Grayscale: #848484. Windows color (decimal): -13456240 or 9481266. OLE color: 9481266.
HSL color Cylindrical-coordinate representation of color #32AC90: hue angle of 166.23º 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 #32AC90 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 144 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.33 |
| HSL | 166.23º | 0.55% | 0.44% | - |
| HSV(B) | 166.23º | 0.71% | 0.67% | - |
| XYZ | 21.1 | 32.2 | 31.49 | - |
| YUV | 132.33 | 134.58 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 144 | 0.71 | 0 | 0.16 | 0.33 | 166.23 | 0.55 | 0.44 |
| Hex | 32 | AC | 90 | 47 | 0 | 10 | 21 | A6 | 37 | 2C |
| Octal | 62 | 254 | 220 | 107 | 0 | 20 | 41 | 246 | 67 | 54 |
| Binary | 110010 | 10101100 | 10010000 | 1000111 | 0 | 10000 | 100001 | 10100110 | 110111 | 101100 |
Color Harmonies of #32AC90
Complementary color
Monochromatic Colors of #32AC90
Black with #32AC90
Text Example
Text Example
White with #32AC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC90; }
p { color: rgb(50,172,144); }
H1.HeaderClassName
{
color: #32AC90;
}
.AnyTagClassName
{
color: #32AC90;
}
</style>
background-color css
<style>
a { background-color: #32AC90; }
a { background-color: rgb(50,172,144); }
div.DivClassName
{
background-color: #32AC90;
}
.BgClassName
{
background-color: #32AC90;
}
</style>
border-color css
<style>
span { border-color: #32AC90; }
span { border-color: rgb(50,172,144); }
td.TdClassName
{
border-color: #32AC90;
}
.TagClassName
{
border-color: #32AC90;
}
</style>