#9CD2AA

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

Shades of Chinook #9CD2AA

Tints of Chinook #9CD2AA

Color information

#9CD2AA (or 0x9CD2AA) is unknown color: approx Chinook. HEX triplet: 9C, D2 and AA. RGB value is (156,210,170). Sum of RGB (Red+Green+Blue) = 156+210+170=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 210 - color contains mainly: green. Hex color #9CD2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD2AA is #632D55. Grayscale: #BDBDBD. Windows color (decimal): -6499670 or 11195036. OLE color: 11195036.

HSL color Cylindrical-coordinate representation of color #9CD2AA: hue angle of 135.56º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9CD2AA is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB156210170-
CMYK0.2600.190.18
HSL135.56º37.5%71.76%-
HSV(B)135.56º25.71%82.35%-
XYZ44.0156.0646.53-
YUV189.29117.11104.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.10%
GREEN value IS 210 (82.42% from 255) = 39.18%
BLUE value IS 170 (66.80% from 255) = 31.72%
R=29.10%
G=39.18%
B=31.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562101700.2600.190.18135.5637.571.76
Hex9CD2AA1A01312882648
Octal234322252320232221046110
Binary1001110011010010101010101101001001110010100010001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,210,170); }

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

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

 a { background-color: rgb(156,210,170); }

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

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

 span { border-color: rgb(156,210,170); }

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