Html Css Color HEX #9DAD9C Mantle

📋 copy color: '#9DAD9C'

red 157 ◦ green 173 ◦ blue 156

#9DAD9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantle #9DAD9C

Tints of Mantle #9DAD9C

RGB

 RED value IS 157 (61.72% from 255) = 32.3%

 GREEN value IS 173 (67.97% from 255) = 35.6%

 BLUE value IS 156 (61.33% from 255) = 32.1%

R = 32.3%
G = 35.6%
B = 32.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#9DAD9C (or 0x9DAD9C) is known color: Mantle. HEX triplet: 9D, AD and 9C. RGB value is (157,173,156). Sum of RGB (Red+Green+Blue) = 157+173+156=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAD9C is #625263. Grayscale: #A6A6A6. Windows color (decimal): -6443620 or 10268061. OLE color: 10268061.

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

Color convert

RGB 157 173 156 -
CMYK 0.09 0 0.10 0.32
HSL 116.47º 0.09% 0.65% -
HSV(B) 116.47º 0.1% 0.68% -
XYZ 34.85 39.46 37.23 -
YUV 166.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 157 173 156 0.09 0 0.10 0.32 116.47 0.09 0.65
Hex 9D AD 9C 9 0 A 20 74 9 41
Octal 235 255 234 11 0 12 40 164 11 101
Binary 10011101 10101101 10011100 1001 0 1010 100000 1110100 1001 1000001

Color Harmonies of #9DAD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAD9C

Black with #9DAD9C

Text Example


Text Example

White with #9DAD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DAD9C;
 }
 .AnyTagClassName
 {
   color: #9DAD9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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