#8EA585

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

Shades of Mantle #8EA585

Tints of Mantle #8EA585

Color information

#8EA585 (or 0x8EA585) is unknown color: approx Mantle. HEX triplet: 8E, A5 and 85. RGB value is (142,165,133). Sum of RGB (Red+Green+Blue) = 142+165+133=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 165 - color contains mainly: green. Hex color #8EA585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA585 is #715A7A. Grayscale: #9A9A9A. Windows color (decimal): -7428731 or 8758670. OLE color: 8758670.

HSL color Cylindrical-coordinate representation of color #8EA585: hue angle of 103.12º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8EA585 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB142165133-
CMYK0.1400.190.35
HSL103.12º15.09%58.43%-
HSV(B)103.12º19.39%64.71%-
XYZ28.8434.3527.3-
YUV154.48115.88119.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.27%
GREEN value IS 165 (64.84% from 255) = 37.5%
BLUE value IS 133 (52.34% from 255) = 30.23%
R=32.27%
G=37.5%
B=30.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1421651330.1400.190.35103.1215.0958.43
Hex8EA585E0132367f3a
Octal21624520516023431471772
Binary100011101010010110000101111001001110001111001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EA585; }

 p { color: rgb(142,165,133); }

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

<style>
 a { background-color: #8EA585; }

 a { background-color: rgb(142,165,133); }

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

<style>
 span { border-color: #8EA585; }

 span { border-color: rgb(142,165,133); }

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