#8DA69D

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

Shades of Cascade #8DA69D

Tints of Cascade #8DA69D

Color information

#8DA69D (or 0x8DA69D) is unknown color: approx Cascade. HEX triplet: 8D, A6 and 9D. RGB value is (141,166,157). Sum of RGB (Red+Green+Blue) = 141+166+157=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA69D is #725962. Grayscale: #9D9D9D. Windows color (decimal): -7493987 or 10331789. OLE color: 10331789.

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

Color convert

RGB141166157-
CMYK0.1500.050.35
HSL158.4º12.32%60.2%-
HSV(B)158.4º15.06%65.1%-
XYZ30.7135.3737.11-
YUV157.5127.72116.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.39%
GREEN value IS 166 (65.23% from 255) = 35.78%
BLUE value IS 157 (61.72% from 255) = 33.84%
R=30.39%
G=35.78%
B=33.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1411661570.1500.050.35158.412.3260.2
Hex8DA69DF05239ec3c
Octal2152462351705432361474
Binary10001101101001101001110111110101100011100111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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