Shades of Niagara #32B694
Tints of Niagara #32B694
RGB
CMYK
RGB Variations
Color information
#32B694 (or 0x32B694) is known color: Niagara. HEX triplet: 32, B6 and 94. RGB value is (50,182,148). Sum of RGB (Red+Green+Blue) = 50+182+148=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #32B694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B694 is #CD496B. Grayscale: #8A8A8A. Windows color (decimal): -13453676 or 9745970. OLE color: 9745970.
HSL color Cylindrical-coordinate representation of color #32B694: hue angle of 164.55º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B694 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 182 | 148 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.29 |
| HSL | 164.55º | 0.57% | 0.45% | - |
| HSV(B) | 164.55º | 0.73% | 0.71% | - |
| XYZ | 23.39 | 36.27 | 33.79 | - |
| YUV | 138.66 | 133.27 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 182 | 148 | 0.73 | 0 | 0.19 | 0.29 | 164.55 | 0.57 | 0.45 |
| Hex | 32 | B6 | 94 | 49 | 0 | 13 | 1D | A5 | 39 | 2D |
| Octal | 62 | 266 | 224 | 111 | 0 | 23 | 35 | 245 | 71 | 55 |
| Binary | 110010 | 10110110 | 10010100 | 1001001 | 0 | 10011 | 11101 | 10100101 | 111001 | 101101 |
Color Harmonies of #32B694
Complementary color
Monochromatic Colors of #32B694
Black with #32B694
Text Example
Text Example
White with #32B694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B694; }
p { color: rgb(50,182,148); }
H1.HeaderClassName
{
color: #32B694;
}
.AnyTagClassName
{
color: #32B694;
}
</style>
background-color css
<style>
a { background-color: #32B694; }
a { background-color: rgb(50,182,148); }
div.DivClassName
{
background-color: #32B694;
}
.BgClassName
{
background-color: #32B694;
}
</style>
border-color css
<style>
span { border-color: #32B694; }
span { border-color: rgb(50,182,148); }
td.TdClassName
{
border-color: #32B694;
}
.TagClassName
{
border-color: #32B694;
}
</style>