#9ECAAC

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

Shades of Chinook #9ECAAC

Tints of Chinook #9ECAAC

Color information

#9ECAAC (or 0x9ECAAC) is unknown color: approx Chinook. HEX triplet: 9E, CA and AC. RGB value is (158,202,172). Sum of RGB (Red+Green+Blue) = 158+202+172=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECAAC is #613553. Grayscale: #B9B9B9. Windows color (decimal): -6370644 or 11324062. OLE color: 11324062.

HSL color Cylindrical-coordinate representation of color #9ECAAC: hue angle of 139.09º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9ECAAC is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB158202172-
CMYK0.2200.150.21
HSL139.09º29.33%70.59%-
HSV(B)139.09º21.78%79.22%-
XYZ42.6752.4946.91-
YUV185.42120.42108.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.70%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 172 (67.58% from 255) = 32.33%
R=29.70%
G=37.97%
B=32.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1582021720.2200.150.21139.0929.3370.59
Hex9ECAAC160F158b1d47
Octal236312254260172521335107
Binary10011110110010101010110010110011111010110001011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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