#8EAEA0

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

Shades of Cascade #8EAEA0

Tints of Cascade #8EAEA0

Color information

#8EAEA0 (or 0x8EAEA0) is unknown color: approx Cascade. HEX triplet: 8E, AE and A0. RGB value is (142,174,160). Sum of RGB (Red+Green+Blue) = 142+174+160=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAEA0 is #71515F. Grayscale: #A2A2A2. Windows color (decimal): -7426400 or 10530446. OLE color: 10530446.

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

Color convert

RGB142174160-
CMYK0.1800.080.32
HSL153.75º16.49%61.96%-
HSV(B)153.75º18.39%68.24%-
XYZ32.6438.5638.98-
YUV162.84126.4113.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.83%
GREEN value IS 174 (68.36% from 255) = 36.55%
BLUE value IS 160 (62.89% from 255) = 33.61%
R=29.83%
G=36.55%
B=33.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421741600.1800.080.32153.7516.4961.96
Hex8EAEA01208209a103e
Octal21625624022010402322076
Binary10001110101011101010000010010010001000001001101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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