Shades of Chinook #9DDFB1
Tints of Chinook #9DDFB1
RGB
CMYK
RGB Variations
Color information
#9DDFB1 (or 0x9DDFB1) is known color: Chinook. HEX triplet: 9D, DF and B1. RGB value is (157,223,177). Sum of RGB (Red+Green+Blue) = 157+223+177=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDFB1 is #62204E. Grayscale: #C6C6C6. Windows color (decimal): -6430799 or 11657117. OLE color: 11657117.
HSL color Cylindrical-coordinate representation of color #9DDFB1: hue angle of 138.18º 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 #9DDFB1 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 177 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.13 |
| HSL | 138.18º | 0.51% | 0.75% | - |
| HSV(B) | 138.18º | 0.3% | 0.87% | - |
| XYZ | 48.23 | 63.12 | 51.24 | - |
| YUV | 198.02 | 116.13 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 177 | 0.30 | 0 | 0.21 | 0.13 | 138.18 | 0.51 | 0.75 |
| Hex | 9D | DF | B1 | 1E | 0 | 15 | D | 8A | 33 | 4B |
| Octal | 235 | 337 | 261 | 36 | 0 | 25 | 15 | 212 | 63 | 113 |
| Binary | 10011101 | 11011111 | 10110001 | 11110 | 0 | 10101 | 1101 | 10001010 | 110011 | 1001011 |
Color Harmonies of #9DDFB1
Complementary color
Monochromatic Colors of #9DDFB1
Black with #9DDFB1
Text Example
Text Example
White with #9DDFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDFB1; }
p { color: rgb(157,223,177); }
H1.HeaderClassName
{
color: #9DDFB1;
}
.AnyTagClassName
{
color: #9DDFB1;
}
</style>
background-color css
<style>
a { background-color: #9DDFB1; }
a { background-color: rgb(157,223,177); }
div.DivClassName
{
background-color: #9DDFB1;
}
.BgClassName
{
background-color: #9DDFB1;
}
</style>
border-color css
<style>
span { border-color: #9DDFB1; }
span { border-color: rgb(157,223,177); }
td.TdClassName
{
border-color: #9DDFB1;
}
.TagClassName
{
border-color: #9DDFB1;
}
</style>