Shades of Niagara #32B092
Tints of Niagara #32B092
RGB
CMYK
RGB Variations
Color information
#32B092 (or 0x32B092) is known color: Niagara. HEX triplet: 32, B0 and 92. RGB value is (50,176,146). Sum of RGB (Red+Green+Blue) = 50+176+146=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 176 - color contains mainly: green. Hex color #32B092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32B092 is #CD4F6D. Grayscale: #868686. Windows color (decimal): -13455214 or 9613362. OLE color: 9613362.
HSL color Cylindrical-coordinate representation of color #32B092: hue angle of 165.71º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B092 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 176 | 146 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.31 |
| HSL | 165.71º | 0.56% | 0.44% | - |
| HSV(B) | 165.71º | 0.72% | 0.69% | - |
| XYZ | 22.03 | 33.8 | 32.56 | - |
| YUV | 134.91 | 134.26 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 146 | 0.72 | 0 | 0.17 | 0.31 | 165.71 | 0.56 | 0.44 |
| Hex | 32 | B0 | 92 | 48 | 0 | 11 | 1F | A6 | 38 | 2C |
| Octal | 62 | 260 | 222 | 110 | 0 | 21 | 37 | 246 | 70 | 54 |
| Binary | 110010 | 10110000 | 10010010 | 1001000 | 0 | 10001 | 11111 | 10100110 | 111000 | 101100 |
Color Harmonies of #32B092
Complementary color
Monochromatic Colors of #32B092
Black with #32B092
Text Example
Text Example
White with #32B092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B092; }
p { color: rgb(50,176,146); }
H1.HeaderClassName
{
color: #32B092;
}
.AnyTagClassName
{
color: #32B092;
}
</style>
background-color css
<style>
a { background-color: #32B092; }
a { background-color: rgb(50,176,146); }
div.DivClassName
{
background-color: #32B092;
}
.BgClassName
{
background-color: #32B092;
}
</style>
border-color css
<style>
span { border-color: #32B092; }
span { border-color: rgb(50,176,146); }
td.TdClassName
{
border-color: #32B092;
}
.TagClassName
{
border-color: #32B092;
}
</style>