Shades of Chinook #9BDDAC
Tints of Chinook #9BDDAC
RGB
CMYK
RGB Variations
Color information
#9BDDAC (or 0x9BDDAC) is known color: Chinook. HEX triplet: 9B, DD and AC. RGB value is (155,221,172). Sum of RGB (Red+Green+Blue) = 155+221+172=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDDAC is #642253. Grayscale: #C3C3C3. Windows color (decimal): -6562388 or 11328923. OLE color: 11328923.
HSL color Cylindrical-coordinate representation of color #9BDDAC: hue angle of 135.45º 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 #9BDDAC is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 172 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.13 |
| HSL | 135.45º | 0.49% | 0.74% | - |
| HSV(B) | 135.45º | 0.3% | 0.87% | - |
| XYZ | 46.82 | 61.66 | 48.46 | - |
| YUV | 195.68 | 114.63 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 172 | 0.30 | 0 | 0.22 | 0.13 | 135.45 | 0.49 | 0.74 |
| Hex | 9B | DD | AC | 1E | 0 | 16 | D | 87 | 31 | 4A |
| Octal | 233 | 335 | 254 | 36 | 0 | 26 | 15 | 207 | 61 | 112 |
| Binary | 10011011 | 11011101 | 10101100 | 11110 | 0 | 10110 | 1101 | 10000111 | 110001 | 1001010 |
Color Harmonies of #9BDDAC
Complementary color
Monochromatic Colors of #9BDDAC
Black with #9BDDAC
Text Example
Text Example
White with #9BDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDDAC; }
p { color: rgb(155,221,172); }
H1.HeaderClassName
{
color: #9BDDAC;
}
.AnyTagClassName
{
color: #9BDDAC;
}
</style>
background-color css
<style>
a { background-color: #9BDDAC; }
a { background-color: rgb(155,221,172); }
div.DivClassName
{
background-color: #9BDDAC;
}
.BgClassName
{
background-color: #9BDDAC;
}
</style>
border-color css
<style>
span { border-color: #9BDDAC; }
span { border-color: rgb(155,221,172); }
td.TdClassName
{
border-color: #9BDDAC;
}
.TagClassName
{
border-color: #9BDDAC;
}
</style>