Shades of Chinook #9FDFB0
Tints of Chinook #9FDFB0
RGB
CMYK
RGB Variations
Color information
#9FDFB0 (or 0x9FDFB0) is known color: Chinook. HEX triplet: 9F, DF and B0. RGB value is (159,223,176). Sum of RGB (Red+Green+Blue) = 159+223+176=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDFB0 is #60204F. Grayscale: #C6C6C6. Windows color (decimal): -6299728 or 11591583. OLE color: 11591583.
HSL color Cylindrical-coordinate representation of color #9FDFB0: hue angle of 135.94º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FDFB0 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 176 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.13 |
| HSL | 135.94º | 0.5% | 0.75% | - |
| HSV(B) | 135.94º | 0.29% | 0.87% | - |
| XYZ | 48.52 | 63.28 | 50.73 | - |
| YUV | 198.51 | 115.3 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 176 | 0.29 | 0 | 0.21 | 0.13 | 135.94 | 0.5 | 0.75 |
| Hex | 9F | DF | B0 | 1D | 0 | 15 | D | 88 | 32 | 4B |
| Octal | 237 | 337 | 260 | 35 | 0 | 25 | 15 | 210 | 62 | 113 |
| Binary | 10011111 | 11011111 | 10110000 | 11101 | 0 | 10101 | 1101 | 10001000 | 110010 | 1001011 |
Color Harmonies of #9FDFB0
Complementary color
Monochromatic Colors of #9FDFB0
Black with #9FDFB0
Text Example
Text Example
White with #9FDFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDFB0; }
p { color: rgb(159,223,176); }
H1.HeaderClassName
{
color: #9FDFB0;
}
.AnyTagClassName
{
color: #9FDFB0;
}
</style>
background-color css
<style>
a { background-color: #9FDFB0; }
a { background-color: rgb(159,223,176); }
div.DivClassName
{
background-color: #9FDFB0;
}
.BgClassName
{
background-color: #9FDFB0;
}
</style>
border-color css
<style>
span { border-color: #9FDFB0; }
span { border-color: rgb(159,223,176); }
td.TdClassName
{
border-color: #9FDFB0;
}
.TagClassName
{
border-color: #9FDFB0;
}
</style>