#8eeda6

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

Shades of Chinook #8EEDA6

Tints of Chinook #8EEDA6

Color information

#8EEDA6 (or 0x8EEDA6) is unknown color: approx Chinook. HEX triplet: 8E, ED and A6. RGB value is (142,237,166). Sum of RGB (Red+Green+Blue) = 142+237+166=545 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.06% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #8EEDA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EEDA6 is #711259. Grayscale: #C8C8C8. Windows color (decimal): -7410266 or 10939790. OLE color: 10939790.

HSL color Cylindrical-coordinate representation of color #8EEDA6: hue angle of 135.16º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEDA6 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB142237166-
CMYK0.4000.300.07
HSL135.16º72.52%74.31%-
HSV(B)135.16º40.08%92.94%-
XYZ48.3269.0746.86-
YUV200.5108.5386.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.06%
GREEN value IS 237 (92.97% from 255) = 43.49%
BLUE value IS 166 (65.23% from 255) = 30.46%
R=26.06%
G=43.49%
B=30.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422371660.4000.300.07135.1672.5274.31
Hex8EEDA62801E787494a
Octal216355246500367207111112
Binary1000111011101101101001101010000111101111000011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8eeda6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,237,166); }

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

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

 a { background-color: rgb(142,237,166); }

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

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

 span { border-color: rgb(142,237,166); }

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