#9ECEA2

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

Shades of Chinook #9ECEA2

Tints of Chinook #9ECEA2

Color information

#9ECEA2 (or 0x9ECEA2) is unknown color: approx Chinook. HEX triplet: 9E, CE and A2. RGB value is (158,206,162). Sum of RGB (Red+Green+Blue) = 158+206+162=526 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.04% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECEA2 is #61315D. Grayscale: #BABABA. Windows color (decimal): -6369630 or 10669726. OLE color: 10669726.

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

Color convert

RGB158206162-
CMYK0.2300.210.19
HSL125º32.88%71.37%-
HSV(B)125º23.3%80.78%-
XYZ42.6954.0242.36-
YUV186.63114.1107.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.04%
GREEN value IS 206 (80.86% from 255) = 39.16%
BLUE value IS 162 (63.67% from 255) = 30.80%
R=30.04%
G=39.16%
B=30.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1582061620.2300.210.1912532.8871.37
Hex9ECEA217015137d2147
Octal236316242270252317541107
Binary100111101100111010100010101110101011001111111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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