#9ECFAA

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

Shades of Chinook #9ECFAA

Tints of Chinook #9ECFAA

Color information

#9ECFAA (or 0x9ECFAA) is unknown color: approx Chinook. HEX triplet: 9E, CF and AA. RGB value is (158,207,170). Sum of RGB (Red+Green+Blue) = 158+207+170=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECFAA is #613055. Grayscale: #BCBCBC. Windows color (decimal): -6369366 or 11194270. OLE color: 11194270.

HSL color Cylindrical-coordinate representation of color #9ECFAA: hue angle of 134.69º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ECFAA is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB158207170-
CMYK0.2400.180.19
HSL134.69º33.79%71.57%-
HSV(B)134.69º23.67%81.18%-
XYZ43.6754.846.31-
YUV188.13117.77106.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.53%
GREEN value IS 207 (81.25% from 255) = 38.69%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=29.53%
G=38.69%
B=31.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1582071700.2400.180.19134.6933.7971.57
Hex9ECFAA1801213872248
Octal236317252300222320742110
Binary1001111011001111101010101100001001010011100001111000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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