#9EDDAC

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

Shades of Chinook #9EDDAC

Tints of Chinook #9EDDAC

Color information

#9EDDAC (or 0x9EDDAC) is unknown color: approx Chinook. HEX triplet: 9E, DD and AC. RGB value is (158,221,172). Sum of RGB (Red+Green+Blue) = 158+221+172=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDDAC is #612253. Grayscale: #C4C4C4. Windows color (decimal): -6365780 or 11328926. OLE color: 11328926.

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

Color convert

RGB158221172-
CMYK0.2900.220.13
HSL133.33º48.09%74.31%-
HSV(B)133.33º28.51%86.67%-
XYZ47.461.9648.49-
YUV196.58114.13100.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.68%
GREEN value IS 221 (86.72% from 255) = 40.11%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=28.68%
G=40.11%
B=31.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582211720.2900.220.13133.3348.0974.31
Hex9EDDAC1D016D85304a
Octal236335254350261520560112
Binary100111101101110110101100111010101101101100001011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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