#9EA69E

Color #9EA69E Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #9EA69E

Tints of Mantle #9EA69E

Color information

#9EA69E (or 0x9EA69E) is unknown color: approx Mantle. HEX triplet: 9E, A6 and 9E. RGB value is (158,166,158). Sum of RGB (Red+Green+Blue) = 158+166+158=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA69E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA69E is #615961. Grayscale: #A2A2A2. Windows color (decimal): -6379874 or 10397342. OLE color: 10397342.

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

Color convert

RGB158166158-
CMYK0.0500.050.35
HSL120º4.3%63.53%-
HSV(B)120º4.82%65.1%-
XYZ33.9137.0137.7-
YUV162.7125.35124.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.78%
GREEN value IS 166 (65.23% from 255) = 34.44%
BLUE value IS 158 (62.11% from 255) = 32.78%
R=32.78%
G=34.44%
B=32.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581661580.0500.050.351204.363.53
Hex9EA69E5052378440
Octal236246236505431704100
Binary100111101010011010011110101010110001111110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EA69E;
 }
 .AnyTagClassName
 {
   color: #9EA69E;
 }
</style>
background-color css

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

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

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

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

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

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