#8EACA2

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

Shades of Cascade #8EACA2

Tints of Cascade #8EACA2

Color information

#8EACA2 (or 0x8EACA2) is unknown color: approx Cascade. HEX triplet: 8E, AC and A2. RGB value is (142,172,162). Sum of RGB (Red+Green+Blue) = 142+172+162=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 172 - color contains mainly: green. Hex color #8EACA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EACA2 is #71535D. Grayscale: #A1A1A1. Windows color (decimal): -7426910 or 10661006. OLE color: 10661006.

HSL color Cylindrical-coordinate representation of color #8EACA2: hue angle of 160º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8EACA2 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB142172162-
CMYK0.1700.060.33
HSL160º15.31%61.57%-
HSV(B)160º17.44%67.45%-
XYZ32.4337.8639.78-
YUV161.89128.06113.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.83%
GREEN value IS 172 (67.58% from 255) = 36.13%
BLUE value IS 162 (63.67% from 255) = 34.03%
R=29.83%
G=36.13%
B=34.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421721620.1700.060.3316015.3161.57
Hex8EACA2110621a0f3e
Octal2162542422106412401776
Binary100011101010110010100010100010110100001101000001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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