#9ECEAA

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

Shades of Chinook #9ECEAA

Tints of Chinook #9ECEAA

Color information

#9ECEAA (or 0x9ECEAA) is unknown color: approx Chinook. HEX triplet: 9E, CE and AA. RGB value is (158,206,170). Sum of RGB (Red+Green+Blue) = 158+206+170=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECEAA is #613155. Grayscale: #BBBBBB. Windows color (decimal): -6369622 or 11194014. OLE color: 11194014.

HSL color Cylindrical-coordinate representation of color #9ECEAA: hue angle of 135º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECEAA is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB158206170-
CMYK0.2300.170.19
HSL135º32.88%71.37%-
HSV(B)135º23.3%80.78%-
XYZ43.4354.3146.22-
YUV187.54118.1106.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.59%
GREEN value IS 206 (80.86% from 255) = 38.58%
BLUE value IS 170 (66.80% from 255) = 31.84%
R=29.59%
G=38.58%
B=31.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1582061700.2300.170.1913532.8871.37
Hex9ECEAA1701113872147
Octal236316252270212320741107
Binary1001111011001110101010101011101000110011100001111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,206,170); }

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

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

 a { background-color: rgb(158,206,170); }

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

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

 span { border-color: rgb(158,206,170); }

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