Shades of Envy #82AA8A
Tints of Envy #82AA8A
RGB
CMYK
RGB Variations
Color information
#82AA8A (or 0x82AA8A) is known color: Envy. HEX triplet: 82, AA and 8A. RGB value is (130,170,138). Sum of RGB (Red+Green+Blue) = 130+170+138=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AA8A is #7D5575. Grayscale: #9A9A9A. Windows color (decimal): -8213878 or 9087618. OLE color: 9087618.
HSL color Cylindrical-coordinate representation of color #82AA8A: hue angle of 132º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82AA8A is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 170 | 138 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.33 |
| HSL | 132º | 0.19% | 0.59% | - |
| HSV(B) | 132º | 0.24% | 0.67% | - |
| XYZ | 28.17 | 35.33 | 29.38 | - |
| YUV | 154.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 138 | 0.24 | 0 | 0.19 | 0.33 | 132 | 0.19 | 0.59 |
| Hex | 82 | AA | 8A | 18 | 0 | 13 | 21 | 84 | 13 | 3B |
| Octal | 202 | 252 | 212 | 30 | 0 | 23 | 41 | 204 | 23 | 73 |
| Binary | 10000010 | 10101010 | 10001010 | 11000 | 0 | 10011 | 100001 | 10000100 | 10011 | 111011 |
Color Harmonies of #82AA8A
Complementary color
Monochromatic Colors of #82AA8A
Black with #82AA8A
Text Example
Text Example
White with #82AA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AA8A; }
p { color: rgb(130,170,138); }
H1.HeaderClassName
{
color: #82AA8A;
}
.AnyTagClassName
{
color: #82AA8A;
}
</style>
background-color css
<style>
a { background-color: #82AA8A; }
a { background-color: rgb(130,170,138); }
div.DivClassName
{
background-color: #82AA8A;
}
.BgClassName
{
background-color: #82AA8A;
}
</style>
border-color css
<style>
span { border-color: #82AA8A; }
span { border-color: rgb(130,170,138); }
td.TdClassName
{
border-color: #82AA8A;
}
.TagClassName
{
border-color: #82AA8A;
}
</style>