#8EACA0

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

Shades of Cascade #8EACA0

Tints of Cascade #8EACA0

Color information

#8EACA0 (or 0x8EACA0) is unknown color: approx Cascade. HEX triplet: 8E, AC and A0. RGB value is (142,172,160). Sum of RGB (Red+Green+Blue) = 142+172+160=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 172 - color contains mainly: green. Hex color #8EACA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EACA0 is #71535F. Grayscale: #A1A1A1. Windows color (decimal): -7426912 or 10529934. OLE color: 10529934.

HSL color Cylindrical-coordinate representation of color #8EACA0: hue angle of 156º 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 #8EACA0 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB142172160-
CMYK0.1700.070.33
HSL156º15.31%61.57%-
HSV(B)156º17.44%67.45%-
XYZ32.2537.7938.85-
YUV161.66127.06113.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.96%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 160 (62.89% from 255) = 33.76%
R=29.96%
G=36.29%
B=33.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421721600.1700.070.3315615.3161.57
Hex8EACA01107219cf3e
Octal2162542402107412341776
Binary100011101010110010100000100010111100001100111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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