#9DAE9C

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

Shades of Mantle #9DAE9C

Tints of Mantle #9DAE9C

Color information

#9DAE9C (or 0x9DAE9C) is unknown color: approx Mantle. HEX triplet: 9D, AE and 9C. RGB value is (157,174,156). Sum of RGB (Red+Green+Blue) = 157+174+156=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAE9C is #625163. Grayscale: #A6A6A6. Windows color (decimal): -6443364 or 10268317. OLE color: 10268317.

HSL color Cylindrical-coordinate representation of color #9DAE9C: hue angle of 116.67º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9DAE9C is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB157174156-
CMYK0.1000.100.32
HSL116.67º10%64.71%-
HSV(B)116.67º10.34%68.24%-
XYZ35.0439.8437.3-
YUV166.86121.87120.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.24%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 156 (61.33% from 255) = 32.03%
R=32.24%
G=35.73%
B=32.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571741560.1000.100.32116.671064.71
Hex9DAE9CA0A2075a41
Octal235256234120124016512101
Binary100111011010111010011100101001010100000111010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,174,156); }

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

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

 a { background-color: rgb(157,174,156); }

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

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

 span { border-color: rgb(157,174,156); }

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