#9DAB9A

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

Shades of Mantle #9DAB9A

Tints of Mantle #9DAB9A

Color information

#9DAB9A (or 0x9DAB9A) is unknown color: approx Mantle. HEX triplet: 9D, AB and 9A. RGB value is (157,171,154). Sum of RGB (Red+Green+Blue) = 157+171+154=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAB9A is #625465. Grayscale: #A4A4A4. Windows color (decimal): -6444134 or 10136477. OLE color: 10136477.

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

Color convert

RGB157171154-
CMYK0.0800.100.33
HSL109.41º9.19%63.73%-
HSV(B)109.41º9.94%67.06%-
XYZ34.338.6336.22-
YUV164.88121.86122.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.57%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 154 (60.55% from 255) = 31.95%
R=32.57%
G=35.48%
B=31.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571711540.0800.100.33109.419.1963.73
Hex9DAB9A80A216d940
Octal235253232100124115511100
Binary100111011010101110011010100001010100001110110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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