#8EA29F

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

Shades of Cascade #8EA29F

Tints of Cascade #8EA29F

Color information

#8EA29F (or 0x8EA29F) is unknown color: approx Cascade. HEX triplet: 8E, A2 and 9F. RGB value is (142,162,159). Sum of RGB (Red+Green+Blue) = 142+162+159=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA29F is #715D60. Grayscale: #9B9B9B. Windows color (decimal): -7429473 or 10461838. OLE color: 10461838.

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

Color convert

RGB142162159-
CMYK0.1200.020.36
HSL171º9.71%59.61%-
HSV(B)171º12.35%63.53%-
XYZ30.3334.0937.78-
YUV155.68129.87118.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.67%
GREEN value IS 162 (63.67% from 255) = 34.99%
BLUE value IS 159 (62.5% from 255) = 34.34%
R=30.67%
G=34.99%
B=34.34%

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
Decimal1421621590.1200.020.361719.7159.61
Hex8EA29FC0224aba3c
Octal2162422371402442531274
Binary1000111010100010100111111100010100100101010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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