Shades of Envy #88AA90
Tints of Envy #88AA90
RGB
CMYK
RGB Variations
Color information
#88AA90 (or 0x88AA90) is known color: Envy. HEX triplet: 88, AA and 90. RGB value is (136,170,144). Sum of RGB (Red+Green+Blue) = 136+170+144=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AA90 is #77556F. Grayscale: #9C9C9C. Windows color (decimal): -7820656 or 9480840. OLE color: 9480840.
HSL color Cylindrical-coordinate representation of color #88AA90: hue angle of 134.12º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88AA90 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 170 | 144 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.33 |
| HSL | 134.12º | 0.17% | 0.6% | - |
| HSV(B) | 134.12º | 0.2% | 0.67% | - |
| XYZ | 29.56 | 36 | 31.78 | - |
| YUV | 156.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 170 | 144 | 0.20 | 0 | 0.15 | 0.33 | 134.12 | 0.17 | 0.6 |
| Hex | 88 | AA | 90 | 14 | 0 | F | 21 | 86 | 11 | 3C |
| Octal | 210 | 252 | 220 | 24 | 0 | 17 | 41 | 206 | 21 | 74 |
| Binary | 10001000 | 10101010 | 10010000 | 10100 | 0 | 1111 | 100001 | 10000110 | 10001 | 111100 |
Color Harmonies of #88AA90
Complementary color
Monochromatic Colors of #88AA90
Black with #88AA90
Text Example
Text Example
White with #88AA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AA90; }
p { color: rgb(136,170,144); }
H1.HeaderClassName
{
color: #88AA90;
}
.AnyTagClassName
{
color: #88AA90;
}
</style>
background-color css
<style>
a { background-color: #88AA90; }
a { background-color: rgb(136,170,144); }
div.DivClassName
{
background-color: #88AA90;
}
.BgClassName
{
background-color: #88AA90;
}
</style>
border-color css
<style>
span { border-color: #88AA90; }
span { border-color: rgb(136,170,144); }
td.TdClassName
{
border-color: #88AA90;
}
.TagClassName
{
border-color: #88AA90;
}
</style>