Html Css Color HEX #9DDFAD Chinook

📋 copy color: '#9DDFAD'

red 157 ◦ green 223 ◦ blue 173

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

Shades of Chinook #9DDFAD

Tints of Chinook #9DDFAD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.33%

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

R = 28.39%
G = 40.33%
B = 31.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#9DDFAD (or 0x9DDFAD) is known color: Chinook. HEX triplet: 9D, DF and AD. RGB value is (157,223,173). Sum of RGB (Red+Green+Blue) = 157+223+173=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDFAD is #622052. Grayscale: #C5C5C5. Windows color (decimal): -6430803 or 11394973. OLE color: 11394973.

HSL color Cylindrical-coordinate representation of color #9DDFAD: hue angle of 134.55º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDFAD is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 223 173 -
CMYK 0.30 0 0.22 0.13
HSL 134.55º 0.51% 0.75% -
HSV(B) 134.55º 0.3% 0.87% -
XYZ 47.84 62.96 49.17 -
YUV 197.57 114.13 99.07 -
System Red Green Blue C M Y K H S L
Decimal 157 223 173 0.30 0 0.22 0.13 134.55 0.51 0.75
Hex 9D DF AD 1E 0 16 D 87 33 4B
Octal 235 337 255 36 0 26 15 207 63 113
Binary 10011101 11011111 10101101 11110 0 10110 1101 10000111 110011 1001011

Color Harmonies of #9DDFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDFAD

Black with #9DDFAD

Text Example


Text Example

White with #9DDFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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