Html Css Color HEX #9FAA9E Mantle

📋 copy color: '#9FAA9E'

red 159 ◦ green 170 ◦ blue 158

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

Shades of Mantle #9FAA9E

Tints of Mantle #9FAA9E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.91%

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

R = 32.65%
G = 34.91%
B = 32.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#9FAA9E (or 0x9FAA9E) is known color: Mantle. HEX triplet: 9F, AA and 9E. RGB value is (159,170,158). Sum of RGB (Red+Green+Blue) = 159+170+158=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAA9E is #605561. Grayscale: #A5A5A5. Windows color (decimal): -6313314 or 10398367. OLE color: 10398367.

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

Color convert

RGB 159 170 158 -
CMYK 0.06 0 0.07 0.33
HSL 115º 0.07% 0.64% -
HSV(B) 115º 0.07% 0.67% -
XYZ 34.84 38.59 37.96 -
YUV 165.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 159 170 158 0.06 0 0.07 0.33 115 0.07 0.64
Hex 9F AA 9E 6 0 7 21 73 7 40
Octal 237 252 236 6 0 7 41 163 7 100
Binary 10011111 10101010 10011110 110 0 111 100001 1110011 111 1000000

Color Harmonies of #9FAA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAA9E

Black with #9FAA9E

Text Example


Text Example

White with #9FAA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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