#8AAE85

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

Shades of Mantle #8AAE85

Tints of Mantle #8AAE85

Color information

#8AAE85 (or 0x8AAE85) is unknown color: approx Mantle. HEX triplet: 8A, AE and 85. RGB value is (138,174,133). Sum of RGB (Red+Green+Blue) = 138+174+133=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAE85 is #75517A. Grayscale: #9E9E9E. Windows color (decimal): -7688571 or 8760970. OLE color: 8760970.

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

Color convert

RGB138174133-
CMYK0.2100.240.32
HSL112.68º20.2%60.2%-
HSV(B)112.68º23.56%68.24%-
XYZ29.8537.3727.83-
YUV158.56113.57113.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.01%
GREEN value IS 174 (68.36% from 255) = 39.10%
BLUE value IS 133 (52.34% from 255) = 29.89%
R=31.01%
G=39.10%
B=29.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381741330.2100.240.32112.6820.260.2
Hex8AAE85150182071143c
Octal21225620525030401612474
Binary10001010101011101000010110101011000100000111000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,174,133); }

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

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

 a { background-color: rgb(138,174,133); }

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

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

 span { border-color: rgb(138,174,133); }

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