Shades of Chinook #9DDFB0
Tints of Chinook #9DDFB0
RGB
CMYK
RGB Variations
Color information
#9DDFB0 (or 0x9DDFB0) is known color: Chinook. HEX triplet: 9D, DF and B0. RGB value is (157,223,176). Sum of RGB (Red+Green+Blue) = 157+223+176=556 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.24% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDFB0 is #62204F. Grayscale: #C6C6C6. Windows color (decimal): -6430800 or 11591581. OLE color: 11591581.
HSL color Cylindrical-coordinate representation of color #9DDFB0: hue angle of 137.27º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDFB0 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 176 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.13 |
| HSL | 137.27º | 0.51% | 0.75% | - |
| HSV(B) | 137.27º | 0.3% | 0.87% | - |
| XYZ | 48.13 | 63.08 | 50.71 | - |
| YUV | 197.91 | 115.63 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 176 | 0.30 | 0 | 0.21 | 0.13 | 137.27 | 0.51 | 0.75 |
| Hex | 9D | DF | B0 | 1E | 0 | 15 | D | 89 | 33 | 4B |
| Octal | 235 | 337 | 260 | 36 | 0 | 25 | 15 | 211 | 63 | 113 |
| Binary | 10011101 | 11011111 | 10110000 | 11110 | 0 | 10101 | 1101 | 10001001 | 110011 | 1001011 |
Color Harmonies of #9DDFB0
Complementary color
Monochromatic Colors of #9DDFB0
Black with #9DDFB0
Text Example
Text Example
White with #9DDFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDFB0; }
p { color: rgb(157,223,176); }
H1.HeaderClassName
{
color: #9DDFB0;
}
.AnyTagClassName
{
color: #9DDFB0;
}
</style>
background-color css
<style>
a { background-color: #9DDFB0; }
a { background-color: rgb(157,223,176); }
div.DivClassName
{
background-color: #9DDFB0;
}
.BgClassName
{
background-color: #9DDFB0;
}
</style>
border-color css
<style>
span { border-color: #9DDFB0; }
span { border-color: rgb(157,223,176); }
td.TdClassName
{
border-color: #9DDFB0;
}
.TagClassName
{
border-color: #9DDFB0;
}
</style>