Html Css Color HEX #9DCDAD Chinook

📋 copy color: '#9DCDAD'

red 157 ◦ green 205 ◦ blue 173

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

Shades of Chinook #9DCDAD

Tints of Chinook #9DCDAD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.32%

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

R = 29.35%
G = 38.32%
B = 32.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#9DCDAD (or 0x9DCDAD) is known color: Chinook. HEX triplet: 9D, CD and AD. RGB value is (157,205,173). Sum of RGB (Red+Green+Blue) = 157+205+173=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCDAD is #623252. Grayscale: #BBBBBB. Windows color (decimal): -6435411 or 11390365. OLE color: 11390365.

HSL color Cylindrical-coordinate representation of color #9DCDAD: hue angle of 140º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCDAD is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 205 173 -
CMYK 0.23 0 0.16 0.20
HSL 140º 0.32% 0.71% -
HSV(B) 140º 0.23% 0.8% -
XYZ 43.28 53.85 47.65 -
YUV 187 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 157 205 173 0.23 0 0.16 0.20 140 0.32 0.71
Hex 9D CD AD 17 0 10 14 8C 20 47
Octal 235 315 255 27 0 20 24 214 40 107
Binary 10011101 11001101 10101101 10111 0 10000 10100 10001100 100000 1000111

Color Harmonies of #9DCDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCDAD

Black with #9DCDAD

Text Example


Text Example

White with #9DCDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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