Html Css Color HEX #8EAA8A Mantle

📋 copy color: '#8EAA8A'

red 142 ◦ green 170 ◦ blue 138

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

Shades of Mantle #8EAA8A

Tints of Mantle #8EAA8A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.78%

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

R = 31.56%
G = 37.78%
B = 30.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#8EAA8A (or 0x8EAA8A) is known color: Mantle. HEX triplet: 8E, AA and 8A. RGB value is (142,170,138). Sum of RGB (Red+Green+Blue) = 142+170+138=450 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.56% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAA8A is #715575. Grayscale: #9E9E9E. Windows color (decimal): -7427446 or 9087630. OLE color: 9087630.

HSL color Cylindrical-coordinate representation of color #8EAA8A: hue angle of 112.5º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8EAA8A is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 170 138 -
CMYK 0.16 0 0.19 0.33
HSL 112.5º 0.16% 0.6% -
HSV(B) 112.5º 0.19% 0.67% -
XYZ 30.12 36.34 29.47 -
YUV 157.98 116.72 116.6 -
System Red Green Blue C M Y K H S L
Decimal 142 170 138 0.16 0 0.19 0.33 112.5 0.16 0.6
Hex 8E AA 8A 10 0 13 21 70 10 3C
Octal 216 252 212 20 0 23 41 160 20 74
Binary 10001110 10101010 10001010 10000 0 10011 100001 1110000 10000 111100

Color Harmonies of #8EAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAA8A

Black with #8EAA8A

Text Example


Text Example

White with #8EAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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