#8CAC8A

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

Shades of Mantle #8CAC8A

Tints of Mantle #8CAC8A

Color information

#8CAC8A (or 0x8CAC8A) is unknown color: approx Mantle. HEX triplet: 8C, AC and 8A. RGB value is (140,172,138). Sum of RGB (Red+Green+Blue) = 140+172+138=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAC8A is #735375. Grayscale: #9E9E9E. Windows color (decimal): -7558006 or 9088140. OLE color: 9088140.

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

Color convert

RGB140172138-
CMYK0.1900.200.33
HSL116.47º17%60.78%-
HSV(B)116.47º19.77%67.45%-
XYZ30.1636.9229.58-
YUV158.56116.4114.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.11%
GREEN value IS 172 (67.58% from 255) = 38.22%
BLUE value IS 138 (54.30% from 255) = 30.67%
R=31.11%
G=38.22%
B=30.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401721380.1900.200.33116.471760.78
Hex8CAC8A130142174113d
Octal21425421223024411642175
Binary10001100101011001000101010011010100100001111010010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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