#8EA49A

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

Shades of Cascade #8EA49A

Tints of Cascade #8EA49A

Color information

#8EA49A (or 0x8EA49A) is unknown color: approx Cascade. HEX triplet: 8E, A4 and 9A. RGB value is (142,164,154). Sum of RGB (Red+Green+Blue) = 142+164+154=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA49A is #715B65. Grayscale: #9C9C9C. Windows color (decimal): -7428966 or 10134670. OLE color: 10134670.

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

Color convert

RGB142164154-
CMYK0.1300.060.36
HSL152.73º10.78%60%-
HSV(B)152.73º13.41%64.31%-
XYZ30.2634.6335.66-
YUV156.28126.71117.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.87%
GREEN value IS 164 (64.45% from 255) = 35.65%
BLUE value IS 154 (60.55% from 255) = 33.48%
R=30.87%
G=35.65%
B=33.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421641540.1300.060.36152.7310.7860
Hex8EA49AD062499b3c
Octal2162442321506442311374
Binary10001110101001001001101011010110100100100110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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