Shades of Niagara #32B792
Tints of Niagara #32B792
RGB
CMYK
RGB Variations
Color information
#32B792 (or 0x32B792) is known color: Niagara. HEX triplet: 32, B7 and 92. RGB value is (50,183,146). Sum of RGB (Red+Green+Blue) = 50+183+146=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #32B792 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B792 is #CD486D. Grayscale: #8B8B8B. Windows color (decimal): -13453422 or 9615154. OLE color: 9615154.
HSL color Cylindrical-coordinate representation of color #32B792: hue angle of 163.31º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B792 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 183 | 146 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.28 |
| HSL | 163.31º | 0.57% | 0.46% | - |
| HSV(B) | 163.31º | 0.73% | 0.72% | - |
| XYZ | 23.44 | 36.62 | 33.03 | - |
| YUV | 139.02 | 131.94 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 183 | 146 | 0.73 | 0 | 0.20 | 0.28 | 163.31 | 0.57 | 0.46 |
| Hex | 32 | B7 | 92 | 49 | 0 | 14 | 1C | A3 | 39 | 2E |
| Octal | 62 | 267 | 222 | 111 | 0 | 24 | 34 | 243 | 71 | 56 |
| Binary | 110010 | 10110111 | 10010010 | 1001001 | 0 | 10100 | 11100 | 10100011 | 111001 | 101110 |
Color Harmonies of #32B792
Complementary color
Monochromatic Colors of #32B792
Black with #32B792
Text Example
Text Example
White with #32B792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B792; }
p { color: rgb(50,183,146); }
H1.HeaderClassName
{
color: #32B792;
}
.AnyTagClassName
{
color: #32B792;
}
</style>
background-color css
<style>
a { background-color: #32B792; }
a { background-color: rgb(50,183,146); }
div.DivClassName
{
background-color: #32B792;
}
.BgClassName
{
background-color: #32B792;
}
</style>
border-color css
<style>
span { border-color: #32B792; }
span { border-color: rgb(50,183,146); }
td.TdClassName
{
border-color: #32B792;
}
.TagClassName
{
border-color: #32B792;
}
</style>