#9DD1AC

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

Shades of Chinook #9DD1AC

Tints of Chinook #9DD1AC

Color information

#9DD1AC (or 0x9DD1AC) is unknown color: approx Chinook. HEX triplet: 9D, D1 and AC. RGB value is (157,209,172). Sum of RGB (Red+Green+Blue) = 157+209+172=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD1AC is #622E53. Grayscale: #BDBDBD. Windows color (decimal): -6434388 or 11325853. OLE color: 11325853.

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

Color convert

RGB157209172-
CMYK0.2500.180.18
HSL137.31º36.11%71.76%-
HSV(B)137.31º24.88%81.96%-
XYZ44.1555.7547.46-
YUV189.23118.27105.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.18%
GREEN value IS 209 (82.03% from 255) = 38.85%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=29.18%
G=38.85%
B=31.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572091720.2500.180.18137.3136.1171.76
Hex9DD1AC1901212892448
Octal235321254310222221144110
Binary1001110111010001101011001100101001010010100010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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