Shades of Niagara #32A68E
Tints of Niagara #32A68E
RGB
CMYK
RGB Variations
Color information
#32A68E (or 0x32A68E) is known color: Niagara. HEX triplet: 32, A6 and 8E. RGB value is (50,166,142). Sum of RGB (Red+Green+Blue) = 50+166+142=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 166 (65.23% from 255 or 46.37% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 166 - color contains mainly: green. Hex color #32A68E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A68E is #CD5971. Grayscale: #808080. Windows color (decimal): -13457778 or 9348658. OLE color: 9348658.
HSL color Cylindrical-coordinate representation of color #32A68E: hue angle of 167.59º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A68E is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 166 | 142 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.35 |
| HSL | 167.59º | 0.54% | 0.42% | - |
| HSV(B) | 167.59º | 0.7% | 0.65% | - |
| XYZ | 19.83 | 29.9 | 30.32 | - |
| YUV | 128.58 | 135.57 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 166 | 142 | 0.70 | 0 | 0.14 | 0.35 | 167.59 | 0.54 | 0.42 |
| Hex | 32 | A6 | 8E | 46 | 0 | E | 23 | A8 | 36 | 2A |
| Octal | 62 | 246 | 216 | 106 | 0 | 16 | 43 | 250 | 66 | 52 |
| Binary | 110010 | 10100110 | 10001110 | 1000110 | 0 | 1110 | 100011 | 10101000 | 110110 | 101010 |
Color Harmonies of #32A68E
Complementary color
Monochromatic Colors of #32A68E
Black with #32A68E
Text Example
Text Example
White with #32A68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A68E; }
p { color: rgb(50,166,142); }
H1.HeaderClassName
{
color: #32A68E;
}
.AnyTagClassName
{
color: #32A68E;
}
</style>
background-color css
<style>
a { background-color: #32A68E; }
a { background-color: rgb(50,166,142); }
div.DivClassName
{
background-color: #32A68E;
}
.BgClassName
{
background-color: #32A68E;
}
</style>
border-color css
<style>
span { border-color: #32A68E; }
span { border-color: rgb(50,166,142); }
td.TdClassName
{
border-color: #32A68E;
}
.TagClassName
{
border-color: #32A68E;
}
</style>