Shades of Envy #80A083
Tints of Envy #80A083
RGB
CMYK
RGB Variations
Color information
#80A083 (or 0x80A083) is known color: Envy. HEX triplet: 80, A0 and 83. RGB value is (128,160,131). Sum of RGB (Red+Green+Blue) = 128+160+131=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 160 - color contains mainly: green. Hex color #80A083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A083 is #7F5F7C. Grayscale: #939393. Windows color (decimal): -8347517 or 8626304. OLE color: 8626304.
HSL color Cylindrical-coordinate representation of color #80A083: hue angle of 125.62º 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 #80A083 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 160 | 131 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.37 |
| HSL | 125.63º | 0.14% | 0.56% | - |
| HSV(B) | 125.63º | 0.2% | 0.63% | - |
| XYZ | 25.57 | 31.37 | 26.18 | - |
| YUV | 147.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 131 | 0.20 | 0 | 0.18 | 0.37 | 125.63 | 0.14 | 0.56 |
| Hex | 80 | A0 | 83 | 14 | 0 | 12 | 25 | 7E | E | 38 |
| Octal | 200 | 240 | 203 | 24 | 0 | 22 | 45 | 176 | 16 | 70 |
| Binary | 10000000 | 10100000 | 10000011 | 10100 | 0 | 10010 | 100101 | 1111110 | 1110 | 111000 |
Color Harmonies of #80A083
Complementary color
Monochromatic Colors of #80A083
Black with #80A083
Text Example
Text Example
White with #80A083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A083; }
p { color: rgb(128,160,131); }
H1.HeaderClassName
{
color: #80A083;
}
.AnyTagClassName
{
color: #80A083;
}
</style>
background-color css
<style>
a { background-color: #80A083; }
a { background-color: rgb(128,160,131); }
div.DivClassName
{
background-color: #80A083;
}
.BgClassName
{
background-color: #80A083;
}
</style>
border-color css
<style>
span { border-color: #80A083; }
span { border-color: rgb(128,160,131); }
td.TdClassName
{
border-color: #80A083;
}
.TagClassName
{
border-color: #80A083;
}
</style>