Html Css Color HEX #9ADCAD Chinook

📋 copy color: '#9ADCAD'

red 154 ◦ green 220 ◦ blue 173

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

Shades of Chinook #9ADCAD

Tints of Chinook #9ADCAD

RGB

 RED value IS 154 (60.55% from 255) = 28.15%

 GREEN value IS 220 (86.33% from 255) = 40.22%

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

R = 28.15%
G = 40.22%
B = 31.63%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#9ADCAD (or 0x9ADCAD) is known color: Chinook. HEX triplet: 9A, DC and AD. RGB value is (154,220,173). Sum of RGB (Red+Green+Blue) = 154+220+173=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADCAD is #652352. Grayscale: #C3C3C3. Windows color (decimal): -6628179 or 11394202. OLE color: 11394202.

HSL color Cylindrical-coordinate representation of color #9ADCAD: hue angle of 137.27º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADCAD is Cyan = 0.3, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 220 173 -
CMYK 0.3 0 0.21 0.14
HSL 137.27º 0.49% 0.73% -
HSV(B) 137.27º 0.3% 0.86% -
XYZ 46.46 61.07 48.87 -
YUV 194.91 115.63 98.82 -
System Red Green Blue C M Y K H S L
Decimal 154 220 173 0.3 0 0.21 0.14 137.27 0.49 0.73
Hex 9A DC AD 1E 0 15 E 89 31 49
Octal 232 334 255 36 0 25 16 211 61 111
Binary 10011010 11011100 10101101 11110 0 10101 1110 10001001 110001 1001001

Color Harmonies of #9ADCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADCAD

Black with #9ADCAD

Text Example


Text Example

White with #9ADCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,220,173); }

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

background-color css

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

 a { background-color: rgb(154,220,173); }

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

border-color css

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

 span { border-color: rgb(154,220,173); }

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