#8EA099

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

Shades of Cascade #8EA099

Tints of Cascade #8EA099

Color information

#8EA099 (or 0x8EA099) is unknown color: approx Cascade. HEX triplet: 8E, A0 and 99. RGB value is (142,160,153). Sum of RGB (Red+Green+Blue) = 142+160+153=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA099 is #715F66. Grayscale: #999999. Windows color (decimal): -7429991 or 10068110. OLE color: 10068110.

HSL color Cylindrical-coordinate representation of color #8EA099: hue angle of 156.67º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8EA099 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB142160153-
CMYK0.1100.040.37
HSL156.67º8.65%59.22%-
HSV(B)156.67º11.25%62.75%-
XYZ29.4833.1934.99-
YUV153.82127.54119.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.21%
GREEN value IS 160 (62.89% from 255) = 35.16%
BLUE value IS 153 (60.16% from 255) = 33.63%
R=31.21%
G=35.16%
B=33.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1421601530.1100.040.37156.678.6559.22
Hex8EA099B04259d93b
Octal2162402311304452351173
Binary10001110101000001001100110110100100101100111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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