#8EA9A3

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

Shades of Cascade #8EA9A3

Tints of Cascade #8EA9A3

Color information

#8EA9A3 (or 0x8EA9A3) is unknown color: approx Cascade. HEX triplet: 8E, A9 and A3. RGB value is (142,169,163). Sum of RGB (Red+Green+Blue) = 142+169+163=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 169 - color contains mainly: green. Hex color #8EA9A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA9A3 is #71565C. Grayscale: #A0A0A0. Windows color (decimal): -7427677 or 10725774. OLE color: 10725774.

HSL color Cylindrical-coordinate representation of color #8EA9A3: hue angle of 166.67º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8EA9A3 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB142169163-
CMYK0.1600.040.34
HSL166.67º13.57%60.98%-
HSV(B)166.67º15.98%66.27%-
XYZ31.9536.7740.06-
YUV160.24129.55114.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.96%
GREEN value IS 169 (66.41% from 255) = 35.65%
BLUE value IS 163 (64.06% from 255) = 34.39%
R=29.96%
G=35.65%
B=34.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1421691630.1600.040.34166.6713.5760.98
Hex8EA9A3100422a7e3d
Octal2162512432004422471675
Binary100011101010100110100011100000100100010101001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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