#8EDDA3

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

Shades of Chinook #8EDDA3

Tints of Chinook #8EDDA3

Color information

#8EDDA3 (or 0x8EDDA3) is unknown color: approx Chinook. HEX triplet: 8E, DD and A3. RGB value is (142,221,163). Sum of RGB (Red+Green+Blue) = 142+221+163=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDDA3 is #71225C. Grayscale: #BEBEBE. Windows color (decimal): -7414365 or 10739086. OLE color: 10739086.

HSL color Cylindrical-coordinate representation of color #8EDDA3: hue angle of 135.95º 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 #8EDDA3 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB142221163-
CMYK0.3600.260.13
HSL135.95º53.74%71.18%-
HSV(B)135.95º35.75%86.67%-
XYZ43.6260.1143.95-
YUV190.77112.3393.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.00%
GREEN value IS 221 (86.72% from 255) = 42.02%
BLUE value IS 163 (64.06% from 255) = 30.99%
R=27.00%
G=42.02%
B=30.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422211630.3600.260.13135.9553.7471.18
Hex8EDDA32401AD883647
Octal216335243440321521066107
Binary1000111011011101101000111001000110101101100010001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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