Shades of Envy #8BAE8C
Tints of Envy #8BAE8C
RGB
CMYK
RGB Variations
Color information
#8BAE8C (or 0x8BAE8C) is known color: Envy. HEX triplet: 8B, AE and 8C. RGB value is (139,174,140). Sum of RGB (Red+Green+Blue) = 139+174+140=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAE8C is #745173. Grayscale: #9F9F9F. Windows color (decimal): -7623028 or 9219723. OLE color: 9219723.
HSL color Cylindrical-coordinate representation of color #8BAE8C: hue angle of 121.71º 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 #8BAE8C is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 174 | 140 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.32 |
| HSL | 121.71º | 0.18% | 0.61% | - |
| HSV(B) | 121.71º | 0.2% | 0.68% | - |
| XYZ | 30.52 | 37.65 | 30.47 | - |
| YUV | 159.66 | 116.9 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 140 | 0.20 | 0 | 0.20 | 0.32 | 121.71 | 0.18 | 0.61 |
| Hex | 8B | AE | 8C | 14 | 0 | 14 | 20 | 7A | 12 | 3D |
| Octal | 213 | 256 | 214 | 24 | 0 | 24 | 40 | 172 | 22 | 75 |
| Binary | 10001011 | 10101110 | 10001100 | 10100 | 0 | 10100 | 100000 | 1111010 | 10010 | 111101 |
Color Harmonies of #8BAE8C
Complementary color
Monochromatic Colors of #8BAE8C
Black with #8BAE8C
Text Example
Text Example
White with #8BAE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAE8C; }
p { color: rgb(139,174,140); }
H1.HeaderClassName
{
color: #8BAE8C;
}
.AnyTagClassName
{
color: #8BAE8C;
}
</style>
background-color css
<style>
a { background-color: #8BAE8C; }
a { background-color: rgb(139,174,140); }
div.DivClassName
{
background-color: #8BAE8C;
}
.BgClassName
{
background-color: #8BAE8C;
}
</style>
border-color css
<style>
span { border-color: #8BAE8C; }
span { border-color: rgb(139,174,140); }
td.TdClassName
{
border-color: #8BAE8C;
}
.TagClassName
{
border-color: #8BAE8C;
}
</style>