#9EA69F

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

Shades of Edward #9EA69F

Tints of Edward #9EA69F

Color information

#9EA69F (or 0x9EA69F) is unknown color: approx Edward. HEX triplet: 9E, A6 and 9F. RGB value is (158,166,159). Sum of RGB (Red+Green+Blue) = 158+166+159=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA69F is #615960. Grayscale: #A2A2A2. Windows color (decimal): -6379873 or 10462878. OLE color: 10462878.

HSL color Cylindrical-coordinate representation of color #9EA69F: hue angle of 127.5º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9EA69F is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB158166159-
CMYK0.0500.040.35
HSL127.5º4.3%63.53%-
HSV(B)127.5º4.82%65.1%-
XYZ33.9937.0438.16-
YUV162.81125.85124.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.71%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 159 (62.5% from 255) = 32.92%
R=32.71%
G=34.37%
B=32.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581661590.0500.040.35127.54.363.53
Hex9EA69F504237f440
Octal236246237504431774100
Binary100111101010011010011111101010010001111111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EA69F; }

 p { color: rgb(158,166,159); }

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

<style>
 a { background-color: #9EA69F; }

 a { background-color: rgb(158,166,159); }

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

<style>
 span { border-color: #9EA69F; }

 span { border-color: rgb(158,166,159); }

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