#9EA79F

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

Shades of Edward #9EA79F

Tints of Edward #9EA79F

Color information

#9EA79F (or 0x9EA79F) is unknown color: approx Edward. HEX triplet: 9E, A7 and 9F. RGB value is (158,167,159). Sum of RGB (Red+Green+Blue) = 158+167+159=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA79F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA79F is #615860. Grayscale: #A3A3A3. Windows color (decimal): -6379617 or 10463134. OLE color: 10463134.

HSL color Cylindrical-coordinate representation of color #9EA79F: hue angle of 126.67º degrees, saturation: 0.05, 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 #9EA79F is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB158167159-
CMYK0.0500.050.35
HSL126.67º4.86%63.73%-
HSV(B)126.67º5.39%65.49%-
XYZ34.1837.4138.22-
YUV163.4125.52124.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.64%
GREEN value IS 167 (65.62% from 255) = 34.50%
BLUE value IS 159 (62.5% from 255) = 32.85%
R=32.64%
G=34.50%
B=32.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581671590.0500.050.35126.674.8663.73
Hex9EA79F505237f540
Octal236247237505431775100
Binary100111101010011110011111101010110001111111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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