Shades of Envy #8EA994
Tints of Envy #8EA994
RGB
CMYK
RGB Variations
Color information
#8EA994 (or 0x8EA994) is known color: Envy. HEX triplet: 8E, A9 and 94. RGB value is (142,169,148). Sum of RGB (Red+Green+Blue) = 142+169+148=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 169 - color contains mainly: green. Hex color #8EA994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA994 is #71566B. Grayscale: #9E9E9E. Windows color (decimal): -7427692 or 9742734. OLE color: 9742734.
HSL color Cylindrical-coordinate representation of color #8EA994: hue angle of 133.33º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8EA994 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 142 | 169 | 148 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.34 |
| HSL | 133.33º | 0.14% | 0.61% | - |
| HSV(B) | 133.33º | 0.16% | 0.66% | - |
| XYZ | 30.69 | 36.26 | 33.4 | - |
| YUV | 158.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 169 | 148 | 0.16 | 0 | 0.12 | 0.34 | 133.33 | 0.14 | 0.61 |
| Hex | 8E | A9 | 94 | 10 | 0 | C | 22 | 85 | E | 3D |
| Octal | 216 | 251 | 224 | 20 | 0 | 14 | 42 | 205 | 16 | 75 |
| Binary | 10001110 | 10101001 | 10010100 | 10000 | 0 | 1100 | 100010 | 10000101 | 1110 | 111101 |
Color Harmonies of #8EA994
Complementary color
Monochromatic Colors of #8EA994
Black with #8EA994
Text Example
Text Example
White with #8EA994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA994; }
p { color: rgb(142,169,148); }
H1.HeaderClassName
{
color: #8EA994;
}
.AnyTagClassName
{
color: #8EA994;
}
</style>
background-color css
<style>
a { background-color: #8EA994; }
a { background-color: rgb(142,169,148); }
div.DivClassName
{
background-color: #8EA994;
}
.BgClassName
{
background-color: #8EA994;
}
</style>
border-color css
<style>
span { border-color: #8EA994; }
span { border-color: rgb(142,169,148); }
td.TdClassName
{
border-color: #8EA994;
}
.TagClassName
{
border-color: #8EA994;
}
</style>