Shades of Envy #80A088
Tints of Envy #80A088
RGB
CMYK
RGB Variations
Color information
#80A088 (or 0x80A088) is known color: Envy. HEX triplet: 80, A0 and 88. RGB value is (128,160,136). Sum of RGB (Red+Green+Blue) = 128+160+136=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 160 - color contains mainly: green. Hex color #80A088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A088 is #7F5F77. Grayscale: #939393. Windows color (decimal): -8347512 or 8953984. OLE color: 8953984.
HSL color Cylindrical-coordinate representation of color #80A088: hue angle of 135º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80A088 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 160 | 136 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.37 |
| HSL | 135º | 0.14% | 0.56% | - |
| HSV(B) | 135º | 0.2% | 0.63% | - |
| XYZ | 25.92 | 31.51 | 28.01 | - |
| YUV | 147.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 136 | 0.20 | 0 | 0.15 | 0.37 | 135 | 0.14 | 0.56 |
| Hex | 80 | A0 | 88 | 14 | 0 | F | 25 | 87 | E | 38 |
| Octal | 200 | 240 | 210 | 24 | 0 | 17 | 45 | 207 | 16 | 70 |
| Binary | 10000000 | 10100000 | 10001000 | 10100 | 0 | 1111 | 100101 | 10000111 | 1110 | 111000 |
Color Harmonies of #80A088
Complementary color
Monochromatic Colors of #80A088
Black with #80A088
Text Example
Text Example
White with #80A088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A088; }
p { color: rgb(128,160,136); }
H1.HeaderClassName
{
color: #80A088;
}
.AnyTagClassName
{
color: #80A088;
}
</style>
background-color css
<style>
a { background-color: #80A088; }
a { background-color: rgb(128,160,136); }
div.DivClassName
{
background-color: #80A088;
}
.BgClassName
{
background-color: #80A088;
}
</style>
border-color css
<style>
span { border-color: #80A088; }
span { border-color: rgb(128,160,136); }
td.TdClassName
{
border-color: #80A088;
}
.TagClassName
{
border-color: #80A088;
}
</style>