Shades of Chinook #9FDCB0
Tints of Chinook #9FDCB0
RGB
CMYK
RGB Variations
Color information
#9FDCB0 (or 0x9FDCB0) is known color: Chinook. HEX triplet: 9F, DC and B0. RGB value is (159,220,176). Sum of RGB (Red+Green+Blue) = 159+220+176=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDCB0 is #60234F. Grayscale: #C4C4C4. Windows color (decimal): -6300496 or 11590815. OLE color: 11590815.
HSL color Cylindrical-coordinate representation of color #9FDCB0: hue angle of 136.72º 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 #9FDCB0 is Cyan = 0.28, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 176 | - |
| CMYK | 0.28 | 0 | 0.2 | 0.14 |
| HSL | 136.72º | 0.47% | 0.74% | - |
| HSV(B) | 136.72º | 0.28% | 0.86% | - |
| XYZ | 47.73 | 61.69 | 50.47 | - |
| YUV | 196.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 176 | 0.28 | 0 | 0.2 | 0.14 | 136.72 | 0.47 | 0.74 |
| Hex | 9F | DC | B0 | 1C | 0 | 14 | E | 89 | 2F | 4A |
| Octal | 237 | 334 | 260 | 34 | 0 | 24 | 16 | 211 | 57 | 112 |
| Binary | 10011111 | 11011100 | 10110000 | 11100 | 0 | 10100 | 1110 | 10001001 | 101111 | 1001010 |
Color Harmonies of #9FDCB0
Complementary color
Monochromatic Colors of #9FDCB0
Black with #9FDCB0
Text Example
Text Example
White with #9FDCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDCB0; }
p { color: rgb(159,220,176); }
H1.HeaderClassName
{
color: #9FDCB0;
}
.AnyTagClassName
{
color: #9FDCB0;
}
</style>
background-color css
<style>
a { background-color: #9FDCB0; }
a { background-color: rgb(159,220,176); }
div.DivClassName
{
background-color: #9FDCB0;
}
.BgClassName
{
background-color: #9FDCB0;
}
</style>
border-color css
<style>
span { border-color: #9FDCB0; }
span { border-color: rgb(159,220,176); }
td.TdClassName
{
border-color: #9FDCB0;
}
.TagClassName
{
border-color: #9FDCB0;
}
</style>