#8DA49C

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

Shades of Cascade #8DA49C

Tints of Cascade #8DA49C

Color information

#8DA49C (or 0x8DA49C) is unknown color: approx Cascade. HEX triplet: 8D, A4 and 9C. RGB value is (141,164,156). Sum of RGB (Red+Green+Blue) = 141+164+156=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA49C is #725B63. Grayscale: #9C9C9C. Windows color (decimal): -7494500 or 10265741. OLE color: 10265741.

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

Color convert

RGB141164156-
CMYK0.1400.050.36
HSL159.13º11.22%59.8%-
HSV(B)159.13º14.02%64.31%-
XYZ30.2634.6136.54-
YUV156.21127.88117.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.59%
GREEN value IS 164 (64.45% from 255) = 35.57%
BLUE value IS 156 (61.33% from 255) = 33.84%
R=30.59%
G=35.57%
B=33.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411641560.1400.050.36159.1311.2259.8
Hex8DA49CE05249fb3c
Octal2152442341605442371374
Binary10001101101001001001110011100101100100100111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,164,156); }

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

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

 a { background-color: rgb(141,164,156); }

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

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

 span { border-color: rgb(141,164,156); }

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