Shades of Niagara #32A58C
Tints of Niagara #32A58C
RGB
CMYK
RGB Variations
Color information
#32A58C (or 0x32A58C) is known color: Niagara. HEX triplet: 32, A5 and 8C. RGB value is (50,165,140). Sum of RGB (Red+Green+Blue) = 50+165+140=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 165 - color contains mainly: green. Hex color #32A58C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A58C is #CD5A73. Grayscale: #7F7F7F. Windows color (decimal): -13458036 or 9217330. OLE color: 9217330.
HSL color Cylindrical-coordinate representation of color #32A58C: hue angle of 166.96º 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 #32A58C is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 165 | 140 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.35 |
| HSL | 166.96º | 0.53% | 0.42% | - |
| HSV(B) | 166.96º | 0.7% | 0.65% | - |
| XYZ | 19.5 | 29.48 | 29.47 | - |
| YUV | 127.77 | 134.9 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 165 | 140 | 0.70 | 0 | 0.15 | 0.35 | 166.96 | 0.53 | 0.42 |
| Hex | 32 | A5 | 8C | 46 | 0 | F | 23 | A7 | 35 | 2A |
| Octal | 62 | 245 | 214 | 106 | 0 | 17 | 43 | 247 | 65 | 52 |
| Binary | 110010 | 10100101 | 10001100 | 1000110 | 0 | 1111 | 100011 | 10100111 | 110101 | 101010 |
Color Harmonies of #32A58C
Complementary color
Monochromatic Colors of #32A58C
Black with #32A58C
Text Example
Text Example
White with #32A58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A58C; }
p { color: rgb(50,165,140); }
H1.HeaderClassName
{
color: #32A58C;
}
.AnyTagClassName
{
color: #32A58C;
}
</style>
background-color css
<style>
a { background-color: #32A58C; }
a { background-color: rgb(50,165,140); }
div.DivClassName
{
background-color: #32A58C;
}
.BgClassName
{
background-color: #32A58C;
}
</style>
border-color css
<style>
span { border-color: #32A58C; }
span { border-color: rgb(50,165,140); }
td.TdClassName
{
border-color: #32A58C;
}
.TagClassName
{
border-color: #32A58C;
}
</style>