Html Css Color HEX #9FDBAD Chinook

📋 copy color: '#9FDBAD'

red 159 ◦ green 219 ◦ blue 173

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

Shades of Chinook #9FDBAD

Tints of Chinook #9FDBAD

RGB

 RED value IS 159 (62.5% from 255) = 28.86%

 GREEN value IS 219 (85.94% from 255) = 39.75%

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

R = 28.86%
G = 39.75%
B = 31.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#9FDBAD (or 0x9FDBAD) is known color: Chinook. HEX triplet: 9F, DB and AD. RGB value is (159,219,173). Sum of RGB (Red+Green+Blue) = 159+219+173=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDBAD is #602452. Grayscale: #C3C3C3. Windows color (decimal): -6300755 or 11393951. OLE color: 11393951.

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

Color convert

RGB 159 219 173 -
CMYK 0.27 0 0.21 0.14
HSL 134º 0.45% 0.74% -
HSV(B) 134º 0.27% 0.86% -
XYZ 47.17 61.05 48.83 -
YUV 195.82 115.12 101.74 -
System Red Green Blue C M Y K H S L
Decimal 159 219 173 0.27 0 0.21 0.14 134 0.45 0.74
Hex 9F DB AD 1B 0 15 E 86 2D 4A
Octal 237 333 255 33 0 25 16 206 55 112
Binary 10011111 11011011 10101101 11011 0 10101 1110 10000110 101101 1001010

Color Harmonies of #9FDBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDBAD

Black with #9FDBAD

Text Example


Text Example

White with #9FDBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,219,173); }

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

background-color css

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

 a { background-color: rgb(159,219,173); }

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

border-color css

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

 span { border-color: rgb(159,219,173); }

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