#9CDEAD

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

Shades of Chinook #9CDEAD

Tints of Chinook #9CDEAD

Color information

#9CDEAD (or 0x9CDEAD) is unknown color: approx Chinook. HEX triplet: 9C, DE and AD. RGB value is (156,222,173). Sum of RGB (Red+Green+Blue) = 156+222+173=551 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.31% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDEAD is #632152. Grayscale: #C4C4C4. Windows color (decimal): -6496595 or 11394716. OLE color: 11394716.

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

Color convert

RGB156222173-
CMYK0.3000.220.13
HSL135.45º50%74.12%-
HSV(B)135.45º29.73%87.06%-
XYZ47.3762.3349.07-
YUV196.68114.6398.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.31%
GREEN value IS 222 (87.11% from 255) = 40.29%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=28.31%
G=40.29%
B=31.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562221730.3000.220.13135.455074.12
Hex9CDEAD1E016D87324a
Octal234336255360261520762112
Binary100111001101111010101101111100101101101100001111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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