Html Css Color HEX #9EA89E Mantle

📋 copy color: '#9EA89E'

red 158 ◦ green 168 ◦ blue 158

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

Shades of Mantle #9EA89E

Tints of Mantle #9EA89E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.71%

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

R = 32.64%
G = 34.71%
B = 32.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#9EA89E (or 0x9EA89E) is known color: Mantle. HEX triplet: 9E, A8 and 9E. RGB value is (158,168,158). Sum of RGB (Red+Green+Blue) = 158+168+158=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA89E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA89E is #615761. Grayscale: #A3A3A3. Windows color (decimal): -6379362 or 10397854. OLE color: 10397854.

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

Color convert

RGB 158 168 158 -
CMYK 0.06 0 0.06 0.34
HSL 120º 0.05% 0.64% -
HSV(B) 120º 0.06% 0.66% -
XYZ 34.27 37.74 37.83 -
YUV 163.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 158 168 158 0.06 0 0.06 0.34 120 0.05 0.64
Hex 9E A8 9E 6 0 6 22 78 5 40
Octal 236 250 236 6 0 6 42 170 5 100
Binary 10011110 10101000 10011110 110 0 110 100010 1111000 101 1000000

Color Harmonies of #9EA89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA89E

Black with #9EA89E

Text Example


Text Example

White with #9EA89E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,168,158); }

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

background-color css

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

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

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

border-color css

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

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

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