#9CCFA6

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

Shades of Chinook #9CCFA6

Tints of Chinook #9CCFA6

Color information

#9CCFA6 (or 0x9CCFA6) is unknown color: approx Chinook. HEX triplet: 9C, CF and A6. RGB value is (156,207,166). Sum of RGB (Red+Green+Blue) = 156+207+166=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCFA6 is #633059. Grayscale: #BBBBBB. Windows color (decimal): -6500442 or 10932124. OLE color: 10932124.

HSL color Cylindrical-coordinate representation of color #9CCFA6: hue angle of 131.76º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CCFA6 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB156207166-
CMYK0.2500.200.19
HSL131.76º34.69%71.18%-
HSV(B)131.76º24.64%81.18%-
XYZ42.9154.4544.32-
YUV187.08116.1105.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.49%
GREEN value IS 207 (81.25% from 255) = 39.13%
BLUE value IS 166 (65.23% from 255) = 31.38%
R=29.49%
G=39.13%
B=31.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1562071660.2500.200.19131.7634.6971.18
Hex9CCFA61901413842347
Octal234317246310242320443107
Binary1001110011001111101001101100101010010011100001001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,207,166); }

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

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

 a { background-color: rgb(156,207,166); }

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

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

 span { border-color: rgb(156,207,166); }

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