Shades of Niagara #32AF93
Tints of Niagara #32AF93
RGB
CMYK
RGB Variations
Color information
#32AF93 (or 0x32AF93) is known color: Niagara. HEX triplet: 32, AF and 93. RGB value is (50,175,147). Sum of RGB (Red+Green+Blue) = 50+175+147=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AF93 is #CD506C. Grayscale: #868686. Windows color (decimal): -13455469 or 9678642. OLE color: 9678642.
HSL color Cylindrical-coordinate representation of color #32AF93: hue angle of 166.56º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AF93 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 147 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.31 |
| HSL | 166.56º | 0.56% | 0.44% | - |
| HSV(B) | 166.56º | 0.71% | 0.69% | - |
| XYZ | 21.91 | 33.44 | 32.9 | - |
| YUV | 134.43 | 135.09 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 147 | 0.71 | 0 | 0.16 | 0.31 | 166.56 | 0.56 | 0.44 |
| Hex | 32 | AF | 93 | 47 | 0 | 10 | 1F | A7 | 38 | 2C |
| Octal | 62 | 257 | 223 | 107 | 0 | 20 | 37 | 247 | 70 | 54 |
| Binary | 110010 | 10101111 | 10010011 | 1000111 | 0 | 10000 | 11111 | 10100111 | 111000 | 101100 |
Color Harmonies of #32AF93
Complementary color
Monochromatic Colors of #32AF93
Black with #32AF93
Text Example
Text Example
White with #32AF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF93; }
p { color: rgb(50,175,147); }
H1.HeaderClassName
{
color: #32AF93;
}
.AnyTagClassName
{
color: #32AF93;
}
</style>
background-color css
<style>
a { background-color: #32AF93; }
a { background-color: rgb(50,175,147); }
div.DivClassName
{
background-color: #32AF93;
}
.BgClassName
{
background-color: #32AF93;
}
</style>
border-color css
<style>
span { border-color: #32AF93; }
span { border-color: rgb(50,175,147); }
td.TdClassName
{
border-color: #32AF93;
}
.TagClassName
{
border-color: #32AF93;
}
</style>