Shades of Envy #88A08B
Tints of Envy #88A08B
RGB
CMYK
RGB Variations
Color information
#88A08B (or 0x88A08B) is known color: Envy. HEX triplet: 88, A0 and 8B. RGB value is (136,160,139). Sum of RGB (Red+Green+Blue) = 136+160+139=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 160 - color contains mainly: green. Hex color #88A08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A08B is #775F74. Grayscale: #969696. Windows color (decimal): -7823221 or 9150600. OLE color: 9150600.
HSL color Cylindrical-coordinate representation of color #88A08B: hue angle of 127.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #88A08B is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 160 | 139 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.37 |
| HSL | 127.5º | 0.11% | 0.58% | - |
| HSV(B) | 127.5º | 0.15% | 0.63% | - |
| XYZ | 27.38 | 32.24 | 29.21 | - |
| YUV | 150.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 139 | 0.15 | 0 | 0.13 | 0.37 | 127.5 | 0.11 | 0.58 |
| Hex | 88 | A0 | 8B | F | 0 | D | 25 | 80 | B | 3A |
| Octal | 210 | 240 | 213 | 17 | 0 | 15 | 45 | 200 | 13 | 72 |
| Binary | 10001000 | 10100000 | 10001011 | 1111 | 0 | 1101 | 100101 | 10000000 | 1011 | 111010 |
Color Harmonies of #88A08B
Complementary color
Monochromatic Colors of #88A08B
Black with #88A08B
Text Example
Text Example
White with #88A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A08B; }
p { color: rgb(136,160,139); }
H1.HeaderClassName
{
color: #88A08B;
}
.AnyTagClassName
{
color: #88A08B;
}
</style>
background-color css
<style>
a { background-color: #88A08B; }
a { background-color: rgb(136,160,139); }
div.DivClassName
{
background-color: #88A08B;
}
.BgClassName
{
background-color: #88A08B;
}
</style>
border-color css
<style>
span { border-color: #88A08B; }
span { border-color: rgb(136,160,139); }
td.TdClassName
{
border-color: #88A08B;
}
.TagClassName
{
border-color: #88A08B;
}
</style>