#9CCCAC

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

Shades of Chinook #9CCCAC

Tints of Chinook #9CCCAC

Color information

#9CCCAC (or 0x9CCCAC) is unknown color: approx Chinook. HEX triplet: 9C, CC and AC. RGB value is (156,204,172). Sum of RGB (Red+Green+Blue) = 156+204+172=532 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.32% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCCAC is #633353. Grayscale: #BABABA. Windows color (decimal): -6501204 or 11324572. OLE color: 11324572.

HSL color Cylindrical-coordinate representation of color #9CCCAC: hue angle of 140º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCCAC is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB156204172-
CMYK0.2400.160.2
HSL140º32%70.59%-
HSV(B)140º23.53%80%-
XYZ42.7553.2347.05-
YUV186120.1106.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.32%
GREEN value IS 204 (80.08% from 255) = 38.35%
BLUE value IS 172 (67.58% from 255) = 32.33%
R=29.32%
G=38.35%
B=32.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1562041720.2400.160.21403270.59
Hex9CCCAC18010148c2047
Octal234314254300202421440107
Binary1001110011001100101011001100001000010100100011001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,204,172); }

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

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

 a { background-color: rgb(156,204,172); }

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

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

 span { border-color: rgb(156,204,172); }

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