#8EAA96

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

Shades of Edward #8EAA96

Tints of Edward #8EAA96

Color information

#8EAA96 (or 0x8EAA96) is unknown color: approx Edward. HEX triplet: 8E, AA and 96. RGB value is (142,170,150). Sum of RGB (Red+Green+Blue) = 142+170+150=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAA96 is #715569. Grayscale: #9F9F9F. Windows color (decimal): -7427434 or 9874062. OLE color: 9874062.

HSL color Cylindrical-coordinate representation of color #8EAA96: hue angle of 137.14º 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 #8EAA96 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB142170150-
CMYK0.1600.120.33
HSL137.14º14.14%61.18%-
HSV(B)137.14º16.47%66.67%-
XYZ31.0436.734.3-
YUV159.35122.72115.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.74%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 150 (58.98% from 255) = 32.47%
R=30.74%
G=36.80%
B=32.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421701500.1600.120.33137.1414.1461.18
Hex8EAA96100C2189e3d
Octal21625222620014412111675
Binary1000111010101010100101101000001100100001100010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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