#9eceac

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

Shades of Chinook #9ECEAC

Tints of Chinook #9ECEAC

Color information

#9ECEAC (or 0x9ECEAC) is unknown color: approx Chinook. HEX triplet: 9E, CE and AC. RGB value is (158,206,172). Sum of RGB (Red+Green+Blue) = 158+206+172=536 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.48% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECEAC is #613153. Grayscale: #BBBBBB. Windows color (decimal): -6369620 or 11325086. OLE color: 11325086.

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

Color convert

RGB158206172-
CMYK0.2300.170.19
HSL137.5º32.88%71.37%-
HSV(B)137.5º23.3%80.78%-
XYZ43.6254.3947.23-
YUV187.77119.1106.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.48%
GREEN value IS 206 (80.86% from 255) = 38.43%
BLUE value IS 172 (67.58% from 255) = 32.09%
R=29.48%
G=38.43%
B=32.09%

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
Decimal1582061720.2300.170.19137.532.8871.37
Hex9ECEAC17011138a2147
Octal236316254270212321241107
Binary1001111011001110101011001011101000110011100010101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9eceac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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