#8DA09D

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

Shades of Cascade #8DA09D

Tints of Cascade #8DA09D

Color information

#8DA09D (or 0x8DA09D) is unknown color: approx Cascade. HEX triplet: 8D, A0 and 9D. RGB value is (141,160,157). Sum of RGB (Red+Green+Blue) = 141+160+157=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA09D is #725F62. Grayscale: #999999. Windows color (decimal): -7495523 or 10330253. OLE color: 10330253.

HSL color Cylindrical-coordinate representation of color #8DA09D: hue angle of 170.53º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8DA09D is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB141160157-
CMYK0.1200.020.37
HSL170.53º9.09%59.02%-
HSV(B)170.53º11.87%62.75%-
XYZ29.6433.2436.75-
YUV153.98129.71118.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.79%
GREEN value IS 160 (62.89% from 255) = 34.93%
BLUE value IS 157 (61.72% from 255) = 34.28%
R=30.79%
G=34.93%
B=34.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1411601570.1200.020.37170.539.0959.02
Hex8DA09DC0225ab93b
Octal2152402351402452531173
Binary1000110110100000100111011100010100101101010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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