#8EA895

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

Shades of Edward #8EA895

Tints of Edward #8EA895

Color information

#8EA895 (or 0x8EA895) is unknown color: approx Edward. HEX triplet: 8E, A8 and 95. RGB value is (142,168,149). Sum of RGB (Red+Green+Blue) = 142+168+149=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA895 is #71576A. Grayscale: #9E9E9E. Windows color (decimal): -7427947 or 9808014. OLE color: 9808014.

HSL color Cylindrical-coordinate representation of color #8EA895: hue angle of 136.15º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8EA895 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB142168149-
CMYK0.1500.110.34
HSL136.15º13%60.78%-
HSV(B)136.15º15.48%65.88%-
XYZ30.5835.9333.76-
YUV158.06122.89116.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.94%
GREEN value IS 168 (66.02% from 255) = 36.60%
BLUE value IS 149 (58.59% from 255) = 32.46%
R=30.94%
G=36.60%
B=32.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1421681490.1500.110.34136.151360.78
Hex8EA895F0B2288d3d
Octal21625022517013422101575
Binary100011101010100010010101111101011100010100010001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,168,149); }

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

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

 a { background-color: rgb(142,168,149); }

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

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

 span { border-color: rgb(142,168,149); }

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