#9DD9AA

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

Shades of Chinook #9DD9AA

Tints of Chinook #9DD9AA

Color information

#9DD9AA (or 0x9DD9AA) is unknown color: approx Chinook. HEX triplet: 9D, D9 and AA. RGB value is (157,217,170). Sum of RGB (Red+Green+Blue) = 157+217+170=544 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.86% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD9AA is #622655. Grayscale: #C1C1C1. Windows color (decimal): -6432342 or 11196829. OLE color: 11196829.

HSL color Cylindrical-coordinate representation of color #9DD9AA: hue angle of 133º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DD9AA is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB157217170-
CMYK0.2800.220.15
HSL133º44.12%73.33%-
HSV(B)133º27.65%85.1%-
XYZ45.9759.747.13-
YUV193.7114.62101.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.86%
GREEN value IS 217 (85.16% from 255) = 39.89%
BLUE value IS 170 (66.80% from 255) = 31.25%
R=28.86%
G=39.89%
B=31.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572171700.2800.220.1513344.1273.33
Hex9DD9AA1C016F852c49
Octal235331252340261720554111
Binary100111011101100110101010111000101101111100001011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,217,170); }

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

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

 a { background-color: rgb(157,217,170); }

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

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

 span { border-color: rgb(157,217,170); }

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