#8DA896

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

Shades of Edward #8DA896

Tints of Edward #8DA896

Color information

#8DA896 (or 0x8DA896) is unknown color: approx Edward. HEX triplet: 8D, A8 and 96. RGB value is (141,168,150). Sum of RGB (Red+Green+Blue) = 141+168+150=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA896 is #725769. Grayscale: #9D9D9D. Windows color (decimal): -7493482 or 9873549. OLE color: 9873549.

HSL color Cylindrical-coordinate representation of color #8DA896: hue angle of 140º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8DA896 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB141168150-
CMYK0.1600.110.34
HSL140º13.43%60.59%-
HSV(B)140º16.07%65.88%-
XYZ30.4935.8734.17-
YUV157.88123.55115.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.72%
GREEN value IS 168 (66.02% from 255) = 36.60%
BLUE value IS 150 (58.98% from 255) = 32.68%
R=30.72%
G=36.60%
B=32.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1411681500.1600.110.3414013.4360.59
Hex8DA896100B228cd3d
Octal21525022620013422141575
Binary1000110110101000100101101000001011100010100011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DA896; }

 p { color: rgb(141,168,150); }

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

<style>
 a { background-color: #8DA896; }

 a { background-color: rgb(141,168,150); }

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

<style>
 span { border-color: #8DA896; }

 span { border-color: rgb(141,168,150); }

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