Html Css Color HEX #8EA08A Mantle

📋 copy color: '#8EA08A'

red 142 ◦ green 160 ◦ blue 138

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

Shades of Mantle #8EA08A

Tints of Mantle #8EA08A

RGB

 RED value IS 142 (55.86% from 255) = 32.27%

 GREEN value IS 160 (62.89% from 255) = 36.36%

 BLUE value IS 138 (54.3% from 255) = 31.36%

R = 32.27%
G = 36.36%
B = 31.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#8EA08A (or 0x8EA08A) is known color: Mantle. HEX triplet: 8E, A0 and 8A. RGB value is (142,160,138). Sum of RGB (Red+Green+Blue) = 142+160+138=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA08A is #715F75. Grayscale: #989898. Windows color (decimal): -7430006 or 9085070. OLE color: 9085070.

HSL color Cylindrical-coordinate representation of color #8EA08A: hue angle of 109.09º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8EA08A is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 142 160 138 -
CMYK 0.11 0 0.14 0.37
HSL 109.09º 0.1% 0.58% -
HSV(B) 109.09º 0.14% 0.63% -
XYZ 28.31 32.73 28.87 -
YUV 152.11 120.04 120.79 -
System Red Green Blue C M Y K H S L
Decimal 142 160 138 0.11 0 0.14 0.37 109.09 0.1 0.58
Hex 8E A0 8A B 0 E 25 6D A 3A
Octal 216 240 212 13 0 16 45 155 12 72
Binary 10001110 10100000 10001010 1011 0 1110 100101 1101101 1010 111010

Color Harmonies of #8EA08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA08A

Black with #8EA08A

Text Example


Text Example

White with #8EA08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,160,138); }

 H1.HeaderClassName
 {
   color: #8EA08A;
 }
 .AnyTagClassName
 {
   color: #8EA08A;
 }
</style>

background-color css

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

 a { background-color: rgb(142,160,138); }

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

border-color css

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

 span { border-color: rgb(142,160,138); }

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