#9ECEA6

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

Shades of Chinook #9ECEA6

Tints of Chinook #9ECEA6

Color information

#9ECEA6 (or 0x9ECEA6) is unknown color: approx Chinook. HEX triplet: 9E, CE and A6. RGB value is (158,206,166). Sum of RGB (Red+Green+Blue) = 158+206+166=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECEA6 is #613159. Grayscale: #BBBBBB. Windows color (decimal): -6369626 or 10931870. OLE color: 10931870.

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

Color convert

RGB158206166-
CMYK0.2300.190.19
HSL130º32.88%71.37%-
HSV(B)130º23.3%80.78%-
XYZ43.0554.1644.26-
YUV187.09116.1107.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.81%
GREEN value IS 206 (80.86% from 255) = 38.87%
BLUE value IS 166 (65.23% from 255) = 31.32%
R=29.81%
G=38.87%
B=31.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1582061660.2300.190.1913032.8871.37
Hex9ECEA61701313822147
Octal236316246270232320241107
Binary1001111011001110101001101011101001110011100000101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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