#8CA39F

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

Shades of Cascade #8CA39F

Tints of Cascade #8CA39F

Color information

#8CA39F (or 0x8CA39F) is unknown color: approx Cascade. HEX triplet: 8C, A3 and 9F. RGB value is (140,163,159). Sum of RGB (Red+Green+Blue) = 140+163+159=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA39F is #735C60. Grayscale: #9B9B9B. Windows color (decimal): -7560289 or 10462092. OLE color: 10462092.

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

Color convert

RGB140163159-
CMYK0.1400.020.36
HSL169.57º11.11%59.41%-
HSV(B)169.57º14.11%63.92%-
XYZ30.1734.2737.83-
YUV155.67129.88116.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.30%
GREEN value IS 163 (64.06% from 255) = 35.28%
BLUE value IS 159 (62.5% from 255) = 34.42%
R=30.30%
G=35.28%
B=34.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401631590.1400.020.36169.5711.1159.41
Hex8CA39FE0224aab3b
Octal2142432371602442521373
Binary1000110010100011100111111110010100100101010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,163,159); }

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

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

 a { background-color: rgb(140,163,159); }

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

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

 span { border-color: rgb(140,163,159); }

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