Html Css Color HEX #9EAA9D Mantle

📋 copy color: '#9EAA9D'

red 158 ◦ green 170 ◦ blue 157

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

Shades of Mantle #9EAA9D

Tints of Mantle #9EAA9D

RGB

 RED value IS 158 (62.11% from 255) = 32.58%

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

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

R = 32.58%
G = 35.05%
B = 32.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#9EAA9D (or 0x9EAA9D) is known color: Mantle. HEX triplet: 9E, AA and 9D. RGB value is (158,170,157). Sum of RGB (Red+Green+Blue) = 158+170+157=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAA9D is #615562. Grayscale: #A4A4A4. Windows color (decimal): -6378851 or 10332830. OLE color: 10332830.

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

Color convert

RGB 158 170 157 -
CMYK 0.07 0 0.08 0.33
HSL 115.38º 0.07% 0.64% -
HSV(B) 115.38º 0.08% 0.67% -
XYZ 34.56 38.45 37.5 -
YUV 164.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 158 170 157 0.07 0 0.08 0.33 115.38 0.07 0.64
Hex 9E AA 9D 7 0 8 21 73 7 40
Octal 236 252 235 7 0 10 41 163 7 100
Binary 10011110 10101010 10011101 111 0 1000 100001 1110011 111 1000000

Color Harmonies of #9EAA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAA9D

Black with #9EAA9D

Text Example


Text Example

White with #9EAA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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