#8EDDA5

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

Shades of Chinook #8EDDA5

Tints of Chinook #8EDDA5

Color information

#8EDDA5 (or 0x8EDDA5) is unknown color: approx Chinook. HEX triplet: 8E, DD and A5. RGB value is (142,221,165). Sum of RGB (Red+Green+Blue) = 142+221+165=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDDA5 is #71225A. Grayscale: #BFBFBF. Windows color (decimal): -7414363 or 10870158. OLE color: 10870158.

HSL color Cylindrical-coordinate representation of color #8EDDA5: hue angle of 137.47º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDDA5 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB142221165-
CMYK0.3600.250.13
HSL137.47º53.74%71.18%-
HSV(B)137.47º35.75%86.67%-
XYZ43.860.1844.9-
YUV191113.3393.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.89%
GREEN value IS 221 (86.72% from 255) = 41.86%
BLUE value IS 165 (64.84% from 255) = 31.25%
R=26.89%
G=41.86%
B=31.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422211650.3600.250.13137.4753.7471.18
Hex8EDDA524019D893647
Octal216335245440311521166107
Binary1000111011011101101001011001000110011101100010011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,221,165); }

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

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

 a { background-color: rgb(142,221,165); }

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

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

 span { border-color: rgb(142,221,165); }

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