Html Css Color HEX #9DD1AB Chinook

📋 copy color: '#9DD1AB'

red 157 ◦ green 209 ◦ blue 171

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

Shades of Chinook #9DD1AB

Tints of Chinook #9DD1AB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.92%

 BLUE value IS 171 (67.19% from 255) = 31.84%

R = 29.24%
G = 38.92%
B = 31.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#9DD1AB (or 0x9DD1AB) is known color: Chinook. HEX triplet: 9D, D1 and AB. RGB value is (157,209,171). Sum of RGB (Red+Green+Blue) = 157+209+171=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD1AB is #622E54. Grayscale: #BDBDBD. Windows color (decimal): -6434389 or 11260317. OLE color: 11260317.

HSL color Cylindrical-coordinate representation of color #9DD1AB: hue angle of 136.15º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DD1AB is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 157 209 171 -
CMYK 0.25 0 0.18 0.18
HSL 136.15º 0.36% 0.72% -
HSV(B) 136.15º 0.25% 0.82% -
XYZ 44.06 55.71 46.96 -
YUV 189.12 117.77 105.09 -
System Red Green Blue C M Y K H S L
Decimal 157 209 171 0.25 0 0.18 0.18 136.15 0.36 0.72
Hex 9D D1 AB 19 0 12 12 88 24 48
Octal 235 321 253 31 0 22 22 210 44 110
Binary 10011101 11010001 10101011 11001 0 10010 10010 10001000 100100 1001000

Color Harmonies of #9DD1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD1AB

Black with #9DD1AB

Text Example


Text Example

White with #9DD1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,209,171); }

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

background-color css

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

 a { background-color: rgb(157,209,171); }

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

border-color css

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

 span { border-color: rgb(157,209,171); }

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