Shades of Envy #88AF8D
Tints of Envy #88AF8D
RGB
CMYK
RGB Variations
Color information
#88AF8D (or 0x88AF8D) is known color: Envy. HEX triplet: 88, AF and 8D. RGB value is (136,175,141). Sum of RGB (Red+Green+Blue) = 136+175+141=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AF8D is #775072. Grayscale: #9F9F9F. Windows color (decimal): -7819379 or 9285512. OLE color: 9285512.
HSL color Cylindrical-coordinate representation of color #88AF8D: hue angle of 127.69º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88AF8D is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 175 | 141 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.31 |
| HSL | 127.69º | 0.2% | 0.61% | - |
| HSV(B) | 127.69º | 0.22% | 0.69% | - |
| XYZ | 30.29 | 37.82 | 30.9 | - |
| YUV | 159.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 175 | 141 | 0.22 | 0 | 0.19 | 0.31 | 127.69 | 0.2 | 0.61 |
| Hex | 88 | AF | 8D | 16 | 0 | 13 | 1F | 80 | 14 | 3D |
| Octal | 210 | 257 | 215 | 26 | 0 | 23 | 37 | 200 | 24 | 75 |
| Binary | 10001000 | 10101111 | 10001101 | 10110 | 0 | 10011 | 11111 | 10000000 | 10100 | 111101 |
Color Harmonies of #88AF8D
Complementary color
Monochromatic Colors of #88AF8D
Black with #88AF8D
Text Example
Text Example
White with #88AF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AF8D; }
p { color: rgb(136,175,141); }
H1.HeaderClassName
{
color: #88AF8D;
}
.AnyTagClassName
{
color: #88AF8D;
}
</style>
background-color css
<style>
a { background-color: #88AF8D; }
a { background-color: rgb(136,175,141); }
div.DivClassName
{
background-color: #88AF8D;
}
.BgClassName
{
background-color: #88AF8D;
}
</style>
border-color css
<style>
span { border-color: #88AF8D; }
span { border-color: rgb(136,175,141); }
td.TdClassName
{
border-color: #88AF8D;
}
.TagClassName
{
border-color: #88AF8D;
}
</style>