#8EAA93

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

Shades of Envy #8EAA93

Tints of Envy #8EAA93

Color information

#8EAA93 (or 0x8EAA93) is unknown color: approx Envy. HEX triplet: 8E, AA and 93. RGB value is (142,170,147). Sum of RGB (Red+Green+Blue) = 142+170+147=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAA93 is #71556C. Grayscale: #9F9F9F. Windows color (decimal): -7427437 or 9677454. OLE color: 9677454.

HSL color Cylindrical-coordinate representation of color #8EAA93: hue angle of 130.71º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8EAA93 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB142170147-
CMYK0.1600.140.33
HSL130.71º14.14%61.18%-
HSV(B)130.71º16.47%66.67%-
XYZ30.836.6133.05-
YUV159.01121.22115.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.94%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 147 (57.81% from 255) = 32.03%
R=30.94%
G=37.04%
B=32.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421701470.1600.140.33130.7114.1461.18
Hex8EAA93100E2183e3d
Octal21625222320016412031675
Binary1000111010101010100100111000001110100001100000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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