#9ECAAD

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

Shades of Chinook #9ECAAD

Tints of Chinook #9ECAAD

Color information

#9ECAAD (or 0x9ECAAD) is unknown color: approx Chinook. HEX triplet: 9E, CA and AD. RGB value is (158,202,173). Sum of RGB (Red+Green+Blue) = 158+202+173=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECAAD is #613552. Grayscale: #B9B9B9. Windows color (decimal): -6370643 or 11389598. OLE color: 11389598.

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

Color convert

RGB158202173-
CMYK0.2200.140.21
HSL140.45º29.33%70.59%-
HSV(B)140.45º21.78%79.22%-
XYZ42.7652.5347.42-
YUV185.54120.92108.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.64%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=29.64%
G=37.90%
B=32.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1582021730.2200.140.21140.4529.3370.59
Hex9ECAAD160E158c1d47
Octal236312255260162521435107
Binary10011110110010101010110110110011101010110001100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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