#9DB6A0

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

Shades of Edward #9DB6A0

Tints of Edward #9DB6A0

Color information

#9DB6A0 (or 0x9DB6A0) is unknown color: approx Edward. HEX triplet: 9D, B6 and A0. RGB value is (157,182,160). Sum of RGB (Red+Green+Blue) = 157+182+160=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB6A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB6A0 is #62495F. Grayscale: #ACACAC. Windows color (decimal): -6441312 or 10532509. OLE color: 10532509.

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

Color convert

RGB157182160-
CMYK0.1400.120.29
HSL127.2º14.62%66.47%-
HSV(B)127.2º13.74%71.37%-
XYZ36.9843.1639.64-
YUV172.02121.22117.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.46%
GREEN value IS 182 (71.48% from 255) = 36.47%
BLUE value IS 160 (62.89% from 255) = 32.06%
R=31.46%
G=36.47%
B=32.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571821600.1400.120.29127.214.6266.47
Hex9DB6A0E0C1D7ff42
Octal235266240160143517717102
Binary10011101101101101010000011100110011101111111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,182,160); }

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

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

 a { background-color: rgb(157,182,160); }

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

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

 span { border-color: rgb(157,182,160); }

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