#8EA19E

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

Shades of Cascade #8EA19E

Tints of Cascade #8EA19E

Color information

#8EA19E (or 0x8EA19E) is unknown color: approx Cascade. HEX triplet: 8E, A1 and 9E. RGB value is (142,161,158). Sum of RGB (Red+Green+Blue) = 142+161+158=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA19E is #715E61. Grayscale: #9A9A9A. Windows color (decimal): -7429730 or 10396046. OLE color: 10396046.

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

Color convert

RGB142161158-
CMYK0.1200.020.37
HSL170.53º9.18%59.41%-
HSV(B)170.53º11.8%63.14%-
XYZ30.0733.7137.27-
YUV154.98129.71118.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.80%
GREEN value IS 161 (63.28% from 255) = 34.92%
BLUE value IS 158 (62.11% from 255) = 34.27%
R=30.80%
G=34.92%
B=34.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1421611580.1200.020.37170.539.1859.41
Hex8EA19EC0225ab93b
Octal2162412361402452531173
Binary1000111010100001100111101100010100101101010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,161,158); }

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

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

 a { background-color: rgb(142,161,158); }

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

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

 span { border-color: rgb(142,161,158); }

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