#9ECEA4

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

Shades of Chinook #9ECEA4

Tints of Chinook #9ECEA4

Color information

#9ECEA4 (or 0x9ECEA4) is unknown color: approx Chinook. HEX triplet: 9E, CE and A4. RGB value is (158,206,164). Sum of RGB (Red+Green+Blue) = 158+206+164=528 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.92% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECEA4 is #61315B. Grayscale: #BABABA. Windows color (decimal): -6369628 or 10800798. OLE color: 10800798.

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

Color convert

RGB158206164-
CMYK0.2300.200.19
HSL127.5º32.88%71.37%-
HSV(B)127.5º23.3%80.78%-
XYZ42.8754.0943.3-
YUV186.86115.1107.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.92%
GREEN value IS 206 (80.86% from 255) = 39.02%
BLUE value IS 164 (64.45% from 255) = 31.06%
R=29.92%
G=39.02%
B=31.06%

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
Decimal1582061640.2300.200.19127.532.8871.37
Hex9ECEA417014137f2147
Octal236316244270242317741107
Binary100111101100111010100100101110101001001111111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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