Shades of Envy #8CAE8E
Tints of Envy #8CAE8E
RGB
CMYK
RGB Variations
Color information
#8CAE8E (or 0x8CAE8E) is known color: Envy. HEX triplet: 8C, AE and 8E. RGB value is (140,174,142). Sum of RGB (Red+Green+Blue) = 140+174+142=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAE8E is #735171. Grayscale: #A0A0A0. Windows color (decimal): -7557490 or 9350796. OLE color: 9350796.
HSL color Cylindrical-coordinate representation of color #8CAE8E: hue angle of 123.53º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CAE8E is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 174 | 142 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.32 |
| HSL | 123.53º | 0.17% | 0.62% | - |
| HSV(B) | 123.53º | 0.2% | 0.68% | - |
| XYZ | 30.83 | 37.8 | 31.26 | - |
| YUV | 160.19 | 117.74 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 142 | 0.20 | 0 | 0.18 | 0.32 | 123.53 | 0.17 | 0.62 |
| Hex | 8C | AE | 8E | 14 | 0 | 12 | 20 | 7C | 11 | 3E |
| Octal | 214 | 256 | 216 | 24 | 0 | 22 | 40 | 174 | 21 | 76 |
| Binary | 10001100 | 10101110 | 10001110 | 10100 | 0 | 10010 | 100000 | 1111100 | 10001 | 111110 |
Color Harmonies of #8CAE8E
Complementary color
Monochromatic Colors of #8CAE8E
Black with #8CAE8E
Text Example
Text Example
White with #8CAE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAE8E; }
p { color: rgb(140,174,142); }
H1.HeaderClassName
{
color: #8CAE8E;
}
.AnyTagClassName
{
color: #8CAE8E;
}
</style>
background-color css
<style>
a { background-color: #8CAE8E; }
a { background-color: rgb(140,174,142); }
div.DivClassName
{
background-color: #8CAE8E;
}
.BgClassName
{
background-color: #8CAE8E;
}
</style>
border-color css
<style>
span { border-color: #8CAE8E; }
span { border-color: rgb(140,174,142); }
td.TdClassName
{
border-color: #8CAE8E;
}
.TagClassName
{
border-color: #8CAE8E;
}
</style>