#8EB094

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

Shades of Envy #8EB094

Tints of Envy #8EB094

Color information

#8EB094 (or 0x8EB094) is unknown color: approx Envy. HEX triplet: 8E, B0 and 94. RGB value is (142,176,148). Sum of RGB (Red+Green+Blue) = 142+176+148=466 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.47% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 176 - color contains mainly: green. Hex color #8EB094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EB094 is #714F6B. Grayscale: #A2A2A2. Windows color (decimal): -7425900 or 9744526. OLE color: 9744526.

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

Color convert

RGB142176148-
CMYK0.1900.160.31
HSL130.59º17.71%62.35%-
HSV(B)130.59º19.32%69.02%-
XYZ32.0338.9433.85-
YUV162.64119.74113.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.47%
GREEN value IS 176 (69.14% from 255) = 37.77%
BLUE value IS 148 (58.20% from 255) = 31.76%
R=30.47%
G=37.77%
B=31.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421761480.1900.160.31130.5917.7162.35
Hex8EB094130101F83123e
Octal21626022423020372032276
Binary10001110101100001001010010011010000111111000001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,176,148); }

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

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

 a { background-color: rgb(142,176,148); }

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

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

 span { border-color: rgb(142,176,148); }

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