#8EA293

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

Shades of Envy #8EA293

Tints of Envy #8EA293

Color information

#8EA293 (or 0x8EA293) is unknown color: approx Envy. HEX triplet: 8E, A2 and 93. RGB value is (142,162,147). Sum of RGB (Red+Green+Blue) = 142+162+147=451 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.49% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA293 is #715D6C. Grayscale: #9A9A9A. Windows color (decimal): -7429485 or 9675406. OLE color: 9675406.

HSL color Cylindrical-coordinate representation of color #8EA293: hue angle of 135º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8EA293 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB142162147-
CMYK0.1200.090.36
HSL135º9.71%59.61%-
HSV(B)135º12.35%63.53%-
XYZ29.3433.732.56-
YUV154.31123.87119.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.49%
GREEN value IS 162 (63.67% from 255) = 35.92%
BLUE value IS 147 (57.81% from 255) = 32.59%
R=31.49%
G=35.92%
B=32.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421621470.1200.090.361359.7159.61
Hex8EA293C092487a3c
Octal21624222314011442071274
Binary100011101010001010010011110001001100100100001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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