#9EADA1

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

Shades of Edward #9EADA1

Tints of Edward #9EADA1

Color information

#9EADA1 (or 0x9EADA1) is unknown color: approx Edward. HEX triplet: 9E, AD and A1. RGB value is (158,173,161). Sum of RGB (Red+Green+Blue) = 158+173+161=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #9EADA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EADA1 is #61525E. Grayscale: #A7A7A7. Windows color (decimal): -6378079 or 10595742. OLE color: 10595742.

HSL color Cylindrical-coordinate representation of color #9EADA1: hue angle of 132º 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 #9EADA1 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB158173161-
CMYK0.0900.070.32
HSL132º8.38%64.9%-
HSV(B)132º8.67%67.84%-
XYZ35.4839.7339.52-
YUV167.15124.53121.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.11%
GREEN value IS 173 (67.97% from 255) = 35.16%
BLUE value IS 161 (63.28% from 255) = 32.72%
R=32.11%
G=35.16%
B=32.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581731610.0900.070.321328.3864.9
Hex9EADA19072084841
Octal23625524111074020410101
Binary100111101010110110100001100101111000001000010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EADA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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