Shades of Envy #8EA694
Tints of Envy #8EA694
RGB
CMYK
RGB Variations
Color information
#8EA694 (or 0x8EA694) is known color: Envy. HEX triplet: 8E, A6 and 94. RGB value is (142,166,148). Sum of RGB (Red+Green+Blue) = 142+166+148=456 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.14% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 166 - color contains mainly: green. Hex color #8EA694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA694 is #71596B. Grayscale: #9C9C9C. Windows color (decimal): -7428460 or 9741966. OLE color: 9741966.
HSL color Cylindrical-coordinate representation of color #8EA694: hue angle of 135º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8EA694 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 166 | 148 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.35 |
| HSL | 135º | 0.12% | 0.6% | - |
| HSV(B) | 135º | 0.14% | 0.65% | - |
| XYZ | 30.14 | 35.16 | 33.22 | - |
| YUV | 156.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 166 | 148 | 0.14 | 0 | 0.11 | 0.35 | 135 | 0.12 | 0.6 |
| Hex | 8E | A6 | 94 | E | 0 | B | 23 | 87 | C | 3C |
| Octal | 216 | 246 | 224 | 16 | 0 | 13 | 43 | 207 | 14 | 74 |
| Binary | 10001110 | 10100110 | 10010100 | 1110 | 0 | 1011 | 100011 | 10000111 | 1100 | 111100 |
Color Harmonies of #8EA694
Complementary color
Monochromatic Colors of #8EA694
Black with #8EA694
Text Example
Text Example
White with #8EA694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA694; }
p { color: rgb(142,166,148); }
H1.HeaderClassName
{
color: #8EA694;
}
.AnyTagClassName
{
color: #8EA694;
}
</style>
background-color css
<style>
a { background-color: #8EA694; }
a { background-color: rgb(142,166,148); }
div.DivClassName
{
background-color: #8EA694;
}
.BgClassName
{
background-color: #8EA694;
}
</style>
border-color css
<style>
span { border-color: #8EA694; }
span { border-color: rgb(142,166,148); }
td.TdClassName
{
border-color: #8EA694;
}
.TagClassName
{
border-color: #8EA694;
}
</style>