#8EA499

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

Shades of Cascade #8EA499

Tints of Cascade #8EA499

Color information

#8EA499 (or 0x8EA499) is unknown color: approx Cascade. HEX triplet: 8E, A4 and 99. RGB value is (142,164,153). Sum of RGB (Red+Green+Blue) = 142+164+153=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA499 is #715B66. Grayscale: #9C9C9C. Windows color (decimal): -7428967 or 10069134. OLE color: 10069134.

HSL color Cylindrical-coordinate representation of color #8EA499: hue angle of 150º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8EA499 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB142164153-
CMYK0.1300.070.36
HSL150º10.78%60%-
HSV(B)150º13.41%64.31%-
XYZ30.1834.635.23-
YUV156.17126.21117.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.94%
GREEN value IS 164 (64.45% from 255) = 35.73%
BLUE value IS 153 (60.16% from 255) = 33.33%
R=30.94%
G=35.73%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421641530.1300.070.3615010.7860
Hex8EA499D072496b3c
Octal2162442311507442261374
Binary10001110101001001001100111010111100100100101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,164,153); }

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

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

 a { background-color: rgb(142,164,153); }

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

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

 span { border-color: rgb(142,164,153); }

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