Shades of Niagara #32A995
Tints of Niagara #32A995
RGB
CMYK
RGB Variations
Color information
#32A995 (or 0x32A995) is known color: Niagara. HEX triplet: 32, A9 and 95. RGB value is (50,169,149). Sum of RGB (Red+Green+Blue) = 50+169+149=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 169 - color contains mainly: green. Hex color #32A995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A995 is #CD566A. Grayscale: #838383. Windows color (decimal): -13457003 or 9808178. OLE color: 9808178.
HSL color Cylindrical-coordinate representation of color #32A995: hue angle of 169.92º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A995 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 50 | 169 | 149 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.34 |
| HSL | 169.92º | 0.54% | 0.43% | - |
| HSV(B) | 169.92º | 0.7% | 0.66% | - |
| XYZ | 20.93 | 31.22 | 33.36 | - |
| YUV | 131.14 | 138.08 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 169 | 149 | 0.70 | 0 | 0.12 | 0.34 | 169.92 | 0.54 | 0.43 |
| Hex | 32 | A9 | 95 | 46 | 0 | C | 22 | AA | 36 | 2B |
| Octal | 62 | 251 | 225 | 106 | 0 | 14 | 42 | 252 | 66 | 53 |
| Binary | 110010 | 10101001 | 10010101 | 1000110 | 0 | 1100 | 100010 | 10101010 | 110110 | 101011 |
Color Harmonies of #32A995
Complementary color
Monochromatic Colors of #32A995
Black with #32A995
Text Example
Text Example
White with #32A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A995; }
p { color: rgb(50,169,149); }
H1.HeaderClassName
{
color: #32A995;
}
.AnyTagClassName
{
color: #32A995;
}
</style>
background-color css
<style>
a { background-color: #32A995; }
a { background-color: rgb(50,169,149); }
div.DivClassName
{
background-color: #32A995;
}
.BgClassName
{
background-color: #32A995;
}
</style>
border-color css
<style>
span { border-color: #32A995; }
span { border-color: rgb(50,169,149); }
td.TdClassName
{
border-color: #32A995;
}
.TagClassName
{
border-color: #32A995;
}
</style>