#9DCDAC

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

Shades of Chinook #9DCDAC

Tints of Chinook #9DCDAC

Color information

#9DCDAC (or 0x9DCDAC) is unknown color: approx Chinook. HEX triplet: 9D, CD and AC. RGB value is (157,205,172). Sum of RGB (Red+Green+Blue) = 157+205+172=534 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.40% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCDAC is #623253. Grayscale: #BABABA. Windows color (decimal): -6435412 or 11324829. OLE color: 11324829.

HSL color Cylindrical-coordinate representation of color #9DCDAC: hue angle of 138.75º 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 #9DCDAC is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB157205172-
CMYK0.2300.160.20
HSL138.75º32.43%70.98%-
HSV(B)138.75º23.41%80.39%-
XYZ43.1853.8147.14-
YUV186.89119.6106.68-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.40%
GREEN value IS 205 (80.47% from 255) = 38.39%
BLUE value IS 172 (67.58% from 255) = 32.21%
R=29.40%
G=38.39%
B=32.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572051720.2300.160.20138.7532.4370.98
Hex9DCDAC17010148b2047
Octal235315254270202421340107
Binary1001110111001101101011001011101000010100100010111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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