#9EDCAC

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

Shades of Chinook #9EDCAC

Tints of Chinook #9EDCAC

Color information

#9EDCAC (or 0x9EDCAC) is unknown color: approx Chinook. HEX triplet: 9E, DC and AC. RGB value is (158,220,172). Sum of RGB (Red+Green+Blue) = 158+220+172=550 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.73% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDCAC is #612353. Grayscale: #C4C4C4. Windows color (decimal): -6366036 or 11328670. OLE color: 11328670.

HSL color Cylindrical-coordinate representation of color #9EDCAC: hue angle of 133.55º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDCAC is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB158220172-
CMYK0.2800.220.14
HSL133.55º46.97%74.12%-
HSV(B)133.55º28.18%86.27%-
XYZ47.1461.4348.4-
YUV195.99114.46100.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.73%
GREEN value IS 220 (86.33% from 255) = 40%
BLUE value IS 172 (67.58% from 255) = 31.27%
R=28.73%
G=40%
B=31.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582201720.2800.220.14133.5546.9774.12
Hex9EDCAC1C016E862f4a
Octal236334254340261620657112
Binary100111101101110010101100111000101101110100001101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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