Shades of Envy #80AE85
Tints of Envy #80AE85
RGB
CMYK
RGB Variations
Color information
#80AE85 (or 0x80AE85) is known color: Envy. HEX triplet: 80, AE and 85. RGB value is (128,174,133). Sum of RGB (Red+Green+Blue) = 128+174+133=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AE85 is #7F517A. Grayscale: #9B9B9B. Windows color (decimal): -8343931 or 8760960. OLE color: 8760960.
HSL color Cylindrical-coordinate representation of color #80AE85: hue angle of 126.52º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AE85 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 174 | 133 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.32 |
| HSL | 126.52º | 0.22% | 0.59% | - |
| HSV(B) | 126.52º | 0.26% | 0.68% | - |
| XYZ | 28.27 | 36.55 | 27.76 | - |
| YUV | 155.57 | 115.26 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 174 | 133 | 0.26 | 0 | 0.24 | 0.32 | 126.52 | 0.22 | 0.59 |
| Hex | 80 | AE | 85 | 1A | 0 | 18 | 20 | 7F | 16 | 3B |
| Octal | 200 | 256 | 205 | 32 | 0 | 30 | 40 | 177 | 26 | 73 |
| Binary | 10000000 | 10101110 | 10000101 | 11010 | 0 | 11000 | 100000 | 1111111 | 10110 | 111011 |
Color Harmonies of #80AE85
Complementary color
Monochromatic Colors of #80AE85
Black with #80AE85
Text Example
Text Example
White with #80AE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AE85; }
p { color: rgb(128,174,133); }
H1.HeaderClassName
{
color: #80AE85;
}
.AnyTagClassName
{
color: #80AE85;
}
</style>
background-color css
<style>
a { background-color: #80AE85; }
a { background-color: rgb(128,174,133); }
div.DivClassName
{
background-color: #80AE85;
}
.BgClassName
{
background-color: #80AE85;
}
</style>
border-color css
<style>
span { border-color: #80AE85; }
span { border-color: rgb(128,174,133); }
td.TdClassName
{
border-color: #80AE85;
}
.TagClassName
{
border-color: #80AE85;
}
</style>