Shades of Niagara #32B190
Tints of Niagara #32B190
RGB
CMYK
RGB Variations
Color information
#32B190 (or 0x32B190) is known color: Niagara. HEX triplet: 32, B1 and 90. RGB value is (50,177,144). Sum of RGB (Red+Green+Blue) = 50+177+144=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #32B190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32B190 is #CD4E6F. Grayscale: #878787. Windows color (decimal): -13454960 or 9482546. OLE color: 9482546.
HSL color Cylindrical-coordinate representation of color #32B190: hue angle of 164.41º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B190 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 177 | 144 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.31 |
| HSL | 164.41º | 0.56% | 0.45% | - |
| HSV(B) | 164.41º | 0.72% | 0.69% | - |
| XYZ | 22.07 | 34.14 | 31.81 | - |
| YUV | 135.27 | 132.92 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 177 | 144 | 0.72 | 0 | 0.19 | 0.31 | 164.41 | 0.56 | 0.45 |
| Hex | 32 | B1 | 90 | 48 | 0 | 13 | 1F | A4 | 38 | 2D |
| Octal | 62 | 261 | 220 | 110 | 0 | 23 | 37 | 244 | 70 | 55 |
| Binary | 110010 | 10110001 | 10010000 | 1001000 | 0 | 10011 | 11111 | 10100100 | 111000 | 101101 |
Color Harmonies of #32B190
Complementary color
Monochromatic Colors of #32B190
Black with #32B190
Text Example
Text Example
White with #32B190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B190; }
p { color: rgb(50,177,144); }
H1.HeaderClassName
{
color: #32B190;
}
.AnyTagClassName
{
color: #32B190;
}
</style>
background-color css
<style>
a { background-color: #32B190; }
a { background-color: rgb(50,177,144); }
div.DivClassName
{
background-color: #32B190;
}
.BgClassName
{
background-color: #32B190;
}
</style>
border-color css
<style>
span { border-color: #32B190; }
span { border-color: rgb(50,177,144); }
td.TdClassName
{
border-color: #32B190;
}
.TagClassName
{
border-color: #32B190;
}
</style>