#9CDCA8

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

Shades of Chinook #9CDCA8

Tints of Chinook #9CDCA8

Color information

#9CDCA8 (or 0x9CDCA8) is unknown color: approx Chinook. HEX triplet: 9C, DC and A8. RGB value is (156,220,168). Sum of RGB (Red+Green+Blue) = 156+220+168=544 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.68% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDCA8 is #632357. Grayscale: #C3C3C3. Windows color (decimal): -6497112 or 11066524. OLE color: 11066524.

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

Color convert

RGB156220168-
CMYK0.2900.240.14
HSL131.25º47.76%73.73%-
HSV(B)131.25º29.09%86.27%-
XYZ46.3761.0846.39-
YUV194.94112.8100.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.68%
GREEN value IS 220 (86.33% from 255) = 40.44%
BLUE value IS 168 (66.02% from 255) = 30.88%
R=28.68%
G=40.44%
B=30.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562201680.2900.240.14131.2547.7673.73
Hex9CDCA81D018E83304a
Octal234334250350301620360112
Binary100111001101110010101000111010110001110100000111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,220,168); }

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

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

 a { background-color: rgb(156,220,168); }

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

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

 span { border-color: rgb(156,220,168); }

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