#8EA897

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

Shades of Edward #8EA897

Tints of Edward #8EA897

Color information

#8EA897 (or 0x8EA897) is unknown color: approx Edward. HEX triplet: 8E, A8 and 97. RGB value is (142,168,151). Sum of RGB (Red+Green+Blue) = 142+168+151=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA897 is #715768. Grayscale: #9E9E9E. Windows color (decimal): -7427945 or 9939086. OLE color: 9939086.

HSL color Cylindrical-coordinate representation of color #8EA897: hue angle of 140.77º 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 #8EA897 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB142168151-
CMYK0.1500.100.34
HSL140.77º13%60.78%-
HSV(B)140.77º15.48%65.88%-
XYZ30.7435.9934.6-
YUV158.29123.89116.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.80%
GREEN value IS 168 (66.02% from 255) = 36.44%
BLUE value IS 151 (59.38% from 255) = 32.75%
R=30.80%
G=36.44%
B=32.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1421681510.1500.100.34140.771360.78
Hex8EA897F0A228dd3d
Octal21625022717012422151575
Binary100011101010100010010111111101010100010100011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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