#8DA69B

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

Shades of Cascade #8DA69B

Tints of Cascade #8DA69B

Color information

#8DA69B (or 0x8DA69B) is unknown color: approx Cascade. HEX triplet: 8D, A6 and 9B. RGB value is (141,166,155). Sum of RGB (Red+Green+Blue) = 141+166+155=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA69B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA69B is #725964. Grayscale: #9D9D9D. Windows color (decimal): -7493989 or 10200717. OLE color: 10200717.

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

Color convert

RGB141166155-
CMYK0.1500.070.35
HSL153.6º12.32%60.2%-
HSV(B)153.6º15.06%65.1%-
XYZ30.5435.336.21-
YUV157.27126.72116.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.52%
GREEN value IS 166 (65.23% from 255) = 35.93%
BLUE value IS 155 (60.94% from 255) = 33.55%
R=30.52%
G=35.93%
B=33.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1411661550.1500.070.35153.612.3260.2
Hex8DA69BF07239ac3c
Octal2152462331707432321474
Binary10001101101001101001101111110111100011100110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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