Shades of Niagara #32B090
Tints of Niagara #32B090
RGB
CMYK
RGB Variations
Color information
#32B090 (or 0x32B090) is known color: Niagara. HEX triplet: 32, B0 and 90. RGB value is (50,176,144). Sum of RGB (Red+Green+Blue) = 50+176+144=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 176 - color contains mainly: green. Hex color #32B090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32B090 is #CD4F6F. Grayscale: #868686. Windows color (decimal): -13455216 or 9482290. OLE color: 9482290.
HSL color Cylindrical-coordinate representation of color #32B090: hue angle of 164.76º 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 #32B090 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 176 | 144 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.31 |
| HSL | 164.76º | 0.56% | 0.44% | - |
| HSV(B) | 164.76º | 0.72% | 0.69% | - |
| XYZ | 21.87 | 33.74 | 31.75 | - |
| YUV | 134.68 | 133.26 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 144 | 0.72 | 0 | 0.18 | 0.31 | 164.76 | 0.56 | 0.44 |
| Hex | 32 | B0 | 90 | 48 | 0 | 12 | 1F | A5 | 38 | 2C |
| Octal | 62 | 260 | 220 | 110 | 0 | 22 | 37 | 245 | 70 | 54 |
| Binary | 110010 | 10110000 | 10010000 | 1001000 | 0 | 10010 | 11111 | 10100101 | 111000 | 101100 |
Color Harmonies of #32B090
Complementary color
Monochromatic Colors of #32B090
Black with #32B090
Text Example
Text Example
White with #32B090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B090; }
p { color: rgb(50,176,144); }
H1.HeaderClassName
{
color: #32B090;
}
.AnyTagClassName
{
color: #32B090;
}
</style>
background-color css
<style>
a { background-color: #32B090; }
a { background-color: rgb(50,176,144); }
div.DivClassName
{
background-color: #32B090;
}
.BgClassName
{
background-color: #32B090;
}
</style>
border-color css
<style>
span { border-color: #32B090; }
span { border-color: rgb(50,176,144); }
td.TdClassName
{
border-color: #32B090;
}
.TagClassName
{
border-color: #32B090;
}
</style>