#8EAD86

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

Shades of Mantle #8EAD86

Tints of Mantle #8EAD86

Color information

#8EAD86 (or 0x8EAD86) is unknown color: approx Mantle. HEX triplet: 8E, AD and 86. RGB value is (142,173,134). Sum of RGB (Red+Green+Blue) = 142+173+134=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 173 - color contains mainly: green. Hex color #8EAD86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAD86 is #715279. Grayscale: #9F9F9F. Windows color (decimal): -7426682 or 8826254. OLE color: 8826254.

HSL color Cylindrical-coordinate representation of color #8EAD86: hue angle of 107.69º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8EAD86 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB142173134-
CMYK0.1800.230.32
HSL107.69º19.21%60.2%-
HSV(B)107.69º22.54%67.84%-
XYZ30.437.3628.16-
YUV159.28113.73115.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.63%
GREEN value IS 173 (67.97% from 255) = 38.53%
BLUE value IS 134 (52.73% from 255) = 29.84%
R=31.63%
G=38.53%
B=29.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421731340.1800.230.32107.6919.2160.2
Hex8EAD8612017206c133c
Octal21625520622027401542374
Binary10001110101011011000011010010010111100000110110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,173,134); }

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

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

 a { background-color: rgb(142,173,134); }

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

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

 span { border-color: rgb(142,173,134); }

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