Shades of Envy #8BAA8E
Tints of Envy #8BAA8E
RGB
CMYK
RGB Variations
Color information
#8BAA8E (or 0x8BAA8E) is known color: Envy. HEX triplet: 8B, AA and 8E. RGB value is (139,170,142). Sum of RGB (Red+Green+Blue) = 139+170+142=451 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.82% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 170 - color contains mainly: green. Hex color #8BAA8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAA8E is #745571. Grayscale: #9D9D9D. Windows color (decimal): -7624050 or 9349771. OLE color: 9349771.
HSL color Cylindrical-coordinate representation of color #8BAA8E: hue angle of 125.81º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8BAA8E is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 170 | 142 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.33 |
| HSL | 125.81º | 0.15% | 0.61% | - |
| HSV(B) | 125.81º | 0.18% | 0.67% | - |
| XYZ | 29.9 | 36.19 | 31 | - |
| YUV | 157.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 142 | 0.18 | 0 | 0.16 | 0.33 | 125.81 | 0.15 | 0.61 |
| Hex | 8B | AA | 8E | 12 | 0 | 10 | 21 | 7E | F | 3D |
| Octal | 213 | 252 | 216 | 22 | 0 | 20 | 41 | 176 | 17 | 75 |
| Binary | 10001011 | 10101010 | 10001110 | 10010 | 0 | 10000 | 100001 | 1111110 | 1111 | 111101 |
Color Harmonies of #8BAA8E
Complementary color
Monochromatic Colors of #8BAA8E
Black with #8BAA8E
Text Example
Text Example
White with #8BAA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAA8E; }
p { color: rgb(139,170,142); }
H1.HeaderClassName
{
color: #8BAA8E;
}
.AnyTagClassName
{
color: #8BAA8E;
}
</style>
background-color css
<style>
a { background-color: #8BAA8E; }
a { background-color: rgb(139,170,142); }
div.DivClassName
{
background-color: #8BAA8E;
}
.BgClassName
{
background-color: #8BAA8E;
}
</style>
border-color css
<style>
span { border-color: #8BAA8E; }
span { border-color: rgb(139,170,142); }
td.TdClassName
{
border-color: #8BAA8E;
}
.TagClassName
{
border-color: #8BAA8E;
}
</style>