Html Css Color HEX #9DD1AD Chinook

📋 copy color: '#9DD1AD'

red 157 ◦ green 209 ◦ blue 173

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

Shades of Chinook #9DD1AD

Tints of Chinook #9DD1AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.1%

R = 29.13%
G = 38.78%
B = 32.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#9DD1AD (or 0x9DD1AD) is known color: Chinook. HEX triplet: 9D, D1 and AD. RGB value is (157,209,173). Sum of RGB (Red+Green+Blue) = 157+209+173=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD1AD is #622E52. Grayscale: #BDBDBD. Windows color (decimal): -6434387 or 11391389. OLE color: 11391389.

HSL color Cylindrical-coordinate representation of color #9DD1AD: hue angle of 138.46º 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 #9DD1AD is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 157 209 173 -
CMYK 0.25 0 0.17 0.18
HSL 138.46º 0.36% 0.72% -
HSV(B) 138.46º 0.25% 0.82% -
XYZ 44.25 55.79 47.97 -
YUV 189.35 118.77 104.93 -
System Red Green Blue C M Y K H S L
Decimal 157 209 173 0.25 0 0.17 0.18 138.46 0.36 0.72
Hex 9D D1 AD 19 0 11 12 8A 24 48
Octal 235 321 255 31 0 21 22 212 44 110
Binary 10011101 11010001 10101101 11001 0 10001 10010 10001010 100100 1001000

Color Harmonies of #9DD1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD1AD

Black with #9DD1AD

Text Example


Text Example

White with #9DD1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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