#8DA69C

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

Shades of Cascade #8DA69C

Tints of Cascade #8DA69C

Color information

#8DA69C (or 0x8DA69C) is unknown color: approx Cascade. HEX triplet: 8D, A6 and 9C. RGB value is (141,166,156). Sum of RGB (Red+Green+Blue) = 141+166+156=463 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.45% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA69C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA69C is #725963. Grayscale: #9D9D9D. Windows color (decimal): -7493988 or 10266253. OLE color: 10266253.

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

Color convert

RGB141166156-
CMYK0.1500.060.35
HSL156º12.32%60.2%-
HSV(B)156º15.06%65.1%-
XYZ30.6235.3436.66-
YUV157.38127.22116.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.45%
GREEN value IS 166 (65.23% from 255) = 35.85%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=30.45%
G=35.85%
B=33.69%

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
Decimal1411661560.1500.060.3515612.3260.2
Hex8DA69CF06239cc3c
Octal2152462341706432341474
Binary10001101101001101001110011110110100011100111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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