Shades of Niagara #32A497
Tints of Niagara #32A497
RGB
CMYK
RGB Variations
Color information
#32A497 (or 0x32A497) is known color: Niagara. HEX triplet: 32, A4 and 97. RGB value is (50,164,151). Sum of RGB (Red+Green+Blue) = 50+164+151=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #32A497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A497 is #CD5B68. Grayscale: #808080. Windows color (decimal): -13458281 or 9937970. OLE color: 9937970.
HSL color Cylindrical-coordinate representation of color #32A497: hue angle of 173.16º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A497 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 164 | 151 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.36 |
| HSL | 173.16º | 0.53% | 0.42% | - |
| HSV(B) | 173.16º | 0.7% | 0.64% | - |
| XYZ | 20.18 | 29.46 | 33.9 | - |
| YUV | 128.43 | 140.73 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 164 | 151 | 0.70 | 0 | 0.08 | 0.36 | 173.16 | 0.53 | 0.42 |
| Hex | 32 | A4 | 97 | 46 | 0 | 8 | 24 | AD | 35 | 2A |
| Octal | 62 | 244 | 227 | 106 | 0 | 10 | 44 | 255 | 65 | 52 |
| Binary | 110010 | 10100100 | 10010111 | 1000110 | 0 | 1000 | 100100 | 10101101 | 110101 | 101010 |
Color Harmonies of #32A497
Complementary color
Monochromatic Colors of #32A497
Black with #32A497
Text Example
Text Example
White with #32A497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A497; }
p { color: rgb(50,164,151); }
H1.HeaderClassName
{
color: #32A497;
}
.AnyTagClassName
{
color: #32A497;
}
</style>
background-color css
<style>
a { background-color: #32A497; }
a { background-color: rgb(50,164,151); }
div.DivClassName
{
background-color: #32A497;
}
.BgClassName
{
background-color: #32A497;
}
</style>
border-color css
<style>
span { border-color: #32A497; }
span { border-color: rgb(50,164,151); }
td.TdClassName
{
border-color: #32A497;
}
.TagClassName
{
border-color: #32A497;
}
</style>