Shades of Envy #80AA86
Tints of Envy #80AA86
RGB
CMYK
RGB Variations
Color information
#80AA86 (or 0x80AA86) is known color: Envy. HEX triplet: 80, AA and 86. RGB value is (128,170,134). Sum of RGB (Red+Green+Blue) = 128+170+134=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AA86 is #7F5579. Grayscale: #999999. Windows color (decimal): -8344954 or 8825472. OLE color: 8825472.
HSL color Cylindrical-coordinate representation of color #80AA86: hue angle of 128.57º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80AA86 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 134 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.33 |
| HSL | 128.57º | 0.2% | 0.58% | - |
| HSV(B) | 128.57º | 0.25% | 0.67% | - |
| XYZ | 27.58 | 35.06 | 27.87 | - |
| YUV | 153.34 | 117.09 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 134 | 0.25 | 0 | 0.21 | 0.33 | 128.57 | 0.2 | 0.58 |
| Hex | 80 | AA | 86 | 19 | 0 | 15 | 21 | 81 | 14 | 3A |
| Octal | 200 | 252 | 206 | 31 | 0 | 25 | 41 | 201 | 24 | 72 |
| Binary | 10000000 | 10101010 | 10000110 | 11001 | 0 | 10101 | 100001 | 10000001 | 10100 | 111010 |
Color Harmonies of #80AA86
Complementary color
Monochromatic Colors of #80AA86
Black with #80AA86
Text Example
Text Example
White with #80AA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA86; }
p { color: rgb(128,170,134); }
H1.HeaderClassName
{
color: #80AA86;
}
.AnyTagClassName
{
color: #80AA86;
}
</style>
background-color css
<style>
a { background-color: #80AA86; }
a { background-color: rgb(128,170,134); }
div.DivClassName
{
background-color: #80AA86;
}
.BgClassName
{
background-color: #80AA86;
}
</style>
border-color css
<style>
span { border-color: #80AA86; }
span { border-color: rgb(128,170,134); }
td.TdClassName
{
border-color: #80AA86;
}
.TagClassName
{
border-color: #80AA86;
}
</style>