#8EA49C

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

Shades of Cascade #8EA49C

Tints of Cascade #8EA49C

Color information

#8EA49C (or 0x8EA49C) is unknown color: approx Cascade. HEX triplet: 8E, A4 and 9C. RGB value is (142,164,156). Sum of RGB (Red+Green+Blue) = 142+164+156=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA49C is #715B63. Grayscale: #9C9C9C. Windows color (decimal): -7428964 or 10265742. OLE color: 10265742.

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

Color convert

RGB142164156-
CMYK0.1300.050.36
HSL158.18º10.78%60%-
HSV(B)158.18º13.41%64.31%-
XYZ30.4334.736.55-
YUV156.51127.71117.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.74%
GREEN value IS 164 (64.45% from 255) = 35.50%
BLUE value IS 156 (61.33% from 255) = 33.77%
R=30.74%
G=35.50%
B=33.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421641560.1300.050.36158.1810.7860
Hex8EA49CD05249eb3c
Octal2162442341505442361374
Binary10001110101001001001110011010101100100100111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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