#8CA488

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

Shades of Mantle #8CA488

Tints of Mantle #8CA488

Color information

#8CA488 (or 0x8CA488) is unknown color: approx Mantle. HEX triplet: 8C, A4 and 88. RGB value is (140,164,136). Sum of RGB (Red+Green+Blue) = 140+164+136=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA488 is #735B77. Grayscale: #999999. Windows color (decimal): -7560056 or 8955020. OLE color: 8955020.

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

Color convert

RGB140164136-
CMYK0.1500.170.36
HSL111.43º13.33%58.82%-
HSV(B)111.43º17.07%64.31%-
XYZ28.5333.928.33-
YUV153.63118.05118.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.82%
GREEN value IS 164 (64.45% from 255) = 37.27%
BLUE value IS 136 (53.52% from 255) = 30.91%
R=31.82%
G=37.27%
B=30.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401641360.1500.170.36111.4313.3358.82
Hex8CA488F011246fd3b
Octal21424421017021441571573
Binary100011001010010010001000111101000110010011011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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