Html Css Color HEX #9FAD9D Mantle

📋 copy color: '#9FAD9D'

red 159 ◦ green 173 ◦ blue 157

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

Shades of Mantle #9FAD9D

Tints of Mantle #9FAD9D

RGB

 RED value IS 159 (62.5% from 255) = 32.52%

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

 BLUE value IS 157 (61.72% from 255) = 32.11%

R = 32.52%
G = 35.38%
B = 32.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#9FAD9D (or 0x9FAD9D) is known color: Mantle. HEX triplet: 9F, AD and 9D. RGB value is (159,173,157). Sum of RGB (Red+Green+Blue) = 159+173+157=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAD9D is #605262. Grayscale: #A7A7A7. Windows color (decimal): -6312547 or 10333599. OLE color: 10333599.

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

Color convert

RGB 159 173 157 -
CMYK 0.08 0 0.09 0.32
HSL 112.5º 0.09% 0.65% -
HSV(B) 112.5º 0.09% 0.68% -
XYZ 35.33 39.69 37.7 -
YUV 166.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 159 173 157 0.08 0 0.09 0.32 112.5 0.09 0.65
Hex 9F AD 9D 8 0 9 20 70 9 41
Octal 237 255 235 10 0 11 40 160 11 101
Binary 10011111 10101101 10011101 1000 0 1001 100000 1110000 1001 1000001

Color Harmonies of #9FAD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAD9D

Black with #9FAD9D

Text Example


Text Example

White with #9FAD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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