#9ECAA5

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

Shades of Chinook #9ECAA5

Tints of Chinook #9ECAA5

Color information

#9ECAA5 (or 0x9ECAA5) is unknown color: approx Chinook. HEX triplet: 9E, CA and A5. RGB value is (158,202,165). Sum of RGB (Red+Green+Blue) = 158+202+165=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECAA5 is #61355A. Grayscale: #B8B8B8. Windows color (decimal): -6370651 or 10865310. OLE color: 10865310.

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

Color convert

RGB158202165-
CMYK0.2200.180.21
HSL129.55º29.33%70.59%-
HSV(B)129.55º21.78%79.22%-
XYZ42.0152.2343.46-
YUV184.63116.92109.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.10%
GREEN value IS 202 (79.30% from 255) = 38.48%
BLUE value IS 165 (64.84% from 255) = 31.43%
R=30.10%
G=38.48%
B=31.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1582021650.2200.180.21129.5529.3370.59
Hex9ECAA51601215821d47
Octal236312245260222520235107
Binary100111101100101010100101101100100101010110000010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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