#8DAEA0

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

Shades of Cascade #8DAEA0

Tints of Cascade #8DAEA0

Color information

#8DAEA0 (or 0x8DAEA0) is unknown color: approx Cascade. HEX triplet: 8D, AE and A0. RGB value is (141,174,160). Sum of RGB (Red+Green+Blue) = 141+174+160=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAEA0 is #72515F. Grayscale: #A2A2A2. Windows color (decimal): -7491936 or 10530445. OLE color: 10530445.

HSL color Cylindrical-coordinate representation of color #8DAEA0: hue angle of 154.55º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DAEA0 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB141174160-
CMYK0.1900.080.32
HSL154.55º16.92%61.76%-
HSV(B)154.55º18.97%68.24%-
XYZ32.4738.4738.97-
YUV162.54126.57112.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.68%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=29.68%
G=36.63%
B=33.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411741600.1900.080.32154.5516.9261.76
Hex8DAEA01308209b113e
Octal21525624023010402332176
Binary10001101101011101010000010011010001000001001101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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