#8DA49B

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

Shades of Cascade #8DA49B

Tints of Cascade #8DA49B

Color information

#8DA49B (or 0x8DA49B) is unknown color: approx Cascade. HEX triplet: 8D, A4 and 9B. RGB value is (141,164,155). Sum of RGB (Red+Green+Blue) = 141+164+155=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA49B is #725B64. Grayscale: #9C9C9C. Windows color (decimal): -7494501 or 10200205. OLE color: 10200205.

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

Color convert

RGB141164155-
CMYK0.1400.050.36
HSL156.52º11.22%59.8%-
HSV(B)156.52º14.02%64.31%-
XYZ30.1834.5836.09-
YUV156.1127.38117.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.65%
GREEN value IS 164 (64.45% from 255) = 35.65%
BLUE value IS 155 (60.94% from 255) = 33.70%
R=30.65%
G=35.65%
B=33.70%

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
Decimal1411641550.1400.050.36156.5211.2259.8
Hex8DA49BE05249db3c
Octal2152442331605442351374
Binary10001101101001001001101111100101100100100111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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