Shades of Envy #8EA192
Tints of Envy #8EA192
RGB
CMYK
RGB Variations
Color information
#8EA192 (or 0x8EA192) is known color: Envy. HEX triplet: 8E, A1 and 92. RGB value is (142,161,146). Sum of RGB (Red+Green+Blue) = 142+161+146=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA192 is #715E6D. Grayscale: #999999. Windows color (decimal): -7429742 or 9609614. OLE color: 9609614.
HSL color Cylindrical-coordinate representation of color #8EA192: hue angle of 132.63º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8EA192 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 161 | 146 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.37 |
| HSL | 132.63º | 0.09% | 0.59% | - |
| HSV(B) | 132.63º | 0.12% | 0.63% | - |
| XYZ | 29.09 | 33.32 | 32.09 | - |
| YUV | 153.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 161 | 146 | 0.12 | 0 | 0.09 | 0.37 | 132.63 | 0.09 | 0.59 |
| Hex | 8E | A1 | 92 | C | 0 | 9 | 25 | 85 | 9 | 3B |
| Octal | 216 | 241 | 222 | 14 | 0 | 11 | 45 | 205 | 11 | 73 |
| Binary | 10001110 | 10100001 | 10010010 | 1100 | 0 | 1001 | 100101 | 10000101 | 1001 | 111011 |
Color Harmonies of #8EA192
Complementary color
Monochromatic Colors of #8EA192
Black with #8EA192
Text Example
Text Example
White with #8EA192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA192; }
p { color: rgb(142,161,146); }
H1.HeaderClassName
{
color: #8EA192;
}
.AnyTagClassName
{
color: #8EA192;
}
</style>
background-color css
<style>
a { background-color: #8EA192; }
a { background-color: rgb(142,161,146); }
div.DivClassName
{
background-color: #8EA192;
}
.BgClassName
{
background-color: #8EA192;
}
</style>
border-color css
<style>
span { border-color: #8EA192; }
span { border-color: rgb(142,161,146); }
td.TdClassName
{
border-color: #8EA192;
}
.TagClassName
{
border-color: #8EA192;
}
</style>