#8DA59B

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

Shades of Cascade #8DA59B

Tints of Cascade #8DA59B

Color information

#8DA59B (or 0x8DA59B) is unknown color: approx Cascade. HEX triplet: 8D, A5 and 9B. RGB value is (141,165,155). Sum of RGB (Red+Green+Blue) = 141+165+155=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA59B is #725A64. Grayscale: #9C9C9C. Windows color (decimal): -7494245 or 10200461. OLE color: 10200461.

HSL color Cylindrical-coordinate representation of color #8DA59B: hue angle of 155º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8DA59B is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB141165155-
CMYK0.1500.060.35
HSL155º11.76%60%-
HSV(B)155º14.55%64.71%-
XYZ30.3634.9436.15-
YUV156.68127.05116.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.59%
GREEN value IS 165 (64.84% from 255) = 35.79%
BLUE value IS 155 (60.94% from 255) = 33.62%
R=30.59%
G=35.79%
B=33.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1411651550.1500.060.3515511.7660
Hex8DA59BF06239bc3c
Octal2152452331706432331474
Binary10001101101001011001101111110110100011100110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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