Shades of Chinook #9FDEB1
Tints of Chinook #9FDEB1
RGB
CMYK
RGB Variations
Color information
#9FDEB1 (or 0x9FDEB1) is known color: Chinook. HEX triplet: 9F, DE and B1. RGB value is (159,222,177). Sum of RGB (Red+Green+Blue) = 159+222+177=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDEB1 is #60214E. Grayscale: #C6C6C6. Windows color (decimal): -6299983 or 11656863. OLE color: 11656863.
HSL color Cylindrical-coordinate representation of color #9FDEB1: hue angle of 137.14º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDEB1 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 177 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.13 |
| HSL | 137.14º | 0.49% | 0.75% | - |
| HSV(B) | 137.14º | 0.28% | 0.87% | - |
| XYZ | 48.36 | 62.79 | 51.17 | - |
| YUV | 198.03 | 116.13 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 177 | 0.28 | 0 | 0.20 | 0.13 | 137.14 | 0.49 | 0.75 |
| Hex | 9F | DE | B1 | 1C | 0 | 14 | D | 89 | 31 | 4B |
| Octal | 237 | 336 | 261 | 34 | 0 | 24 | 15 | 211 | 61 | 113 |
| Binary | 10011111 | 11011110 | 10110001 | 11100 | 0 | 10100 | 1101 | 10001001 | 110001 | 1001011 |
Color Harmonies of #9FDEB1
Complementary color
Monochromatic Colors of #9FDEB1
Black with #9FDEB1
Text Example
Text Example
White with #9FDEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDEB1; }
p { color: rgb(159,222,177); }
H1.HeaderClassName
{
color: #9FDEB1;
}
.AnyTagClassName
{
color: #9FDEB1;
}
</style>
background-color css
<style>
a { background-color: #9FDEB1; }
a { background-color: rgb(159,222,177); }
div.DivClassName
{
background-color: #9FDEB1;
}
.BgClassName
{
background-color: #9FDEB1;
}
</style>
border-color css
<style>
span { border-color: #9FDEB1; }
span { border-color: rgb(159,222,177); }
td.TdClassName
{
border-color: #9FDEB1;
}
.TagClassName
{
border-color: #9FDEB1;
}
</style>