Shades of Niagara #32A296
Tints of Niagara #32A296
RGB
CMYK
RGB Variations
Color information
#32A296 (or 0x32A296) is known color: Niagara. HEX triplet: 32, A2 and 96. RGB value is (50,162,150). Sum of RGB (Red+Green+Blue) = 50+162+150=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 162 - color contains mainly: green. Hex color #32A296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A296 is #CD5D69. Grayscale: #7F7F7F. Windows color (decimal): -13458794 or 9871922. OLE color: 9871922.
HSL color Cylindrical-coordinate representation of color #32A296: hue angle of 173.57º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A296 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 162 | 150 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.36 |
| HSL | 173.57º | 0.53% | 0.42% | - |
| HSV(B) | 173.57º | 0.69% | 0.64% | - |
| XYZ | 19.74 | 28.72 | 33.36 | - |
| YUV | 127.14 | 140.89 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 162 | 150 | 0.69 | 0 | 0.07 | 0.36 | 173.57 | 0.53 | 0.42 |
| Hex | 32 | A2 | 96 | 45 | 0 | 7 | 24 | AE | 35 | 2A |
| Octal | 62 | 242 | 226 | 105 | 0 | 7 | 44 | 256 | 65 | 52 |
| Binary | 110010 | 10100010 | 10010110 | 1000101 | 0 | 111 | 100100 | 10101110 | 110101 | 101010 |
Color Harmonies of #32A296
Complementary color
Monochromatic Colors of #32A296
Black with #32A296
Text Example
Text Example
White with #32A296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A296; }
p { color: rgb(50,162,150); }
H1.HeaderClassName
{
color: #32A296;
}
.AnyTagClassName
{
color: #32A296;
}
</style>
background-color css
<style>
a { background-color: #32A296; }
a { background-color: rgb(50,162,150); }
div.DivClassName
{
background-color: #32A296;
}
.BgClassName
{
background-color: #32A296;
}
</style>
border-color css
<style>
span { border-color: #32A296; }
span { border-color: rgb(50,162,150); }
td.TdClassName
{
border-color: #32A296;
}
.TagClassName
{
border-color: #32A296;
}
</style>