Shades of Niagara #32B193
Tints of Niagara #32B193
RGB
CMYK
RGB Variations
Color information
#32B193 (or 0x32B193) is known color: Niagara. HEX triplet: 32, B1 and 93. RGB value is (50,177,147). Sum of RGB (Red+Green+Blue) = 50+177+147=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #32B193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32B193 is #CD4E6C. Grayscale: #878787. Windows color (decimal): -13454957 or 9679154. OLE color: 9679154.
HSL color Cylindrical-coordinate representation of color #32B193: hue angle of 165.83º 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 #32B193 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 177 | 147 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.31 |
| HSL | 165.83º | 0.56% | 0.45% | - |
| HSV(B) | 165.83º | 0.72% | 0.69% | - |
| XYZ | 22.3 | 34.23 | 33.04 | - |
| YUV | 135.61 | 134.42 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 177 | 147 | 0.72 | 0 | 0.17 | 0.31 | 165.83 | 0.56 | 0.45 |
| Hex | 32 | B1 | 93 | 48 | 0 | 11 | 1F | A6 | 38 | 2D |
| Octal | 62 | 261 | 223 | 110 | 0 | 21 | 37 | 246 | 70 | 55 |
| Binary | 110010 | 10110001 | 10010011 | 1001000 | 0 | 10001 | 11111 | 10100110 | 111000 | 101101 |
Color Harmonies of #32B193
Complementary color
Monochromatic Colors of #32B193
Black with #32B193
Text Example
Text Example
White with #32B193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B193; }
p { color: rgb(50,177,147); }
H1.HeaderClassName
{
color: #32B193;
}
.AnyTagClassName
{
color: #32B193;
}
</style>
background-color css
<style>
a { background-color: #32B193; }
a { background-color: rgb(50,177,147); }
div.DivClassName
{
background-color: #32B193;
}
.BgClassName
{
background-color: #32B193;
}
</style>
border-color css
<style>
span { border-color: #32B193; }
span { border-color: rgb(50,177,147); }
td.TdClassName
{
border-color: #32B193;
}
.TagClassName
{
border-color: #32B193;
}
</style>