Shades of Envy #80AB88
Tints of Envy #80AB88
RGB
CMYK
RGB Variations
Color information
#80AB88 (or 0x80AB88) is known color: Envy. HEX triplet: 80, AB and 88. RGB value is (128,171,136). Sum of RGB (Red+Green+Blue) = 128+171+136=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AB88 is #7F5477. Grayscale: #9A9A9A. Windows color (decimal): -8344696 or 8956800. OLE color: 8956800.
HSL color Cylindrical-coordinate representation of color #80AB88: hue angle of 131.16º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80AB88 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 171 | 136 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.33 |
| HSL | 131.16º | 0.2% | 0.59% | - |
| HSV(B) | 131.16º | 0.25% | 0.67% | - |
| XYZ | 27.91 | 35.49 | 28.67 | - |
| YUV | 154.15 | 117.75 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 136 | 0.25 | 0 | 0.20 | 0.33 | 131.16 | 0.2 | 0.59 |
| Hex | 80 | AB | 88 | 19 | 0 | 14 | 21 | 83 | 14 | 3B |
| Octal | 200 | 253 | 210 | 31 | 0 | 24 | 41 | 203 | 24 | 73 |
| Binary | 10000000 | 10101011 | 10001000 | 11001 | 0 | 10100 | 100001 | 10000011 | 10100 | 111011 |
Color Harmonies of #80AB88
Complementary color
Monochromatic Colors of #80AB88
Black with #80AB88
Text Example
Text Example
White with #80AB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AB88; }
p { color: rgb(128,171,136); }
H1.HeaderClassName
{
color: #80AB88;
}
.AnyTagClassName
{
color: #80AB88;
}
</style>
background-color css
<style>
a { background-color: #80AB88; }
a { background-color: rgb(128,171,136); }
div.DivClassName
{
background-color: #80AB88;
}
.BgClassName
{
background-color: #80AB88;
}
</style>
border-color css
<style>
span { border-color: #80AB88; }
span { border-color: rgb(128,171,136); }
td.TdClassName
{
border-color: #80AB88;
}
.TagClassName
{
border-color: #80AB88;
}
</style>