Html Css Color HEX #9FAD9E Mantle

📋 copy color: '#9FAD9E'

red 159 ◦ green 173 ◦ blue 158

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

Shades of Mantle #9FAD9E

Tints of Mantle #9FAD9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.24%

R = 32.45%
G = 35.31%
B = 32.24%

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

#9FAD9E (or 0x9FAD9E) is known color: Mantle. HEX triplet: 9F, AD and 9E. RGB value is (159,173,158). Sum of RGB (Red+Green+Blue) = 159+173+158=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAD9E is #605261. Grayscale: #A7A7A7. Windows color (decimal): -6312546 or 10399135. OLE color: 10399135.

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

Color convert

RGB 159 173 158 -
CMYK 0.08 0 0.09 0.32
HSL 116º 0.08% 0.65% -
HSV(B) 116º 0.09% 0.68% -
XYZ 35.41 39.73 38.15 -
YUV 167.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 159 173 158 0.08 0 0.09 0.32 116 0.08 0.65
Hex 9F AD 9E 8 0 9 20 74 8 41
Octal 237 255 236 10 0 11 40 164 10 101
Binary 10011111 10101101 10011110 1000 0 1001 100000 1110100 1000 1000001

Color Harmonies of #9FAD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAD9E

Black with #9FAD9E

Text Example


Text Example

White with #9FAD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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