Shades of Envy #88B38E
Tints of Envy #88B38E
RGB
CMYK
RGB Variations
Color information
#88B38E (or 0x88B38E) is known color: Envy. HEX triplet: 88, B3 and 8E. RGB value is (136,179,142). Sum of RGB (Red+Green+Blue) = 136+179+142=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 179 - color contains mainly: green. Hex color #88B38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B38E is #774C71. Grayscale: #A2A2A2. Windows color (decimal): -7818354 or 9352072. OLE color: 9352072.
HSL color Cylindrical-coordinate representation of color #88B38E: hue angle of 128.37º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88B38E is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 179 | 142 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.30 |
| HSL | 128.37º | 0.22% | 0.62% | - |
| HSV(B) | 128.37º | 0.24% | 0.7% | - |
| XYZ | 31.16 | 39.43 | 31.56 | - |
| YUV | 161.93 | 116.75 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 179 | 142 | 0.24 | 0 | 0.21 | 0.30 | 128.37 | 0.22 | 0.62 |
| Hex | 88 | B3 | 8E | 18 | 0 | 15 | 1E | 80 | 16 | 3E |
| Octal | 210 | 263 | 216 | 30 | 0 | 25 | 36 | 200 | 26 | 76 |
| Binary | 10001000 | 10110011 | 10001110 | 11000 | 0 | 10101 | 11110 | 10000000 | 10110 | 111110 |
Color Harmonies of #88B38E
Complementary color
Monochromatic Colors of #88B38E
Black with #88B38E
Text Example
Text Example
White with #88B38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B38E; }
p { color: rgb(136,179,142); }
H1.HeaderClassName
{
color: #88B38E;
}
.AnyTagClassName
{
color: #88B38E;
}
</style>
background-color css
<style>
a { background-color: #88B38E; }
a { background-color: rgb(136,179,142); }
div.DivClassName
{
background-color: #88B38E;
}
.BgClassName
{
background-color: #88B38E;
}
</style>
border-color css
<style>
span { border-color: #88B38E; }
span { border-color: rgb(136,179,142); }
td.TdClassName
{
border-color: #88B38E;
}
.TagClassName
{
border-color: #88B38E;
}
</style>