Shades of Niagara #32B194
Tints of Niagara #32B194
RGB
CMYK
RGB Variations
Color information
#32B194 (or 0x32B194) is known color: Niagara. HEX triplet: 32, B1 and 94. RGB value is (50,177,148). Sum of RGB (Red+Green+Blue) = 50+177+148=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #32B194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32B194 is #CD4E6B. Grayscale: #878787. Windows color (decimal): -13454956 or 9744690. OLE color: 9744690.
HSL color Cylindrical-coordinate representation of color #32B194: hue angle of 166.3º 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 #32B194 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 177 | 148 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.31 |
| HSL | 166.3º | 0.56% | 0.45% | - |
| HSV(B) | 166.3º | 0.72% | 0.69% | - |
| XYZ | 22.38 | 34.26 | 33.45 | - |
| YUV | 135.72 | 134.92 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 177 | 148 | 0.72 | 0 | 0.16 | 0.31 | 166.3 | 0.56 | 0.45 |
| Hex | 32 | B1 | 94 | 48 | 0 | 10 | 1F | A6 | 38 | 2D |
| Octal | 62 | 261 | 224 | 110 | 0 | 20 | 37 | 246 | 70 | 55 |
| Binary | 110010 | 10110001 | 10010100 | 1001000 | 0 | 10000 | 11111 | 10100110 | 111000 | 101101 |
Color Harmonies of #32B194
Complementary color
Monochromatic Colors of #32B194
Black with #32B194
Text Example
Text Example
White with #32B194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B194; }
p { color: rgb(50,177,148); }
H1.HeaderClassName
{
color: #32B194;
}
.AnyTagClassName
{
color: #32B194;
}
</style>
background-color css
<style>
a { background-color: #32B194; }
a { background-color: rgb(50,177,148); }
div.DivClassName
{
background-color: #32B194;
}
.BgClassName
{
background-color: #32B194;
}
</style>
border-color css
<style>
span { border-color: #32B194; }
span { border-color: rgb(50,177,148); }
td.TdClassName
{
border-color: #32B194;
}
.TagClassName
{
border-color: #32B194;
}
</style>