Shades of Niagara #32AD8E
Tints of Niagara #32AD8E
RGB
CMYK
RGB Variations
Color information
#32AD8E (or 0x32AD8E) is known color: Niagara. HEX triplet: 32, AD and 8E. RGB value is (50,173,142). Sum of RGB (Red+Green+Blue) = 50+173+142=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #32AD8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AD8E is #CD5271. Grayscale: #848484. Windows color (decimal): -13455986 or 9350450. OLE color: 9350450.
HSL color Cylindrical-coordinate representation of color #32AD8E: hue angle of 164.88º 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 #32AD8E is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 173 | 142 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.32 |
| HSL | 164.88º | 0.55% | 0.44% | - |
| HSV(B) | 164.88º | 0.71% | 0.68% | - |
| XYZ | 21.14 | 32.52 | 30.75 | - |
| YUV | 132.69 | 133.25 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 142 | 0.71 | 0 | 0.18 | 0.32 | 164.88 | 0.55 | 0.44 |
| Hex | 32 | AD | 8E | 47 | 0 | 12 | 20 | A5 | 37 | 2C |
| Octal | 62 | 255 | 216 | 107 | 0 | 22 | 40 | 245 | 67 | 54 |
| Binary | 110010 | 10101101 | 10001110 | 1000111 | 0 | 10010 | 100000 | 10100101 | 110111 | 101100 |
Color Harmonies of #32AD8E
Complementary color
Monochromatic Colors of #32AD8E
Black with #32AD8E
Text Example
Text Example
White with #32AD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AD8E; }
p { color: rgb(50,173,142); }
H1.HeaderClassName
{
color: #32AD8E;
}
.AnyTagClassName
{
color: #32AD8E;
}
</style>
background-color css
<style>
a { background-color: #32AD8E; }
a { background-color: rgb(50,173,142); }
div.DivClassName
{
background-color: #32AD8E;
}
.BgClassName
{
background-color: #32AD8E;
}
</style>
border-color css
<style>
span { border-color: #32AD8E; }
span { border-color: rgb(50,173,142); }
td.TdClassName
{
border-color: #32AD8E;
}
.TagClassName
{
border-color: #32AD8E;
}
</style>