#8EAE93

Color #8EAE93 Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #8EAE93

Tints of Envy #8EAE93

Color information

#8EAE93 (or 0x8EAE93) is unknown color: approx Envy. HEX triplet: 8E, AE and 93. RGB value is (142,174,147). Sum of RGB (Red+Green+Blue) = 142+174+147=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAE93 is #71516C. Grayscale: #A1A1A1. Windows color (decimal): -7426413 or 9678478. OLE color: 9678478.

HSL color Cylindrical-coordinate representation of color #8EAE93: hue angle of 129.37º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8EAE93 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB142174147-
CMYK0.1800.160.32
HSL129.37º16.49%61.96%-
HSV(B)129.37º18.39%68.24%-
XYZ31.5638.1333.3-
YUV161.35119.9114.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 30.67%
GREEN value IS 174 (68.36% from 255) = 37.58%
BLUE value IS 147 (57.81% from 255) = 31.75%
R=30.67%
G=37.58%
B=31.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421741470.1800.160.32129.3716.4961.96
Hex8EAE93120102081103e
Octal21625622322020402012076
Binary100011101010111010010011100100100001000001000000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EAE93; }

 p { color: rgb(142,174,147); }

 H1.HeaderClassName
 {
   color: #8EAE93;
 }
 .AnyTagClassName
 {
   color: #8EAE93;
 }
</style>
background-color css

<style>
 a { background-color: #8EAE93; }

 a { background-color: rgb(142,174,147); }

 div.DivClassName
 {
   background-color: #8EAE93;
 }
 .BgClassName
 {
   background-color: #8EAE93;
 }
</style>
border-color css

<style>
 span { border-color: #8EAE93; }

 span { border-color: rgb(142,174,147); }

 td.TdClassName
 {
   border-color: #8EAE93;
 }
 .TagClassName
 {
   border-color: #8EAE93;
 }
</style>