#8CA588

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

Shades of Mantle #8CA588

Tints of Mantle #8CA588

Color information

#8CA588 (or 0x8CA588) is unknown color: approx Mantle. HEX triplet: 8C, A5 and 88. RGB value is (140,165,136). Sum of RGB (Red+Green+Blue) = 140+165+136=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA588 is #735A77. Grayscale: #9A9A9A. Windows color (decimal): -7559800 or 8955276. OLE color: 8955276.

HSL color Cylindrical-coordinate representation of color #8CA588: hue angle of 111.72º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8CA588 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB140165136-
CMYK0.1500.180.35
HSL111.72º13.88%59.02%-
HSV(B)111.72º17.58%64.71%-
XYZ28.7134.2628.39-
YUV154.22117.72117.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.75%
GREEN value IS 165 (64.84% from 255) = 37.41%
BLUE value IS 136 (53.52% from 255) = 30.84%
R=31.75%
G=37.41%
B=30.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1401651360.1500.180.35111.7213.8859.02
Hex8CA588F0122370e3b
Octal21424521017022431601673
Binary100011001010010110001000111101001010001111100001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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