Html Css Color HEX #9EAA9C Mantle

📋 copy color: '#9EAA9C'

red 158 ◦ green 170 ◦ blue 156

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

Shades of Mantle #9EAA9C

Tints of Mantle #9EAA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.23%

R = 32.64%
G = 35.12%
B = 32.23%

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

#9EAA9C (or 0x9EAA9C) is known color: Mantle. HEX triplet: 9E, AA and 9C. RGB value is (158,170,156). Sum of RGB (Red+Green+Blue) = 158+170+156=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAA9C is #615563. Grayscale: #A4A4A4. Windows color (decimal): -6378852 or 10267294. OLE color: 10267294.

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

Color convert

RGB 158 170 156 -
CMYK 0.07 0 0.08 0.33
HSL 111.43º 0.08% 0.64% -
HSV(B) 111.43º 0.08% 0.67% -
XYZ 34.48 38.42 37.05 -
YUV 164.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 158 170 156 0.07 0 0.08 0.33 111.43 0.08 0.64
Hex 9E AA 9C 7 0 8 21 6F 8 40
Octal 236 252 234 7 0 10 41 157 10 100
Binary 10011110 10101010 10011100 111 0 1000 100001 1101111 1000 1000000

Color Harmonies of #9EAA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAA9C

Black with #9EAA9C

Text Example


Text Example

White with #9EAA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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