Shades of Envy #88AE8E
Tints of Envy #88AE8E
RGB
CMYK
RGB Variations
Color information
#88AE8E (or 0x88AE8E) is known color: Envy. HEX triplet: 88, AE and 8E. RGB value is (136,174,142). Sum of RGB (Red+Green+Blue) = 136+174+142=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 174 - color contains mainly: green. Hex color #88AE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AE8E is #775171. Grayscale: #9F9F9F. Windows color (decimal): -7819634 or 9350792. OLE color: 9350792.
HSL color Cylindrical-coordinate representation of color #88AE8E: hue angle of 129.47º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88AE8E is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 174 | 142 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.32 |
| HSL | 129.47º | 0.19% | 0.61% | - |
| HSV(B) | 129.47º | 0.22% | 0.68% | - |
| XYZ | 30.17 | 37.46 | 31.23 | - |
| YUV | 158.99 | 118.41 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 174 | 142 | 0.22 | 0 | 0.18 | 0.32 | 129.47 | 0.19 | 0.61 |
| Hex | 88 | AE | 8E | 16 | 0 | 12 | 20 | 81 | 13 | 3D |
| Octal | 210 | 256 | 216 | 26 | 0 | 22 | 40 | 201 | 23 | 75 |
| Binary | 10001000 | 10101110 | 10001110 | 10110 | 0 | 10010 | 100000 | 10000001 | 10011 | 111101 |
Color Harmonies of #88AE8E
Complementary color
Monochromatic Colors of #88AE8E
Black with #88AE8E
Text Example
Text Example
White with #88AE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AE8E; }
p { color: rgb(136,174,142); }
H1.HeaderClassName
{
color: #88AE8E;
}
.AnyTagClassName
{
color: #88AE8E;
}
</style>
background-color css
<style>
a { background-color: #88AE8E; }
a { background-color: rgb(136,174,142); }
div.DivClassName
{
background-color: #88AE8E;
}
.BgClassName
{
background-color: #88AE8E;
}
</style>
border-color css
<style>
span { border-color: #88AE8E; }
span { border-color: rgb(136,174,142); }
td.TdClassName
{
border-color: #88AE8E;
}
.TagClassName
{
border-color: #88AE8E;
}
</style>