Shades of Envy #80AC88
Tints of Envy #80AC88
RGB
CMYK
RGB Variations
Color information
#80AC88 (or 0x80AC88) is known color: Envy. HEX triplet: 80, AC and 88. RGB value is (128,172,136). Sum of RGB (Red+Green+Blue) = 128+172+136=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AC88 is #7F5377. Grayscale: #9A9A9A. Windows color (decimal): -8344440 or 8957056. OLE color: 8957056.
HSL color Cylindrical-coordinate representation of color #80AC88: hue angle of 130.91º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AC88 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 172 | 136 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.33 |
| HSL | 130.91º | 0.21% | 0.59% | - |
| HSV(B) | 130.91º | 0.26% | 0.67% | - |
| XYZ | 28.1 | 35.87 | 28.74 | - |
| YUV | 154.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 136 | 0.26 | 0 | 0.21 | 0.33 | 130.91 | 0.21 | 0.59 |
| Hex | 80 | AC | 88 | 1A | 0 | 15 | 21 | 83 | 15 | 3B |
| Octal | 200 | 254 | 210 | 32 | 0 | 25 | 41 | 203 | 25 | 73 |
| Binary | 10000000 | 10101100 | 10001000 | 11010 | 0 | 10101 | 100001 | 10000011 | 10101 | 111011 |
Color Harmonies of #80AC88
Complementary color
Monochromatic Colors of #80AC88
Black with #80AC88
Text Example
Text Example
White with #80AC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AC88; }
p { color: rgb(128,172,136); }
H1.HeaderClassName
{
color: #80AC88;
}
.AnyTagClassName
{
color: #80AC88;
}
</style>
background-color css
<style>
a { background-color: #80AC88; }
a { background-color: rgb(128,172,136); }
div.DivClassName
{
background-color: #80AC88;
}
.BgClassName
{
background-color: #80AC88;
}
</style>
border-color css
<style>
span { border-color: #80AC88; }
span { border-color: rgb(128,172,136); }
td.TdClassName
{
border-color: #80AC88;
}
.TagClassName
{
border-color: #80AC88;
}
</style>