Html Css Color HEX #9FAD9B Mantle

📋 copy color: '#9FAD9B'

red 159 ◦ green 173 ◦ blue 155

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

Shades of Mantle #9FAD9B

Tints of Mantle #9FAD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.83%

R = 32.65%
G = 35.52%
B = 31.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#9FAD9B (or 0x9FAD9B) is known color: Mantle. HEX triplet: 9F, AD and 9B. RGB value is (159,173,155). Sum of RGB (Red+Green+Blue) = 159+173+155=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAD9B is #605264. Grayscale: #A6A6A6. Windows color (decimal): -6312549 or 10202527. OLE color: 10202527.

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

Color convert

RGB 159 173 155 -
CMYK 0.08 0 0.10 0.32
HSL 106.67º 0.1% 0.64% -
HSV(B) 106.67º 0.1% 0.68% -
XYZ 35.16 39.62 36.81 -
YUV 166.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 159 173 155 0.08 0 0.10 0.32 106.67 0.1 0.64
Hex 9F AD 9B 8 0 A 20 6B A 40
Octal 237 255 233 10 0 12 40 153 12 100
Binary 10011111 10101101 10011011 1000 0 1010 100000 1101011 1010 1000000

Color Harmonies of #9FAD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAD9B

Black with #9FAD9B

Text Example


Text Example

White with #9FAD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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