#9DAA9A

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

Shades of Mantle #9DAA9A

Tints of Mantle #9DAA9A

Color information

#9DAA9A (or 0x9DAA9A) is unknown color: approx Mantle. HEX triplet: 9D, AA and 9A. RGB value is (157,170,154). Sum of RGB (Red+Green+Blue) = 157+170+154=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAA9A is #625565. Grayscale: #A4A4A4. Windows color (decimal): -6444390 or 10136221. OLE color: 10136221.

HSL color Cylindrical-coordinate representation of color #9DAA9A: hue angle of 108.75º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9DAA9A is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB157170154-
CMYK0.0800.090.33
HSL108.75º8.6%63.53%-
HSV(B)108.75º9.41%66.67%-
XYZ34.1138.2536.16-
YUV164.29122.19122.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.64%
GREEN value IS 170 (66.80% from 255) = 35.34%
BLUE value IS 154 (60.55% from 255) = 32.02%
R=32.64%
G=35.34%
B=32.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571701540.0800.090.33108.758.663.53
Hex9DAA9A809216d940
Octal235252232100114115511100
Binary100111011010101010011010100001001100001110110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,170,154); }

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

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

 a { background-color: rgb(157,170,154); }

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

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

 span { border-color: rgb(157,170,154); }

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