Shades of Chinook #9FD8B0
Tints of Chinook #9FD8B0
RGB
CMYK
RGB Variations
Color information
#9FD8B0 (or 0x9FD8B0) is known color: Chinook. HEX triplet: 9F, D8 and B0. RGB value is (159,216,176). Sum of RGB (Red+Green+Blue) = 159+216+176=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD8B0 is #60274F. Grayscale: #C2C2C2. Windows color (decimal): -6301520 or 11589791. OLE color: 11589791.
HSL color Cylindrical-coordinate representation of color #9FD8B0: hue angle of 137.89º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FD8B0 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 216 | 176 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.15 |
| HSL | 137.89º | 0.42% | 0.74% | - |
| HSV(B) | 137.89º | 0.26% | 0.85% | - |
| XYZ | 46.69 | 59.62 | 50.12 | - |
| YUV | 194.4 | 117.62 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 216 | 176 | 0.26 | 0 | 0.19 | 0.15 | 137.89 | 0.42 | 0.74 |
| Hex | 9F | D8 | B0 | 1A | 0 | 13 | F | 8A | 2A | 4A |
| Octal | 237 | 330 | 260 | 32 | 0 | 23 | 17 | 212 | 52 | 112 |
| Binary | 10011111 | 11011000 | 10110000 | 11010 | 0 | 10011 | 1111 | 10001010 | 101010 | 1001010 |
Color Harmonies of #9FD8B0
Complementary color
Monochromatic Colors of #9FD8B0
Black with #9FD8B0
Text Example
Text Example
White with #9FD8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD8B0; }
p { color: rgb(159,216,176); }
H1.HeaderClassName
{
color: #9FD8B0;
}
.AnyTagClassName
{
color: #9FD8B0;
}
</style>
background-color css
<style>
a { background-color: #9FD8B0; }
a { background-color: rgb(159,216,176); }
div.DivClassName
{
background-color: #9FD8B0;
}
.BgClassName
{
background-color: #9FD8B0;
}
</style>
border-color css
<style>
span { border-color: #9FD8B0; }
span { border-color: rgb(159,216,176); }
td.TdClassName
{
border-color: #9FD8B0;
}
.TagClassName
{
border-color: #9FD8B0;
}
</style>