#8EA29E

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

Shades of Cascade #8EA29E

Tints of Cascade #8EA29E

Color information

#8EA29E (or 0x8EA29E) is unknown color: approx Cascade. HEX triplet: 8E, A2 and 9E. RGB value is (142,162,158). Sum of RGB (Red+Green+Blue) = 142+162+158=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA29E is #715D61. Grayscale: #9B9B9B. Windows color (decimal): -7429474 or 10396302. OLE color: 10396302.

HSL color Cylindrical-coordinate representation of color #8EA29E: hue angle of 168º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8EA29E is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB142162158-
CMYK0.1200.020.36
HSL168º9.71%59.61%-
HSV(B)168º12.35%63.53%-
XYZ30.2534.0637.33-
YUV155.56129.37118.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.74%
GREEN value IS 162 (63.67% from 255) = 35.06%
BLUE value IS 158 (62.11% from 255) = 34.20%
R=30.74%
G=35.06%
B=34.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421621580.1200.020.361689.7159.61
Hex8EA29EC0224a8a3c
Octal2162422361402442501274
Binary1000111010100010100111101100010100100101010001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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