#8DA49F

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

Shades of Cascade #8DA49F

Tints of Cascade #8DA49F

Color information

#8DA49F (or 0x8DA49F) is unknown color: approx Cascade. HEX triplet: 8D, A4 and 9F. RGB value is (141,164,159). Sum of RGB (Red+Green+Blue) = 141+164+159=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA49F is #725B60. Grayscale: #9C9C9C. Windows color (decimal): -7494497 or 10462349. OLE color: 10462349.

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

Color convert

RGB141164159-
CMYK0.1400.030.36
HSL166.96º11.22%59.8%-
HSV(B)166.96º14.02%64.31%-
XYZ30.5234.7237.89-
YUV156.55129.38116.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.39%
GREEN value IS 164 (64.45% from 255) = 35.34%
BLUE value IS 159 (62.5% from 255) = 34.27%
R=30.39%
G=35.34%
B=34.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411641590.1400.030.36166.9611.2259.8
Hex8DA49FE0324a7b3c
Octal2152442371603442471374
Binary1000110110100100100111111110011100100101001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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