#8CA48A

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

Shades of Mantle #8CA48A

Tints of Mantle #8CA48A

Color information

#8CA48A (or 0x8CA48A) is unknown color: approx Mantle. HEX triplet: 8C, A4 and 8A. RGB value is (140,164,138). Sum of RGB (Red+Green+Blue) = 140+164+138=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA48A is #735B75. Grayscale: #999999. Windows color (decimal): -7560054 or 9086092. OLE color: 9086092.

HSL color Cylindrical-coordinate representation of color #8CA48A: hue angle of 115.38º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8CA48A is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB140164138-
CMYK0.1500.160.36
HSL115.38º12.5%59.22%-
HSV(B)115.38º15.85%64.31%-
XYZ28.6833.9629.09-
YUV153.86119.05118.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.67%
GREEN value IS 164 (64.45% from 255) = 37.10%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=31.67%
G=37.10%
B=31.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401641380.1500.160.36115.3812.559.22
Hex8CA48AF0102473d3b
Octal21424421217020441631573
Binary100011001010010010001010111101000010010011100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,164,138); }

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

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

 a { background-color: rgb(140,164,138); }

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

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

 span { border-color: rgb(140,164,138); }

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