Shades of Envy #80A288
Tints of Envy #80A288
RGB
CMYK
RGB Variations
Color information
#80A288 (or 0x80A288) is known color: Envy. HEX triplet: 80, A2 and 88. RGB value is (128,162,136). Sum of RGB (Red+Green+Blue) = 128+162+136=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #80A288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A288 is #7F5D77. Grayscale: #949494. Windows color (decimal): -8347000 or 8954496. OLE color: 8954496.
HSL color Cylindrical-coordinate representation of color #80A288: hue angle of 134.12º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #80A288 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 162 | 136 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.36 |
| HSL | 134.12º | 0.15% | 0.57% | - |
| HSV(B) | 134.12º | 0.21% | 0.64% | - |
| XYZ | 26.27 | 32.21 | 28.12 | - |
| YUV | 148.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 136 | 0.21 | 0 | 0.16 | 0.36 | 134.12 | 0.15 | 0.57 |
| Hex | 80 | A2 | 88 | 15 | 0 | 10 | 24 | 86 | F | 39 |
| Octal | 200 | 242 | 210 | 25 | 0 | 20 | 44 | 206 | 17 | 71 |
| Binary | 10000000 | 10100010 | 10001000 | 10101 | 0 | 10000 | 100100 | 10000110 | 1111 | 111001 |
Color Harmonies of #80A288
Complementary color
Monochromatic Colors of #80A288
Black with #80A288
Text Example
Text Example
White with #80A288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A288; }
p { color: rgb(128,162,136); }
H1.HeaderClassName
{
color: #80A288;
}
.AnyTagClassName
{
color: #80A288;
}
</style>
background-color css
<style>
a { background-color: #80A288; }
a { background-color: rgb(128,162,136); }
div.DivClassName
{
background-color: #80A288;
}
.BgClassName
{
background-color: #80A288;
}
</style>
border-color css
<style>
span { border-color: #80A288; }
span { border-color: rgb(128,162,136); }
td.TdClassName
{
border-color: #80A288;
}
.TagClassName
{
border-color: #80A288;
}
</style>