#9ECEA5

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

Shades of Chinook #9ECEA5

Tints of Chinook #9ECEA5

Color information

#9ECEA5 (or 0x9ECEA5) is unknown color: approx Chinook. HEX triplet: 9E, CE and A5. RGB value is (158,206,165). Sum of RGB (Red+Green+Blue) = 158+206+165=529 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.87% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECEA5 is #61315A. Grayscale: #BBBBBB. Windows color (decimal): -6369627 or 10866334. OLE color: 10866334.

HSL color Cylindrical-coordinate representation of color #9ECEA5: hue angle of 128.75º 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 #9ECEA5 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB158206165-
CMYK0.2300.200.19
HSL128.75º32.88%71.37%-
HSV(B)128.75º23.3%80.78%-
XYZ42.9654.1343.78-
YUV186.97115.6107.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.87%
GREEN value IS 206 (80.86% from 255) = 38.94%
BLUE value IS 165 (64.84% from 255) = 31.19%
R=29.87%
G=38.94%
B=31.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1582061650.2300.200.19128.7532.8871.37
Hex9ECEA51701413812147
Octal236316245270242320141107
Binary1001111011001110101001011011101010010011100000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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