Html Css Color HEX #9DD9AC Chinook

📋 copy color: '#9DD9AC'

red 157 ◦ green 217 ◦ blue 172

#9DD9AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #9DD9AC

Tints of Chinook #9DD9AC

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.5%

R = 28.75%
G = 39.74%
B = 31.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#9DD9AC (or 0x9DD9AC) is known color: 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

RGB 157 217 172 -
CMYK 0.28 0 0.21 0.15
HSL 135º 0.44% 0.73% -
HSV(B) 135º 0.28% 0.85% -
XYZ 46.16 59.77 48.13 -
YUV 193.93 115.62 101.66 -
System Red Green Blue C M Y K H S L
Decimal 157 217 172 0.28 0 0.21 0.15 135 0.44 0.73
Hex 9D D9 AC 1C 0 15 F 87 2C 49
Octal 235 331 254 34 0 25 17 207 54 111
Binary 10011101 11011001 10101100 11100 0 10101 1111 10000111 101100 1001001

Color Harmonies of #9DD9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD9AC

Black with #9DD9AC

Text Example


Text Example

White with #9DD9AC

Text Example


Text Example

HTML Codes & Css Web 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>