#9EDDAB

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

Shades of Chinook #9EDDAB

Tints of Chinook #9EDDAB

Color information

#9EDDAB (or 0x9EDDAB) is unknown color: approx Chinook. HEX triplet: 9E, DD and AB. RGB value is (158,221,171). Sum of RGB (Red+Green+Blue) = 158+221+171=550 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.73% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDDAB is #612254. Grayscale: #C4C4C4. Windows color (decimal): -6365781 or 11263390. OLE color: 11263390.

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

Color convert

RGB158221171-
CMYK0.2900.230.13
HSL132.38º48.09%74.31%-
HSV(B)132.38º28.51%86.67%-
XYZ47.3161.9247.99-
YUV196.46113.63100.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.73%
GREEN value IS 221 (86.72% from 255) = 40.18%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=28.73%
G=40.18%
B=31.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582211710.2900.230.13132.3848.0974.31
Hex9EDDAB1D017D84304a
Octal236335253350271520460112
Binary100111101101110110101011111010101111101100001001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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