#9ECAAA

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

Shades of Chinook #9ECAAA

Tints of Chinook #9ECAAA

Color information

#9ECAAA (or 0x9ECAAA) is unknown color: approx Chinook. HEX triplet: 9E, CA and AA. RGB value is (158,202,170). Sum of RGB (Red+Green+Blue) = 158+202+170=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECAAA is #613555. Grayscale: #B9B9B9. Windows color (decimal): -6370646 or 11192990. OLE color: 11192990.

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

Color convert

RGB158202170-
CMYK0.2200.160.21
HSL136.36º29.33%70.59%-
HSV(B)136.36º21.78%79.22%-
XYZ42.4852.4145.91-
YUV185.2119.42108.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.81%
GREEN value IS 202 (79.30% from 255) = 38.11%
BLUE value IS 170 (66.80% from 255) = 32.08%
R=29.81%
G=38.11%
B=32.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1582021700.2200.160.21136.3629.3370.59
Hex9ECAAA1601015881d47
Octal236312252260202521035107
Binary100111101100101010101010101100100001010110001000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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