#9DD0AD

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

Shades of Chinook #9DD0AD

Tints of Chinook #9DD0AD

Color information

#9DD0AD (or 0x9DD0AD) is unknown color: approx Chinook. HEX triplet: 9D, D0 and AD. RGB value is (157,208,173). Sum of RGB (Red+Green+Blue) = 157+208+173=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD0AD is #622F52. Grayscale: #BCBCBC. Windows color (decimal): -6434643 or 11391133. OLE color: 11391133.

HSL color Cylindrical-coordinate representation of color #9DD0AD: hue angle of 138.82º degrees, saturation: 0.35, 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 #9DD0AD is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB157208173-
CMYK0.2500.170.18
HSL138.82º35.17%71.57%-
HSV(B)138.82º24.52%81.57%-
XYZ4455.347.89-
YUV188.76119.1105.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.18%
GREEN value IS 208 (81.64% from 255) = 38.66%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=29.18%
G=38.66%
B=32.16%

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
Decimal1572081730.2500.170.18138.8235.1771.57
Hex9DD0AD19011128b2348
Octal235320255310212221343110
Binary1001110111010000101011011100101000110010100010111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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