#8CA59C

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

Shades of Cascade #8CA59C

Tints of Cascade #8CA59C

Color information

#8CA59C (or 0x8CA59C) is unknown color: approx Cascade. HEX triplet: 8C, A5 and 9C. RGB value is (140,165,156). Sum of RGB (Red+Green+Blue) = 140+165+156=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA59C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA59C is #735A63. Grayscale: #9C9C9C. Windows color (decimal): -7559780 or 10265996. OLE color: 10265996.

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

Color convert

RGB140165156-
CMYK0.1500.050.35
HSL158.4º12.2%59.8%-
HSV(B)158.4º15.15%64.71%-
XYZ30.2734.8936.59-
YUV156.5127.72116.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.37%
GREEN value IS 165 (64.84% from 255) = 35.79%
BLUE value IS 156 (61.33% from 255) = 33.84%
R=30.37%
G=35.79%
B=33.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1401651560.1500.050.35158.412.259.8
Hex8CA59CF05239ec3c
Octal2142452341705432361474
Binary10001100101001011001110011110101100011100111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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