Shades of Niagara #32B697
Tints of Niagara #32B697
RGB
CMYK
RGB Variations
Color information
#32B697 (or 0x32B697) is known color: Niagara. HEX triplet: 32, B6 and 97. RGB value is (50,182,151). Sum of RGB (Red+Green+Blue) = 50+182+151=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #32B697 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B697 is #CD4968. Grayscale: #8A8A8A. Windows color (decimal): -13453673 or 9942578. OLE color: 9942578.
HSL color Cylindrical-coordinate representation of color #32B697: hue angle of 165.91º 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 #32B697 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 182 | 151 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.29 |
| HSL | 165.91º | 0.57% | 0.45% | - |
| HSV(B) | 165.91º | 0.73% | 0.71% | - |
| XYZ | 23.63 | 36.37 | 35.05 | - |
| YUV | 139 | 134.77 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 182 | 151 | 0.73 | 0 | 0.17 | 0.29 | 165.91 | 0.57 | 0.45 |
| Hex | 32 | B6 | 97 | 49 | 0 | 11 | 1D | A6 | 39 | 2D |
| Octal | 62 | 266 | 227 | 111 | 0 | 21 | 35 | 246 | 71 | 55 |
| Binary | 110010 | 10110110 | 10010111 | 1001001 | 0 | 10001 | 11101 | 10100110 | 111001 | 101101 |
Color Harmonies of #32B697
Complementary color
Monochromatic Colors of #32B697
Black with #32B697
Text Example
Text Example
White with #32B697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B697; }
p { color: rgb(50,182,151); }
H1.HeaderClassName
{
color: #32B697;
}
.AnyTagClassName
{
color: #32B697;
}
</style>
background-color css
<style>
a { background-color: #32B697; }
a { background-color: rgb(50,182,151); }
div.DivClassName
{
background-color: #32B697;
}
.BgClassName
{
background-color: #32B697;
}
</style>
border-color css
<style>
span { border-color: #32B697; }
span { border-color: rgb(50,182,151); }
td.TdClassName
{
border-color: #32B697;
}
.TagClassName
{
border-color: #32B697;
}
</style>