#8ECDA4

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

Shades of Chinook #8ECDA4

Tints of Chinook #8ECDA4

Color information

#8ECDA4 (or 0x8ECDA4) is unknown color: approx Chinook. HEX triplet: 8E, CD and A4. RGB value is (142,205,164). Sum of RGB (Red+Green+Blue) = 142+205+164=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECDA4 is #71325B. Grayscale: #B5B5B5. Windows color (decimal): -7418460 or 10800526. OLE color: 10800526.

HSL color Cylindrical-coordinate representation of color #8ECDA4: hue angle of 140.95º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECDA4 is Cyan = 0.31, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.

Color convert

RGB142205164-
CMYK0.3100.20.20
HSL140.95º38.65%68.04%-
HSV(B)140.95º30.73%80.39%-
XYZ39.6952.0943.09-
YUV181.49118.1399.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.79%
GREEN value IS 205 (80.47% from 255) = 40.12%
BLUE value IS 164 (64.45% from 255) = 32.09%
R=27.79%
G=40.12%
B=32.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422051640.3100.20.20140.9538.6568.04
Hex8ECDA41F014148d2744
Octal216315244370242421547104
Binary1000111011001101101001001111101010010100100011011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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