#8ECCA0

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

Shades of Chinook #8ECCA0

Tints of Chinook #8ECCA0

Color information

#8ECCA0 (or 0x8ECCA0) is unknown color: approx Chinook. HEX triplet: 8E, CC and A0. RGB value is (142,204,160). Sum of RGB (Red+Green+Blue) = 142+204+160=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECCA0 is #71335F. Grayscale: #B4B4B4. Windows color (decimal): -7418720 or 10538126. OLE color: 10538126.

HSL color Cylindrical-coordinate representation of color #8ECCA0: hue angle of 137.42º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECCA0 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB142204160-
CMYK0.3000.220.2
HSL137.42º37.8%67.84%-
HSV(B)137.42º30.39%80%-
XYZ39.0951.4741.13-
YUV180.45116.46100.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.06%
GREEN value IS 204 (80.08% from 255) = 40.32%
BLUE value IS 160 (62.89% from 255) = 31.62%
R=28.06%
G=40.32%
B=31.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1422041600.3000.220.2137.4237.867.84
Hex8ECCA01E01614892644
Octal216314240360262421146104
Binary1000111011001100101000001111001011010100100010011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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