Shades of Niagara #32B59A
Tints of Niagara #32B59A
RGB
CMYK
RGB Variations
Color information
#32B59A (or 0x32B59A) is known color: Niagara. HEX triplet: 32, B5 and 9A. RGB value is (50,181,154). Sum of RGB (Red+Green+Blue) = 50+181+154=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #32B59A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B59A is #CD4A65. Grayscale: #8A8A8A. Windows color (decimal): -13453926 or 10138930. OLE color: 10138930.
HSL color Cylindrical-coordinate representation of color #32B59A: hue angle of 167.63º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B59A is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 181 | 154 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.29 |
| HSL | 167.63º | 0.57% | 0.45% | - |
| HSV(B) | 167.63º | 0.72% | 0.71% | - |
| XYZ | 23.67 | 36.06 | 36.28 | - |
| YUV | 138.75 | 136.6 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 181 | 154 | 0.72 | 0 | 0.15 | 0.29 | 167.63 | 0.57 | 0.45 |
| Hex | 32 | B5 | 9A | 48 | 0 | F | 1D | A8 | 39 | 2D |
| Octal | 62 | 265 | 232 | 110 | 0 | 17 | 35 | 250 | 71 | 55 |
| Binary | 110010 | 10110101 | 10011010 | 1001000 | 0 | 1111 | 11101 | 10101000 | 111001 | 101101 |
Color Harmonies of #32B59A
Complementary color
Monochromatic Colors of #32B59A
Black with #32B59A
Text Example
Text Example
White with #32B59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B59A; }
p { color: rgb(50,181,154); }
H1.HeaderClassName
{
color: #32B59A;
}
.AnyTagClassName
{
color: #32B59A;
}
</style>
background-color css
<style>
a { background-color: #32B59A; }
a { background-color: rgb(50,181,154); }
div.DivClassName
{
background-color: #32B59A;
}
.BgClassName
{
background-color: #32B59A;
}
</style>
border-color css
<style>
span { border-color: #32B59A; }
span { border-color: rgb(50,181,154); }
td.TdClassName
{
border-color: #32B59A;
}
.TagClassName
{
border-color: #32B59A;
}
</style>