#9EAD9F

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

Shades of Edward #9EAD9F

Tints of Edward #9EAD9F

Color information

#9EAD9F (or 0x9EAD9F) is unknown color: approx Edward. HEX triplet: 9E, AD and 9F. RGB value is (158,173,159). Sum of RGB (Red+Green+Blue) = 158+173+159=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAD9F is #615260. Grayscale: #A6A6A6. Windows color (decimal): -6378081 or 10464670. OLE color: 10464670.

HSL color Cylindrical-coordinate representation of color #9EAD9F: hue angle of 124º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9EAD9F is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB158173159-
CMYK0.0900.080.32
HSL124º8.38%64.9%-
HSV(B)124º8.67%67.84%-
XYZ35.339.6638.6-
YUV166.92123.53121.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.24%
GREEN value IS 173 (67.97% from 255) = 35.31%
BLUE value IS 159 (62.5% from 255) = 32.45%
R=32.24%
G=35.31%
B=32.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581731590.0900.080.321248.3864.9
Hex9EAD9F908207c841
Octal236255237110104017410101
Binary100111101010110110011111100101000100000111110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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