Shades of Envy #88B18F
Tints of Envy #88B18F
RGB
CMYK
RGB Variations
Color information
#88B18F (or 0x88B18F) is known color: Envy. HEX triplet: 88, B1 and 8F. RGB value is (136,177,143). Sum of RGB (Red+Green+Blue) = 136+177+143=456 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.82% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 177 - color contains mainly: green. Hex color #88B18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B18F is #774E70. Grayscale: #A0A0A0. Windows color (decimal): -7818865 or 9417096. OLE color: 9417096.
HSL color Cylindrical-coordinate representation of color #88B18F: hue angle of 130.24º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88B18F is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 177 | 143 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.31 |
| HSL | 130.24º | 0.21% | 0.61% | - |
| HSV(B) | 130.24º | 0.23% | 0.69% | - |
| XYZ | 30.83 | 38.66 | 31.82 | - |
| YUV | 160.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 177 | 143 | 0.23 | 0 | 0.19 | 0.31 | 130.24 | 0.21 | 0.61 |
| Hex | 88 | B1 | 8F | 17 | 0 | 13 | 1F | 82 | 15 | 3D |
| Octal | 210 | 261 | 217 | 27 | 0 | 23 | 37 | 202 | 25 | 75 |
| Binary | 10001000 | 10110001 | 10001111 | 10111 | 0 | 10011 | 11111 | 10000010 | 10101 | 111101 |
Color Harmonies of #88B18F
Complementary color
Monochromatic Colors of #88B18F
Black with #88B18F
Text Example
Text Example
White with #88B18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B18F; }
p { color: rgb(136,177,143); }
H1.HeaderClassName
{
color: #88B18F;
}
.AnyTagClassName
{
color: #88B18F;
}
</style>
background-color css
<style>
a { background-color: #88B18F; }
a { background-color: rgb(136,177,143); }
div.DivClassName
{
background-color: #88B18F;
}
.BgClassName
{
background-color: #88B18F;
}
</style>
border-color css
<style>
span { border-color: #88B18F; }
span { border-color: rgb(136,177,143); }
td.TdClassName
{
border-color: #88B18F;
}
.TagClassName
{
border-color: #88B18F;
}
</style>