Shades of Envy #8BAE8E
Tints of Envy #8BAE8E
RGB
CMYK
RGB Variations
Color information
#8BAE8E (or 0x8BAE8E) is known color: Envy. HEX triplet: 8B, AE and 8E. RGB value is (139,174,142). Sum of RGB (Red+Green+Blue) = 139+174+142=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAE8E is #745171. Grayscale: #9F9F9F. Windows color (decimal): -7623026 or 9350795. OLE color: 9350795.
HSL color Cylindrical-coordinate representation of color #8BAE8E: hue angle of 125.14º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8BAE8E is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 174 | 142 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.32 |
| HSL | 125.14º | 0.18% | 0.61% | - |
| HSV(B) | 125.14º | 0.2% | 0.68% | - |
| XYZ | 30.67 | 37.71 | 31.25 | - |
| YUV | 159.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 142 | 0.20 | 0 | 0.18 | 0.32 | 125.14 | 0.18 | 0.61 |
| Hex | 8B | AE | 8E | 14 | 0 | 12 | 20 | 7D | 12 | 3D |
| Octal | 213 | 256 | 216 | 24 | 0 | 22 | 40 | 175 | 22 | 75 |
| Binary | 10001011 | 10101110 | 10001110 | 10100 | 0 | 10010 | 100000 | 1111101 | 10010 | 111101 |
Color Harmonies of #8BAE8E
Complementary color
Monochromatic Colors of #8BAE8E
Black with #8BAE8E
Text Example
Text Example
White with #8BAE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAE8E; }
p { color: rgb(139,174,142); }
H1.HeaderClassName
{
color: #8BAE8E;
}
.AnyTagClassName
{
color: #8BAE8E;
}
</style>
background-color css
<style>
a { background-color: #8BAE8E; }
a { background-color: rgb(139,174,142); }
div.DivClassName
{
background-color: #8BAE8E;
}
.BgClassName
{
background-color: #8BAE8E;
}
</style>
border-color css
<style>
span { border-color: #8BAE8E; }
span { border-color: rgb(139,174,142); }
td.TdClassName
{
border-color: #8BAE8E;
}
.TagClassName
{
border-color: #8BAE8E;
}
</style>