#9ECCAC

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

Shades of Chinook #9ECCAC

Tints of Chinook #9ECCAC

Color information

#9ECCAC (or 0x9ECCAC) is unknown color: approx Chinook. HEX triplet: 9E, CC and AC. RGB value is (158,204,172). Sum of RGB (Red+Green+Blue) = 158+204+172=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECCAC is #613353. Grayscale: #BABABA. Windows color (decimal): -6370132 or 11324574. OLE color: 11324574.

HSL color Cylindrical-coordinate representation of color #9ECCAC: hue angle of 138.26º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECCAC is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB158204172-
CMYK0.2300.160.2
HSL138.26º31.08%70.98%-
HSV(B)138.26º22.55%80%-
XYZ43.1453.4347.07-
YUV186.6119.76107.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.59%
GREEN value IS 204 (80.08% from 255) = 38.20%
BLUE value IS 172 (67.58% from 255) = 32.21%
R=29.59%
G=38.20%
B=32.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1582041720.2300.160.2138.2631.0870.98
Hex9ECCAC17010148a1f47
Octal236314254270202421237107
Binary100111101100110010101100101110100001010010001010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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