#9EDDAF

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

Shades of Chinook #9EDDAF

Tints of Chinook #9EDDAF

Color information

#9EDDAF (or 0x9EDDAF) is unknown color: approx Chinook. HEX triplet: 9E, DD and AF. RGB value is (158,221,175). Sum of RGB (Red+Green+Blue) = 158+221+175=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDDAF is #612250. Grayscale: #C5C5C5. Windows color (decimal): -6365777 or 11525534. OLE color: 11525534.

HSL color Cylindrical-coordinate representation of color #9EDDAF: hue angle of 136.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDDAF is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB158221175-
CMYK0.2900.210.13
HSL136.19º48.09%74.31%-
HSV(B)136.19º28.51%86.67%-
XYZ47.6962.0850.03-
YUV196.92115.63100.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.52%
GREEN value IS 221 (86.72% from 255) = 39.89%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=28.52%
G=39.89%
B=31.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582211750.2900.210.13136.1948.0974.31
Hex9EDDAF1D015D88304a
Octal236335257350251521060112
Binary100111101101110110101111111010101011101100010001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,221,175); }

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

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

 a { background-color: rgb(158,221,175); }

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

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

 span { border-color: rgb(158,221,175); }

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