Shades of Niagara #32B498
Tints of Niagara #32B498
RGB
CMYK
RGB Variations
Color information
#32B498 (or 0x32B498) is known color: Niagara. HEX triplet: 32, B4 and 98. RGB value is (50,180,152). Sum of RGB (Red+Green+Blue) = 50+180+152=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #32B498 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B498 is #CD4B67. Grayscale: #898989. Windows color (decimal): -13454184 or 10007602. OLE color: 10007602.
HSL color Cylindrical-coordinate representation of color #32B498: hue angle of 167.08º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B498 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 180 | 152 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.29 |
| HSL | 167.08º | 0.57% | 0.45% | - |
| HSV(B) | 167.08º | 0.72% | 0.71% | - |
| XYZ | 23.3 | 35.59 | 35.35 | - |
| YUV | 137.94 | 135.93 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 180 | 152 | 0.72 | 0 | 0.16 | 0.29 | 167.08 | 0.57 | 0.45 |
| Hex | 32 | B4 | 98 | 48 | 0 | 10 | 1D | A7 | 39 | 2D |
| Octal | 62 | 264 | 230 | 110 | 0 | 20 | 35 | 247 | 71 | 55 |
| Binary | 110010 | 10110100 | 10011000 | 1001000 | 0 | 10000 | 11101 | 10100111 | 111001 | 101101 |
Color Harmonies of #32B498
Complementary color
Monochromatic Colors of #32B498
Black with #32B498
Text Example
Text Example
White with #32B498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B498; }
p { color: rgb(50,180,152); }
H1.HeaderClassName
{
color: #32B498;
}
.AnyTagClassName
{
color: #32B498;
}
</style>
background-color css
<style>
a { background-color: #32B498; }
a { background-color: rgb(50,180,152); }
div.DivClassName
{
background-color: #32B498;
}
.BgClassName
{
background-color: #32B498;
}
</style>
border-color css
<style>
span { border-color: #32B498; }
span { border-color: rgb(50,180,152); }
td.TdClassName
{
border-color: #32B498;
}
.TagClassName
{
border-color: #32B498;
}
</style>