Shades of Chinook #9FDFB2
Tints of Chinook #9FDFB2
RGB
CMYK
RGB Variations
Color information
#9FDFB2 (or 0x9FDFB2) is known color: Chinook. HEX triplet: 9F, DF and B2. RGB value is (159,223,178). Sum of RGB (Red+Green+Blue) = 159+223+178=560 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.39% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDFB2 is #60204D. Grayscale: #C6C6C6. Windows color (decimal): -6299726 or 11722655. OLE color: 11722655.
HSL color Cylindrical-coordinate representation of color #9FDFB2: hue angle of 137.81º 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 #9FDFB2 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 178 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.13 |
| HSL | 137.81º | 0.5% | 0.75% | - |
| HSV(B) | 137.81º | 0.29% | 0.87% | - |
| XYZ | 48.72 | 63.36 | 51.78 | - |
| YUV | 198.73 | 116.3 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 178 | 0.29 | 0 | 0.20 | 0.13 | 137.81 | 0.5 | 0.75 |
| Hex | 9F | DF | B2 | 1D | 0 | 14 | D | 8A | 32 | 4B |
| Octal | 237 | 337 | 262 | 35 | 0 | 24 | 15 | 212 | 62 | 113 |
| Binary | 10011111 | 11011111 | 10110010 | 11101 | 0 | 10100 | 1101 | 10001010 | 110010 | 1001011 |
Color Harmonies of #9FDFB2
Complementary color
Monochromatic Colors of #9FDFB2
Black with #9FDFB2
Text Example
Text Example
White with #9FDFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDFB2; }
p { color: rgb(159,223,178); }
H1.HeaderClassName
{
color: #9FDFB2;
}
.AnyTagClassName
{
color: #9FDFB2;
}
</style>
background-color css
<style>
a { background-color: #9FDFB2; }
a { background-color: rgb(159,223,178); }
div.DivClassName
{
background-color: #9FDFB2;
}
.BgClassName
{
background-color: #9FDFB2;
}
</style>
border-color css
<style>
span { border-color: #9FDFB2; }
span { border-color: rgb(159,223,178); }
td.TdClassName
{
border-color: #9FDFB2;
}
.TagClassName
{
border-color: #9FDFB2;
}
</style>