#9DA29F

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

Shades of Edward #9DA29F

Tints of Edward #9DA29F

Color information

#9DA29F (or 0x9DA29F) is unknown color: approx Edward. HEX triplet: 9D, A2 and 9F. RGB value is (157,162,159). Sum of RGB (Red+Green+Blue) = 157+162+159=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA29F is #625D60. Grayscale: #A0A0A0. Windows color (decimal): -6446433 or 10461853. OLE color: 10461853.

HSL color Cylindrical-coordinate representation of color #9DA29F: hue angle of 144º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9DA29F is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB157162159-
CMYK0.0300.020.36
HSL144º2.62%62.55%-
HSV(B)144º3.09%63.53%-
XYZ33.0835.5137.91-
YUV160.16127.34125.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.85%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 159 (62.5% from 255) = 33.26%
R=32.85%
G=33.89%
B=33.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1571621590.0300.020.361442.6262.55
Hex9DA29F302249033f
Octal23524223730244220377
Binary100111011010001010011111110101001001001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,162,159); }

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

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

 a { background-color: rgb(157,162,159); }

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

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

 span { border-color: rgb(157,162,159); }

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