#8EDCA4

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

Shades of Chinook #8EDCA4

Tints of Chinook #8EDCA4

Color information

#8EDCA4 (or 0x8EDCA4) is unknown color: approx Chinook. HEX triplet: 8E, DC and A4. RGB value is (142,220,164). Sum of RGB (Red+Green+Blue) = 142+220+164=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 164 (64.45% from 255 or 31.18% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDCA4 is #71235B. Grayscale: #BEBEBE. Windows color (decimal): -7414620 or 10804366. OLE color: 10804366.

HSL color Cylindrical-coordinate representation of color #8EDCA4: hue angle of 136.92º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDCA4 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB142220164-
CMYK0.3500.250.14
HSL136.92º52.7%70.98%-
HSV(B)136.92º35.45%86.27%-
XYZ43.4559.6244.34-
YUV190.29113.1693.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.00%
GREEN value IS 220 (86.33% from 255) = 41.83%
BLUE value IS 164 (64.45% from 255) = 31.18%
R=27.00%
G=41.83%
B=31.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422201640.3500.250.14136.9252.770.98
Hex8EDCA423019E893547
Octal216334244430311621165107
Binary1000111011011100101001001000110110011110100010011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,220,164); }

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

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

 a { background-color: rgb(142,220,164); }

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

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

 span { border-color: rgb(142,220,164); }

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