Shades of Envy #80AD88
Tints of Envy #80AD88
RGB
CMYK
RGB Variations
Color information
#80AD88 (or 0x80AD88) is known color: Envy. HEX triplet: 80, AD and 88. RGB value is (128,173,136). Sum of RGB (Red+Green+Blue) = 128+173+136=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AD88 is #7F5277. Grayscale: #9B9B9B. Windows color (decimal): -8344184 or 8957312. OLE color: 8957312.
HSL color Cylindrical-coordinate representation of color #80AD88: hue angle of 130.67º 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 #80AD88 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 136 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.32 |
| HSL | 130.67º | 0.22% | 0.59% | - |
| HSV(B) | 130.67º | 0.26% | 0.68% | - |
| XYZ | 28.29 | 36.25 | 28.8 | - |
| YUV | 155.33 | 117.09 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 136 | 0.26 | 0 | 0.21 | 0.32 | 130.67 | 0.22 | 0.59 |
| Hex | 80 | AD | 88 | 1A | 0 | 15 | 20 | 83 | 16 | 3B |
| Octal | 200 | 255 | 210 | 32 | 0 | 25 | 40 | 203 | 26 | 73 |
| Binary | 10000000 | 10101101 | 10001000 | 11010 | 0 | 10101 | 100000 | 10000011 | 10110 | 111011 |
Color Harmonies of #80AD88
Complementary color
Monochromatic Colors of #80AD88
Black with #80AD88
Text Example
Text Example
White with #80AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD88; }
p { color: rgb(128,173,136); }
H1.HeaderClassName
{
color: #80AD88;
}
.AnyTagClassName
{
color: #80AD88;
}
</style>
background-color css
<style>
a { background-color: #80AD88; }
a { background-color: rgb(128,173,136); }
div.DivClassName
{
background-color: #80AD88;
}
.BgClassName
{
background-color: #80AD88;
}
</style>
border-color css
<style>
span { border-color: #80AD88; }
span { border-color: rgb(128,173,136); }
td.TdClassName
{
border-color: #80AD88;
}
.TagClassName
{
border-color: #80AD88;
}
</style>