#9CD2AC

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

Shades of Chinook #9CD2AC

Tints of Chinook #9CD2AC

Color information

#9CD2AC (or 0x9CD2AC) is unknown color: approx Chinook. HEX triplet: 9C, D2 and AC. RGB value is (156,210,172). Sum of RGB (Red+Green+Blue) = 156+210+172=538 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.00% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #9CD2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD2AC is #632D53. Grayscale: #BDBDBD. Windows color (decimal): -6499668 or 11326108. OLE color: 11326108.

HSL color Cylindrical-coordinate representation of color #9CD2AC: hue angle of 137.78º 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 #9CD2AC is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB156210172-
CMYK0.2600.180.18
HSL137.78º37.5%71.76%-
HSV(B)137.78º25.71%82.35%-
XYZ44.256.1447.54-
YUV189.52118.11104.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.00%
GREEN value IS 210 (82.42% from 255) = 39.03%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=29.00%
G=39.03%
B=31.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562101720.2600.180.18137.7837.571.76
Hex9CD2AC1A012128a2648
Octal234322254320222221246110
Binary1001110011010010101011001101001001010010100010101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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