Shades of Niagara #32B098
Tints of Niagara #32B098
RGB
CMYK
RGB Variations
Color information
#32B098 (or 0x32B098) is known color: Niagara. HEX triplet: 32, B0 and 98. RGB value is (50,176,152). Sum of RGB (Red+Green+Blue) = 50+176+152=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #32B098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32B098 is #CD4F67. Grayscale: #878787. Windows color (decimal): -13455208 or 10006578. OLE color: 10006578.
HSL color Cylindrical-coordinate representation of color #32B098: hue angle of 168.57º 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 #32B098 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 176 | 152 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.31 |
| HSL | 168.57º | 0.56% | 0.44% | - |
| HSV(B) | 168.57º | 0.72% | 0.69% | - |
| XYZ | 22.51 | 34 | 35.08 | - |
| YUV | 135.59 | 137.26 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 152 | 0.72 | 0 | 0.14 | 0.31 | 168.57 | 0.56 | 0.44 |
| Hex | 32 | B0 | 98 | 48 | 0 | E | 1F | A9 | 38 | 2C |
| Octal | 62 | 260 | 230 | 110 | 0 | 16 | 37 | 251 | 70 | 54 |
| Binary | 110010 | 10110000 | 10011000 | 1001000 | 0 | 1110 | 11111 | 10101001 | 111000 | 101100 |
Color Harmonies of #32B098
Complementary color
Monochromatic Colors of #32B098
Black with #32B098
Text Example
Text Example
White with #32B098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B098; }
p { color: rgb(50,176,152); }
H1.HeaderClassName
{
color: #32B098;
}
.AnyTagClassName
{
color: #32B098;
}
</style>
background-color css
<style>
a { background-color: #32B098; }
a { background-color: rgb(50,176,152); }
div.DivClassName
{
background-color: #32B098;
}
.BgClassName
{
background-color: #32B098;
}
</style>
border-color css
<style>
span { border-color: #32B098; }
span { border-color: rgb(50,176,152); }
td.TdClassName
{
border-color: #32B098;
}
.TagClassName
{
border-color: #32B098;
}
</style>