Shades of Envy #80AA84
Tints of Envy #80AA84
RGB
CMYK
RGB Variations
Color information
#80AA84 (or 0x80AA84) is known color: Envy. HEX triplet: 80, AA and 84. RGB value is (128,170,132). Sum of RGB (Red+Green+Blue) = 128+170+132=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AA84 is #7F557B. Grayscale: #999999. Windows color (decimal): -8344956 or 8694400. OLE color: 8694400.
HSL color Cylindrical-coordinate representation of color #80AA84: hue angle of 125.71º 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 #80AA84 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 132 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.33 |
| HSL | 125.71º | 0.2% | 0.58% | - |
| HSV(B) | 125.71º | 0.25% | 0.67% | - |
| XYZ | 27.44 | 35 | 27.14 | - |
| YUV | 153.11 | 116.09 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 132 | 0.25 | 0 | 0.22 | 0.33 | 125.71 | 0.2 | 0.58 |
| Hex | 80 | AA | 84 | 19 | 0 | 16 | 21 | 7E | 14 | 3A |
| Octal | 200 | 252 | 204 | 31 | 0 | 26 | 41 | 176 | 24 | 72 |
| Binary | 10000000 | 10101010 | 10000100 | 11001 | 0 | 10110 | 100001 | 1111110 | 10100 | 111010 |
Color Harmonies of #80AA84
Complementary color
Monochromatic Colors of #80AA84
Black with #80AA84
Text Example
Text Example
White with #80AA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA84; }
p { color: rgb(128,170,132); }
H1.HeaderClassName
{
color: #80AA84;
}
.AnyTagClassName
{
color: #80AA84;
}
</style>
background-color css
<style>
a { background-color: #80AA84; }
a { background-color: rgb(128,170,132); }
div.DivClassName
{
background-color: #80AA84;
}
.BgClassName
{
background-color: #80AA84;
}
</style>
border-color css
<style>
span { border-color: #80AA84; }
span { border-color: rgb(128,170,132); }
td.TdClassName
{
border-color: #80AA84;
}
.TagClassName
{
border-color: #80AA84;
}
</style>