Shades of Chinook #9BDDAA
Tints of Chinook #9BDDAA
RGB
CMYK
RGB Variations
Color information
#9BDDAA (or 0x9BDDAA) is known color: Chinook. HEX triplet: 9B, DD and AA. RGB value is (155,221,170). Sum of RGB (Red+Green+Blue) = 155+221+170=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDDAA is #642255. Grayscale: #C3C3C3. Windows color (decimal): -6562390 or 11197851. OLE color: 11197851.
HSL color Cylindrical-coordinate representation of color #9BDDAA: hue angle of 133.64º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDDAA is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 170 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.13 |
| HSL | 133.64º | 0.49% | 0.74% | - |
| HSV(B) | 133.64º | 0.3% | 0.87% | - |
| XYZ | 46.63 | 61.58 | 47.46 | - |
| YUV | 195.45 | 113.63 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 170 | 0.30 | 0 | 0.23 | 0.13 | 133.64 | 0.49 | 0.74 |
| Hex | 9B | DD | AA | 1E | 0 | 17 | D | 86 | 31 | 4A |
| Octal | 233 | 335 | 252 | 36 | 0 | 27 | 15 | 206 | 61 | 112 |
| Binary | 10011011 | 11011101 | 10101010 | 11110 | 0 | 10111 | 1101 | 10000110 | 110001 | 1001010 |
Color Harmonies of #9BDDAA
Complementary color
Monochromatic Colors of #9BDDAA
Black with #9BDDAA
Text Example
Text Example
White with #9BDDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDDAA; }
p { color: rgb(155,221,170); }
H1.HeaderClassName
{
color: #9BDDAA;
}
.AnyTagClassName
{
color: #9BDDAA;
}
</style>
background-color css
<style>
a { background-color: #9BDDAA; }
a { background-color: rgb(155,221,170); }
div.DivClassName
{
background-color: #9BDDAA;
}
.BgClassName
{
background-color: #9BDDAA;
}
</style>
border-color css
<style>
span { border-color: #9BDDAA; }
span { border-color: rgb(155,221,170); }
td.TdClassName
{
border-color: #9BDDAA;
}
.TagClassName
{
border-color: #9BDDAA;
}
</style>