#8ECA9C

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

Shades of Chinook #8ECA9C

Tints of Chinook #8ECA9C

Color information

#8ECA9C (or 0x8ECA9C) is unknown color: approx Chinook. HEX triplet: 8E, CA and 9C. RGB value is (142,202,156). Sum of RGB (Red+Green+Blue) = 142+202+156=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECA9C is #713563. Grayscale: #B2B2B2. Windows color (decimal): -7419236 or 10275470. OLE color: 10275470.

HSL color Cylindrical-coordinate representation of color #8ECA9C: hue angle of 134º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECA9C is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB142202156-
CMYK0.3000.230.21
HSL134º36.14%67.45%-
HSV(B)134º29.7%79.22%-
XYZ38.2850.3939.16-
YUV178.82115.12101.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.4%
GREEN value IS 202 (79.30% from 255) = 40.4%
BLUE value IS 156 (61.33% from 255) = 31.2%
R=28.4%
G=40.4%
B=31.2%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1422021560.3000.230.2113436.1467.45
Hex8ECA9C1E01715862443
Octal216312234360272520644103
Binary1000111011001010100111001111001011110101100001101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,202,156); }

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

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

 a { background-color: rgb(142,202,156); }

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

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

 span { border-color: rgb(142,202,156); }

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