#9FDCAD

Color #9FDCAD Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #9FDCAD

Tints of Chinook #9FDCAD

Color information

#9FDCAD (or 0x9FDCAD) is unknown color: approx Chinook. HEX triplet: 9F, DC and AD. RGB value is (159,220,173). Sum of RGB (Red+Green+Blue) = 159+220+173=552 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.80% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDCAD is #602352. Grayscale: #C4C4C4. Windows color (decimal): -6300499 or 11394207. OLE color: 11394207.

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

Color convert

RGB159220173-
CMYK0.2800.210.14
HSL133.77º46.56%74.31%-
HSV(B)133.77º27.73%86.27%-
XYZ47.4361.5748.92-
YUV196.4114.79101.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.80%
GREEN value IS 220 (86.33% from 255) = 39.86%
BLUE value IS 173 (67.97% from 255) = 31.34%
R=28.80%
G=39.86%
B=31.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1592201730.2800.210.14133.7746.5674.31
Hex9FDCAD1C015E862f4a
Octal237334255340251620657112
Binary100111111101110010101101111000101011110100001101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FDCAD;
 }
 .AnyTagClassName
 {
   color: #9FDCAD;
 }
</style>
background-color css

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

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

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

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

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

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