Shades of Niagara #32AE93
Tints of Niagara #32AE93
RGB
CMYK
RGB Variations
Color information
#32AE93 (or 0x32AE93) is known color: Niagara. HEX triplet: 32, AE and 93. RGB value is (50,174,147). Sum of RGB (Red+Green+Blue) = 50+174+147=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 174 - color contains mainly: green. Hex color #32AE93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AE93 is #CD516C. Grayscale: #858585. Windows color (decimal): -13455725 or 9678386. OLE color: 9678386.
HSL color Cylindrical-coordinate representation of color #32AE93: hue angle of 166.94º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AE93 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 174 | 147 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.32 |
| HSL | 166.94º | 0.55% | 0.44% | - |
| HSV(B) | 166.94º | 0.71% | 0.68% | - |
| XYZ | 21.72 | 33.06 | 32.84 | - |
| YUV | 133.85 | 135.42 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 147 | 0.71 | 0 | 0.16 | 0.32 | 166.94 | 0.55 | 0.44 |
| Hex | 32 | AE | 93 | 47 | 0 | 10 | 20 | A7 | 37 | 2C |
| Octal | 62 | 256 | 223 | 107 | 0 | 20 | 40 | 247 | 67 | 54 |
| Binary | 110010 | 10101110 | 10010011 | 1000111 | 0 | 10000 | 100000 | 10100111 | 110111 | 101100 |
Color Harmonies of #32AE93
Complementary color
Monochromatic Colors of #32AE93
Black with #32AE93
Text Example
Text Example
White with #32AE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AE93; }
p { color: rgb(50,174,147); }
H1.HeaderClassName
{
color: #32AE93;
}
.AnyTagClassName
{
color: #32AE93;
}
</style>
background-color css
<style>
a { background-color: #32AE93; }
a { background-color: rgb(50,174,147); }
div.DivClassName
{
background-color: #32AE93;
}
.BgClassName
{
background-color: #32AE93;
}
</style>
border-color css
<style>
span { border-color: #32AE93; }
span { border-color: rgb(50,174,147); }
td.TdClassName
{
border-color: #32AE93;
}
.TagClassName
{
border-color: #32AE93;
}
</style>