#8ECFA0

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

Shades of Chinook #8ECFA0

Tints of Chinook #8ECFA0

Color information

#8ECFA0 (or 0x8ECFA0) is unknown color: approx Chinook. HEX triplet: 8E, CF and A0. RGB value is (142,207,160). Sum of RGB (Red+Green+Blue) = 142+207+160=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECFA0 is #71305F. Grayscale: #B6B6B6. Windows color (decimal): -7417952 or 10538894. OLE color: 10538894.

HSL color Cylindrical-coordinate representation of color #8ECFA0: hue angle of 136.62º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECFA0 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB142207160-
CMYK0.3100.230.19
HSL136.62º40.37%68.43%-
HSV(B)136.62º31.4%81.18%-
XYZ39.8152.9141.37-
YUV182.21115.4799.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.90%
GREEN value IS 207 (81.25% from 255) = 40.67%
BLUE value IS 160 (62.89% from 255) = 31.43%
R=27.90%
G=40.67%
B=31.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1422071600.3100.230.19136.6240.3768.43
Hex8ECFA01F01713892844
Octal216317240370272321150104
Binary1000111011001111101000001111101011110011100010011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,207,160); }

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

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

 a { background-color: rgb(142,207,160); }

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

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

 span { border-color: rgb(142,207,160); }

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