Shades of Niagara #32A596
Tints of Niagara #32A596
RGB
CMYK
RGB Variations
Color information
#32A596 (or 0x32A596) is known color: Niagara. HEX triplet: 32, A5 and 96. RGB value is (50,165,150). Sum of RGB (Red+Green+Blue) = 50+165+150=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 165 - color contains mainly: green. Hex color #32A596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A596 is #CD5A69. Grayscale: #808080. Windows color (decimal): -13458026 or 9872690. OLE color: 9872690.
HSL color Cylindrical-coordinate representation of color #32A596: hue angle of 172.17º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A596 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 165 | 150 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.35 |
| HSL | 172.17º | 0.53% | 0.42% | - |
| HSV(B) | 172.17º | 0.7% | 0.65% | - |
| XYZ | 20.28 | 29.79 | 33.54 | - |
| YUV | 128.91 | 139.9 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 165 | 150 | 0.70 | 0 | 0.09 | 0.35 | 172.17 | 0.53 | 0.42 |
| Hex | 32 | A5 | 96 | 46 | 0 | 9 | 23 | AC | 35 | 2A |
| Octal | 62 | 245 | 226 | 106 | 0 | 11 | 43 | 254 | 65 | 52 |
| Binary | 110010 | 10100101 | 10010110 | 1000110 | 0 | 1001 | 100011 | 10101100 | 110101 | 101010 |
Color Harmonies of #32A596
Complementary color
Monochromatic Colors of #32A596
Black with #32A596
Text Example
Text Example
White with #32A596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A596; }
p { color: rgb(50,165,150); }
H1.HeaderClassName
{
color: #32A596;
}
.AnyTagClassName
{
color: #32A596;
}
</style>
background-color css
<style>
a { background-color: #32A596; }
a { background-color: rgb(50,165,150); }
div.DivClassName
{
background-color: #32A596;
}
.BgClassName
{
background-color: #32A596;
}
</style>
border-color css
<style>
span { border-color: #32A596; }
span { border-color: rgb(50,165,150); }
td.TdClassName
{
border-color: #32A596;
}
.TagClassName
{
border-color: #32A596;
}
</style>