Shades of Envy #88AF8C
Tints of Envy #88AF8C
RGB
CMYK
RGB Variations
Color information
#88AF8C (or 0x88AF8C) is known color: Envy. HEX triplet: 88, AF and 8C. RGB value is (136,175,140). Sum of RGB (Red+Green+Blue) = 136+175+140=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AF8C is #775073. Grayscale: #9F9F9F. Windows color (decimal): -7819380 or 9219976. OLE color: 9219976.
HSL color Cylindrical-coordinate representation of color #88AF8C: hue angle of 126.15º 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 #88AF8C is Cyan = 0.22, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 175 | 140 | - |
| CMYK | 0.22 | 0 | 0.2 | 0.31 |
| HSL | 126.15º | 0.2% | 0.61% | - |
| HSV(B) | 126.15º | 0.22% | 0.69% | - |
| XYZ | 30.22 | 37.79 | 30.51 | - |
| YUV | 159.35 | 117.08 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 175 | 140 | 0.22 | 0 | 0.2 | 0.31 | 126.15 | 0.2 | 0.61 |
| Hex | 88 | AF | 8C | 16 | 0 | 14 | 1F | 7E | 14 | 3D |
| Octal | 210 | 257 | 214 | 26 | 0 | 24 | 37 | 176 | 24 | 75 |
| Binary | 10001000 | 10101111 | 10001100 | 10110 | 0 | 10100 | 11111 | 1111110 | 10100 | 111101 |
Color Harmonies of #88AF8C
Complementary color
Monochromatic Colors of #88AF8C
Black with #88AF8C
Text Example
Text Example
White with #88AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AF8C; }
p { color: rgb(136,175,140); }
H1.HeaderClassName
{
color: #88AF8C;
}
.AnyTagClassName
{
color: #88AF8C;
}
</style>
background-color css
<style>
a { background-color: #88AF8C; }
a { background-color: rgb(136,175,140); }
div.DivClassName
{
background-color: #88AF8C;
}
.BgClassName
{
background-color: #88AF8C;
}
</style>
border-color css
<style>
span { border-color: #88AF8C; }
span { border-color: rgb(136,175,140); }
td.TdClassName
{
border-color: #88AF8C;
}
.TagClassName
{
border-color: #88AF8C;
}
</style>