Shades of Envy #8EAE94
Tints of Envy #8EAE94
RGB
CMYK
RGB Variations
Color information
#8EAE94 (or 0x8EAE94) is known color: Envy. HEX triplet: 8E, AE and 94. RGB value is (142,174,148). Sum of RGB (Red+Green+Blue) = 142+174+148=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAE94 is #71516B. Grayscale: #A1A1A1. Windows color (decimal): -7426412 or 9744014. OLE color: 9744014.
HSL color Cylindrical-coordinate representation of color #8EAE94: hue angle of 131.25º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8EAE94 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 174 | 148 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.32 |
| HSL | 131.25º | 0.16% | 0.62% | - |
| HSV(B) | 131.25º | 0.18% | 0.68% | - |
| XYZ | 31.64 | 38.16 | 33.72 | - |
| YUV | 161.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 174 | 148 | 0.18 | 0 | 0.15 | 0.32 | 131.25 | 0.16 | 0.62 |
| Hex | 8E | AE | 94 | 12 | 0 | F | 20 | 83 | 10 | 3E |
| Octal | 216 | 256 | 224 | 22 | 0 | 17 | 40 | 203 | 20 | 76 |
| Binary | 10001110 | 10101110 | 10010100 | 10010 | 0 | 1111 | 100000 | 10000011 | 10000 | 111110 |
Color Harmonies of #8EAE94
Complementary color
Monochromatic Colors of #8EAE94
Black with #8EAE94
Text Example
Text Example
White with #8EAE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAE94; }
p { color: rgb(142,174,148); }
H1.HeaderClassName
{
color: #8EAE94;
}
.AnyTagClassName
{
color: #8EAE94;
}
</style>
background-color css
<style>
a { background-color: #8EAE94; }
a { background-color: rgb(142,174,148); }
div.DivClassName
{
background-color: #8EAE94;
}
.BgClassName
{
background-color: #8EAE94;
}
</style>
border-color css
<style>
span { border-color: #8EAE94; }
span { border-color: rgb(142,174,148); }
td.TdClassName
{
border-color: #8EAE94;
}
.TagClassName
{
border-color: #8EAE94;
}
</style>