#9EB4A0

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

Shades of Edward #9EB4A0

Tints of Edward #9EB4A0

Color information

#9EB4A0 (or 0x9EB4A0) is unknown color: approx Edward. HEX triplet: 9E, B4 and A0. RGB value is (158,180,160). Sum of RGB (Red+Green+Blue) = 158+180+160=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB4A0 is #614B5F. Grayscale: #ABABAB. Windows color (decimal): -6376288 or 10531998. OLE color: 10531998.

HSL color Cylindrical-coordinate representation of color #9EB4A0: hue angle of 125.45º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EB4A0 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB158180160-
CMYK0.1200.110.29
HSL125.45º12.79%66.27%-
HSV(B)125.45º12.22%70.59%-
XYZ36.7742.4539.51-
YUV171.14121.71118.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.73%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 160 (62.89% from 255) = 32.13%
R=31.73%
G=36.14%
B=32.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581801600.1200.110.29125.4512.7966.27
Hex9EB4A0C0B1D7dd42
Octal236264240140133517515102
Binary10011110101101001010000011000101111101111110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,180,160); }

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

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

 a { background-color: rgb(158,180,160); }

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

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

 span { border-color: rgb(158,180,160); }

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