Shades of Envy #88AF8A
Tints of Envy #88AF8A
RGB
CMYK
RGB Variations
Color information
#88AF8A (or 0x88AF8A) is known color: Envy. HEX triplet: 88, AF and 8A. RGB value is (136,175,138). Sum of RGB (Red+Green+Blue) = 136+175+138=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AF8A is #775075. Grayscale: #9F9F9F. Windows color (decimal): -7819382 or 9088904. OLE color: 9088904.
HSL color Cylindrical-coordinate representation of color #88AF8A: hue angle of 123.08º 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 #88AF8A is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 175 | 138 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.31 |
| HSL | 123.08º | 0.2% | 0.61% | - |
| HSV(B) | 123.08º | 0.22% | 0.69% | - |
| XYZ | 30.07 | 37.73 | 29.74 | - |
| YUV | 159.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 175 | 138 | 0.22 | 0 | 0.21 | 0.31 | 123.08 | 0.2 | 0.61 |
| Hex | 88 | AF | 8A | 16 | 0 | 15 | 1F | 7B | 14 | 3D |
| Octal | 210 | 257 | 212 | 26 | 0 | 25 | 37 | 173 | 24 | 75 |
| Binary | 10001000 | 10101111 | 10001010 | 10110 | 0 | 10101 | 11111 | 1111011 | 10100 | 111101 |
Color Harmonies of #88AF8A
Complementary color
Monochromatic Colors of #88AF8A
Black with #88AF8A
Text Example
Text Example
White with #88AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AF8A; }
p { color: rgb(136,175,138); }
H1.HeaderClassName
{
color: #88AF8A;
}
.AnyTagClassName
{
color: #88AF8A;
}
</style>
background-color css
<style>
a { background-color: #88AF8A; }
a { background-color: rgb(136,175,138); }
div.DivClassName
{
background-color: #88AF8A;
}
.BgClassName
{
background-color: #88AF8A;
}
</style>
border-color css
<style>
span { border-color: #88AF8A; }
span { border-color: rgb(136,175,138); }
td.TdClassName
{
border-color: #88AF8A;
}
.TagClassName
{
border-color: #88AF8A;
}
</style>