#9FDCAB

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

Shades of Chinook #9FDCAB

Tints of Chinook #9FDCAB

Color information

#9FDCAB (or 0x9FDCAB) is unknown color: approx Chinook. HEX triplet: 9F, DC and AB. RGB value is (159,220,171). Sum of RGB (Red+Green+Blue) = 159+220+171=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDCAB is #602354. Grayscale: #C4C4C4. Windows color (decimal): -6300501 or 11263135. OLE color: 11263135.

HSL color Cylindrical-coordinate representation of color #9FDCAB: hue angle of 131.8º 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 #9FDCAB is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB159220171-
CMYK0.2800.220.14
HSL131.8º46.56%74.31%-
HSV(B)131.8º27.73%86.27%-
XYZ47.2461.547.91-
YUV196.18113.79101.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.91%
GREEN value IS 220 (86.33% from 255) = 40%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=28.91%
G=40%
B=31.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1592201710.2800.220.14131.846.5674.31
Hex9FDCAB1C016E842f4a
Octal237334253340261620457112
Binary100111111101110010101011111000101101110100001001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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