#8EA497

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

Shades of Edward #8EA497

Tints of Edward #8EA497

Color information

#8EA497 (or 0x8EA497) is unknown color: approx Edward. HEX triplet: 8E, A4 and 97. RGB value is (142,164,151). Sum of RGB (Red+Green+Blue) = 142+164+151=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA497 is #715B68. Grayscale: #9B9B9B. Windows color (decimal): -7428969 or 9938062. OLE color: 9938062.

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

Color convert

RGB142164151-
CMYK0.1300.080.36
HSL144.55º10.78%60%-
HSV(B)144.55º13.41%64.31%-
XYZ30.0234.5434.36-
YUV155.94125.21118.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.07%
GREEN value IS 164 (64.45% from 255) = 35.89%
BLUE value IS 151 (59.38% from 255) = 33.04%
R=31.07%
G=35.89%
B=33.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421641510.1300.080.36144.5510.7860
Hex8EA497D082491b3c
Octal21624422715010442211374
Binary100011101010010010010111110101000100100100100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,164,151); }

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

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

 a { background-color: rgb(142,164,151); }

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

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

 span { border-color: rgb(142,164,151); }

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