#9DCDA6

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

Shades of Chinook #9DCDA6

Tints of Chinook #9DCDA6

Color information

#9DCDA6 (or 0x9DCDA6) is unknown color: approx Chinook. HEX triplet: 9D, CD and A6. RGB value is (157,205,166). Sum of RGB (Red+Green+Blue) = 157+205+166=528 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.73% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCDA6 is #623259. Grayscale: #BABABA. Windows color (decimal): -6435418 or 10931613. OLE color: 10931613.

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

Color convert

RGB157205166-
CMYK0.2300.190.20
HSL131.25º32.43%70.98%-
HSV(B)131.25º23.41%80.39%-
XYZ42.6253.5844.17-
YUV186.2116.6107.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.73%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 166 (65.23% from 255) = 31.44%
R=29.73%
G=38.83%
B=31.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572051660.2300.190.20131.2532.4370.98
Hex9DCDA61701314832047
Octal235315246270232420340107
Binary1001110111001101101001101011101001110100100000111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,205,166); }

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

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

 a { background-color: rgb(157,205,166); }

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

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

 span { border-color: rgb(157,205,166); }

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