#8DA49D

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

Shades of Cascade #8DA49D

Tints of Cascade #8DA49D

Color information

#8DA49D (or 0x8DA49D) is unknown color: approx Cascade. HEX triplet: 8D, A4 and 9D. RGB value is (141,164,157). Sum of RGB (Red+Green+Blue) = 141+164+157=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA49D is #725B62. Grayscale: #9C9C9C. Windows color (decimal): -7494499 or 10331277. OLE color: 10331277.

HSL color Cylindrical-coordinate representation of color #8DA49D: hue angle of 161.74º 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 #8DA49D is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB141164157-
CMYK0.1400.040.36
HSL161.74º11.22%59.8%-
HSV(B)161.74º14.02%64.31%-
XYZ30.3534.6536.99-
YUV156.32128.38117.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.52%
GREEN value IS 164 (64.45% from 255) = 35.50%
BLUE value IS 157 (61.72% from 255) = 33.98%
R=30.52%
G=35.50%
B=33.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411641570.1400.040.36161.7411.2259.8
Hex8DA49DE0424a2b3c
Octal2152442351604442421374
Binary10001101101001001001110111100100100100101000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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