#8EAF8A

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

Shades of Mantle #8EAF8A

Tints of Mantle #8EAF8A

Color information

#8EAF8A (or 0x8EAF8A) is unknown color: approx Mantle. HEX triplet: 8E, AF and 8A. RGB value is (142,175,138). Sum of RGB (Red+Green+Blue) = 142+175+138=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAF8A is #715075. Grayscale: #A1A1A1. Windows color (decimal): -7426166 or 9088910. OLE color: 9088910.

HSL color Cylindrical-coordinate representation of color #8EAF8A: hue angle of 113.51º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8EAF8A is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB142175138-
CMYK0.1900.210.31
HSL113.51º18.78%61.37%-
HSV(B)113.51º21.14%68.63%-
XYZ31.0738.2529.79-
YUV160.92115.07114.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.21%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=31.21%
G=38.46%
B=30.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421751380.1900.210.31113.5118.7861.37
Hex8EAF8A130151F72133d
Octal21625721223025371622375
Binary1000111010101111100010101001101010111111111001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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