#9DDDAF

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

Shades of Chinook #9DDDAF

Tints of Chinook #9DDDAF

Color information

#9DDDAF (or 0x9DDDAF) is unknown color: approx Chinook. HEX triplet: 9D, DD and AF. RGB value is (157,221,175). Sum of RGB (Red+Green+Blue) = 157+221+175=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDDAF is #622250. Grayscale: #C4C4C4. Windows color (decimal): -6431313 or 11525533. OLE color: 11525533.

HSL color Cylindrical-coordinate representation of color #9DDDAF: hue angle of 136.88º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDDAF is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB157221175-
CMYK0.2900.210.13
HSL136.88º48.48%74.12%-
HSV(B)136.88º28.96%86.67%-
XYZ47.561.9850.02-
YUV196.62115.899.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.39%
GREEN value IS 221 (86.72% from 255) = 39.96%
BLUE value IS 175 (68.75% from 255) = 31.65%
R=28.39%
G=39.96%
B=31.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572211750.2900.210.13136.8848.4874.12
Hex9DDDAF1D015D89304a
Octal235335257350251521160112
Binary100111011101110110101111111010101011101100010011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,221,175); }

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

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

 a { background-color: rgb(157,221,175); }

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

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

 span { border-color: rgb(157,221,175); }

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