#9DD1AD

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

Shades of Chinook #9DD1AD

Tints of Chinook #9DD1AD

Color information

#9DD1AD (or 0x9DD1AD) is unknown color: approx Chinook. HEX triplet: 9D, D1 and AD. RGB value is (157,209,173). Sum of RGB (Red+Green+Blue) = 157+209+173=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD1AD is #622E52. Grayscale: #BDBDBD. Windows color (decimal): -6434387 or 11391389. OLE color: 11391389.

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

Color convert

RGB157209173-
CMYK0.2500.170.18
HSL138.46º36.11%71.76%-
HSV(B)138.46º24.88%81.96%-
XYZ44.2555.7947.97-
YUV189.35118.77104.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.13%
GREEN value IS 209 (82.03% from 255) = 38.78%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=29.13%
G=38.78%
B=32.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572091730.2500.170.18138.4636.1171.76
Hex9DD1AD19011128a2448
Octal235321255310212221244110
Binary1001110111010001101011011100101000110010100010101001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,209,173); }

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

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

 a { background-color: rgb(157,209,173); }

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

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

 span { border-color: rgb(157,209,173); }

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