#9DD9AC

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

Shades of Chinook #9DD9AC

Tints of Chinook #9DD9AC

Color information

#9DD9AC (or 0x9DD9AC) is unknown color: approx Chinook. HEX triplet: 9D, D9 and AC. RGB value is (157,217,172). Sum of RGB (Red+Green+Blue) = 157+217+172=546 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.75% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD9AC is #622653. Grayscale: #C2C2C2. Windows color (decimal): -6432340 or 11327901. OLE color: 11327901.

HSL color Cylindrical-coordinate representation of color #9DD9AC: hue angle of 135º 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 #9DD9AC is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB157217172-
CMYK0.2800.210.15
HSL135º44.12%73.33%-
HSV(B)135º27.65%85.1%-
XYZ46.1659.7748.13-
YUV193.93115.62101.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.75%
GREEN value IS 217 (85.16% from 255) = 39.74%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=28.75%
G=39.74%
B=31.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572171720.2800.210.1513544.1273.33
Hex9DD9AC1C015F872c49
Octal235331254340251720754111
Binary100111011101100110101100111000101011111100001111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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