#9EAD9D

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

Shades of Mantle #9EAD9D

Tints of Mantle #9EAD9D

Color information

#9EAD9D (or 0x9EAD9D) is unknown color: approx Mantle. HEX triplet: 9E, AD and 9D. RGB value is (158,173,157). Sum of RGB (Red+Green+Blue) = 158+173+157=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAD9D is #615262. Grayscale: #A6A6A6. Windows color (decimal): -6378083 or 10333598. OLE color: 10333598.

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

Color convert

RGB158173157-
CMYK0.0900.090.32
HSL116.25º8.89%64.71%-
HSV(B)116.25º9.25%67.84%-
XYZ35.1339.5937.69-
YUV166.69122.53121.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.38%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 157 (61.72% from 255) = 32.17%
R=32.38%
G=35.45%
B=32.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581731570.0900.090.32116.258.8964.71
Hex9EAD9D9092074941
Octal236255235110114016411101
Binary100111101010110110011101100101001100000111010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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