#9ECAA6

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

Shades of Chinook #9ECAA6

Tints of Chinook #9ECAA6

Color information

#9ECAA6 (or 0x9ECAA6) is unknown color: approx Chinook. HEX triplet: 9E, CA and A6. RGB value is (158,202,166). Sum of RGB (Red+Green+Blue) = 158+202+166=526 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.04% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECAA6 is #613559. Grayscale: #B8B8B8. Windows color (decimal): -6370650 or 10930846. OLE color: 10930846.

HSL color Cylindrical-coordinate representation of color #9ECAA6: hue angle of 130.91º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9ECAA6 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB158202166-
CMYK0.2200.180.21
HSL130.91º29.33%70.59%-
HSV(B)130.91º21.78%79.22%-
XYZ42.152.2643.95-
YUV184.74117.42108.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.04%
GREEN value IS 202 (79.30% from 255) = 38.40%
BLUE value IS 166 (65.23% from 255) = 31.56%
R=30.04%
G=38.40%
B=31.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1582021660.2200.180.21130.9129.3370.59
Hex9ECAA61601215831d47
Octal236312246260222520335107
Binary100111101100101010100110101100100101010110000011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ECAA6; }

 p { color: rgb(158,202,166); }

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

<style>
 a { background-color: #9ECAA6; }

 a { background-color: rgb(158,202,166); }

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

<style>
 span { border-color: #9ECAA6; }

 span { border-color: rgb(158,202,166); }

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