#8EA399

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

Shades of Cascade #8EA399

Tints of Cascade #8EA399

Color information

#8EA399 (or 0x8EA399) is unknown color: approx Cascade. HEX triplet: 8E, A3 and 99. RGB value is (142,163,153). Sum of RGB (Red+Green+Blue) = 142+163+153=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA399 is #715C66. Grayscale: #9B9B9B. Windows color (decimal): -7429223 or 10068878. OLE color: 10068878.

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

Color convert

RGB142163153-
CMYK0.1300.060.36
HSL151.43º10.24%59.8%-
HSV(B)151.43º12.88%63.92%-
XYZ3034.2535.17-
YUV155.58126.54118.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.00%
GREEN value IS 163 (64.06% from 255) = 35.59%
BLUE value IS 153 (60.16% from 255) = 33.41%
R=31.00%
G=35.59%
B=33.41%

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
Decimal1421631530.1300.060.36151.4310.2459.8
Hex8EA399D062497a3c
Octal2162432311506442271274
Binary10001110101000111001100111010110100100100101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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