Shades of Envy #88AC8A
Tints of Envy #88AC8A
RGB
CMYK
RGB Variations
Color information
#88AC8A (or 0x88AC8A) is known color: Envy. HEX triplet: 88, AC and 8A. RGB value is (136,172,138). Sum of RGB (Red+Green+Blue) = 136+172+138=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 172 - color contains mainly: green. Hex color #88AC8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AC8A is #775375. Grayscale: #9D9D9D. Windows color (decimal): -7820150 or 9088136. OLE color: 9088136.
HSL color Cylindrical-coordinate representation of color #88AC8A: hue angle of 123.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88AC8A is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 172 | 138 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.33 |
| HSL | 123.33º | 0.18% | 0.6% | - |
| HSV(B) | 123.33º | 0.21% | 0.67% | - |
| XYZ | 29.49 | 36.57 | 29.55 | - |
| YUV | 157.36 | 117.07 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 172 | 138 | 0.21 | 0 | 0.20 | 0.33 | 123.33 | 0.18 | 0.6 |
| Hex | 88 | AC | 8A | 15 | 0 | 14 | 21 | 7B | 12 | 3C |
| Octal | 210 | 254 | 212 | 25 | 0 | 24 | 41 | 173 | 22 | 74 |
| Binary | 10001000 | 10101100 | 10001010 | 10101 | 0 | 10100 | 100001 | 1111011 | 10010 | 111100 |
Color Harmonies of #88AC8A
Complementary color
Monochromatic Colors of #88AC8A
Black with #88AC8A
Text Example
Text Example
White with #88AC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AC8A; }
p { color: rgb(136,172,138); }
H1.HeaderClassName
{
color: #88AC8A;
}
.AnyTagClassName
{
color: #88AC8A;
}
</style>
background-color css
<style>
a { background-color: #88AC8A; }
a { background-color: rgb(136,172,138); }
div.DivClassName
{
background-color: #88AC8A;
}
.BgClassName
{
background-color: #88AC8A;
}
</style>
border-color css
<style>
span { border-color: #88AC8A; }
span { border-color: rgb(136,172,138); }
td.TdClassName
{
border-color: #88AC8A;
}
.TagClassName
{
border-color: #88AC8A;
}
</style>