Html Css Color HEX #9DD6AC Chinook

📋 copy color: '#9DD6AC'

red 157 ◦ green 214 ◦ blue 172

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

Shades of Chinook #9DD6AC

Tints of Chinook #9DD6AC

RGB

 RED value IS 157 (61.72% from 255) = 28.91%

 GREEN value IS 214 (83.98% from 255) = 39.41%

 BLUE value IS 172 (67.58% from 255) = 31.68%

R = 28.91%
G = 39.41%
B = 31.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#9DD6AC (or 0x9DD6AC) is known color: Chinook. HEX triplet: 9D, D6 and AC. RGB value is (157,214,172). Sum of RGB (Red+Green+Blue) = 157+214+172=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD6AC is #622953. Grayscale: #C0C0C0. Windows color (decimal): -6433108 or 11327133. OLE color: 11327133.

HSL color Cylindrical-coordinate representation of color #9DD6AC: hue angle of 135.79º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD6AC is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 214 172 -
CMYK 0.27 0 0.20 0.16
HSL 135.79º 0.41% 0.73% -
HSV(B) 135.79º 0.27% 0.84% -
XYZ 45.4 58.24 47.88 -
YUV 192.17 116.62 102.92 -
System Red Green Blue C M Y K H S L
Decimal 157 214 172 0.27 0 0.20 0.16 135.79 0.41 0.73
Hex 9D D6 AC 1B 0 14 10 88 29 49
Octal 235 326 254 33 0 24 20 210 51 111
Binary 10011101 11010110 10101100 11011 0 10100 10000 10001000 101001 1001001

Color Harmonies of #9DD6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD6AC

Black with #9DD6AC

Text Example


Text Example

White with #9DD6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DD6AC;
 }
 .AnyTagClassName
 {
   color: #9DD6AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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