Shades of Niagara #32B494
Tints of Niagara #32B494
RGB
CMYK
RGB Variations
Color information
#32B494 (or 0x32B494) is known color: Niagara. HEX triplet: 32, B4 and 94. RGB value is (50,180,148). Sum of RGB (Red+Green+Blue) = 50+180+148=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 180 - color contains mainly: green. Hex color #32B494 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B494 is #CD4B6B. Grayscale: #898989. Windows color (decimal): -13454188 or 9745458. OLE color: 9745458.
HSL color Cylindrical-coordinate representation of color #32B494: hue angle of 165.23º 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 #32B494 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 180 | 148 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.29 |
| HSL | 165.23º | 0.57% | 0.45% | - |
| HSV(B) | 165.23º | 0.72% | 0.71% | - |
| XYZ | 22.98 | 35.46 | 33.65 | - |
| YUV | 137.48 | 133.93 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 180 | 148 | 0.72 | 0 | 0.18 | 0.29 | 165.23 | 0.57 | 0.45 |
| Hex | 32 | B4 | 94 | 48 | 0 | 12 | 1D | A5 | 39 | 2D |
| Octal | 62 | 264 | 224 | 110 | 0 | 22 | 35 | 245 | 71 | 55 |
| Binary | 110010 | 10110100 | 10010100 | 1001000 | 0 | 10010 | 11101 | 10100101 | 111001 | 101101 |
Color Harmonies of #32B494
Complementary color
Monochromatic Colors of #32B494
Black with #32B494
Text Example
Text Example
White with #32B494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B494; }
p { color: rgb(50,180,148); }
H1.HeaderClassName
{
color: #32B494;
}
.AnyTagClassName
{
color: #32B494;
}
</style>
background-color css
<style>
a { background-color: #32B494; }
a { background-color: rgb(50,180,148); }
div.DivClassName
{
background-color: #32B494;
}
.BgClassName
{
background-color: #32B494;
}
</style>
border-color css
<style>
span { border-color: #32B494; }
span { border-color: rgb(50,180,148); }
td.TdClassName
{
border-color: #32B494;
}
.TagClassName
{
border-color: #32B494;
}
</style>