Html Css Color HEX #9EAA9A Mantle

📋 copy color: '#9EAA9A'

red 158 ◦ green 170 ◦ blue 154

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

Shades of Mantle #9EAA9A

Tints of Mantle #9EAA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.95%

R = 32.78%
G = 35.27%
B = 31.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#9EAA9A (or 0x9EAA9A) is known color: Mantle. HEX triplet: 9E, AA and 9A. RGB value is (158,170,154). Sum of RGB (Red+Green+Blue) = 158+170+154=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAA9A is #615565. Grayscale: #A4A4A4. Windows color (decimal): -6378854 or 10136222. OLE color: 10136222.

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

Color convert

RGB 158 170 154 -
CMYK 0.07 0 0.09 0.33
HSL 105º 0.09% 0.64% -
HSV(B) 105º 0.09% 0.67% -
XYZ 34.31 38.35 36.17 -
YUV 164.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 158 170 154 0.07 0 0.09 0.33 105 0.09 0.64
Hex 9E AA 9A 7 0 9 21 69 9 40
Octal 236 252 232 7 0 11 41 151 11 100
Binary 10011110 10101010 10011010 111 0 1001 100001 1101001 1001 1000000

Color Harmonies of #9EAA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAA9A

Black with #9EAA9A

Text Example


Text Example

White with #9EAA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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