#9CDEAB

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

Shades of Chinook #9CDEAB

Tints of Chinook #9CDEAB

Color information

#9CDEAB (or 0x9CDEAB) is unknown color: approx Chinook. HEX triplet: 9C, DE and AB. RGB value is (156,222,171). Sum of RGB (Red+Green+Blue) = 156+222+171=549 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.42% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDEAB is #632154. Grayscale: #C4C4C4. Windows color (decimal): -6496597 or 11263644. OLE color: 11263644.

HSL color Cylindrical-coordinate representation of color #9CDEAB: hue angle of 133.64º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDEAB is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB156222171-
CMYK0.3000.230.13
HSL133.64º50%74.12%-
HSV(B)133.64º29.73%87.06%-
XYZ47.1862.2548.06-
YUV196.45113.6399.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.42%
GREEN value IS 222 (87.11% from 255) = 40.44%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=28.42%
G=40.44%
B=31.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562221710.3000.230.13133.645074.12
Hex9CDEAB1E017D86324a
Octal234336253360271520662112
Binary100111001101111010101011111100101111101100001101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,222,171); }

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

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

 a { background-color: rgb(156,222,171); }

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

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

 span { border-color: rgb(156,222,171); }

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