Shades of Niagara #32B693
Tints of Niagara #32B693
RGB
CMYK
RGB Variations
Color information
#32B693 (or 0x32B693) is known color: Niagara. HEX triplet: 32, B6 and 93. RGB value is (50,182,147). Sum of RGB (Red+Green+Blue) = 50+182+147=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 182 - color contains mainly: green. Hex color #32B693 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B693 is #CD496C. Grayscale: #8A8A8A. Windows color (decimal): -13453677 or 9680434. OLE color: 9680434.
HSL color Cylindrical-coordinate representation of color #32B693: hue angle of 164.09º 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 #32B693 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 182 | 147 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.29 |
| HSL | 164.09º | 0.57% | 0.45% | - |
| HSV(B) | 164.09º | 0.73% | 0.71% | - |
| XYZ | 23.31 | 36.24 | 33.37 | - |
| YUV | 138.54 | 132.77 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 182 | 147 | 0.73 | 0 | 0.19 | 0.29 | 164.09 | 0.57 | 0.45 |
| Hex | 32 | B6 | 93 | 49 | 0 | 13 | 1D | A4 | 39 | 2D |
| Octal | 62 | 266 | 223 | 111 | 0 | 23 | 35 | 244 | 71 | 55 |
| Binary | 110010 | 10110110 | 10010011 | 1001001 | 0 | 10011 | 11101 | 10100100 | 111001 | 101101 |
Color Harmonies of #32B693
Complementary color
Monochromatic Colors of #32B693
Black with #32B693
Text Example
Text Example
White with #32B693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B693; }
p { color: rgb(50,182,147); }
H1.HeaderClassName
{
color: #32B693;
}
.AnyTagClassName
{
color: #32B693;
}
</style>
background-color css
<style>
a { background-color: #32B693; }
a { background-color: rgb(50,182,147); }
div.DivClassName
{
background-color: #32B693;
}
.BgClassName
{
background-color: #32B693;
}
</style>
border-color css
<style>
span { border-color: #32B693; }
span { border-color: rgb(50,182,147); }
td.TdClassName
{
border-color: #32B693;
}
.TagClassName
{
border-color: #32B693;
}
</style>