Shades of Chinook #9BD1AC
Tints of Chinook #9BD1AC
RGB
CMYK
RGB Variations
Color information
#9BD1AC (or 0x9BD1AC) is known color: Chinook. HEX triplet: 9B, D1 and AC. RGB value is (155,209,172). Sum of RGB (Red+Green+Blue) = 155+209+172=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD1AC is #642E53. Grayscale: #BCBCBC. Windows color (decimal): -6565460 or 11325851. OLE color: 11325851.
HSL color Cylindrical-coordinate representation of color #9BD1AC: hue angle of 138.89º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BD1AC is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 209 | 172 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.18 |
| HSL | 138.89º | 0.37% | 0.71% | - |
| HSV(B) | 138.89º | 0.26% | 0.82% | - |
| XYZ | 43.76 | 55.55 | 47.44 | - |
| YUV | 188.64 | 118.61 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 209 | 172 | 0.26 | 0 | 0.18 | 0.18 | 138.89 | 0.37 | 0.71 |
| Hex | 9B | D1 | AC | 1A | 0 | 12 | 12 | 8B | 25 | 47 |
| Octal | 233 | 321 | 254 | 32 | 0 | 22 | 22 | 213 | 45 | 107 |
| Binary | 10011011 | 11010001 | 10101100 | 11010 | 0 | 10010 | 10010 | 10001011 | 100101 | 1000111 |
Color Harmonies of #9BD1AC
Complementary color
Monochromatic Colors of #9BD1AC
Black with #9BD1AC
Text Example
Text Example
White with #9BD1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD1AC; }
p { color: rgb(155,209,172); }
H1.HeaderClassName
{
color: #9BD1AC;
}
.AnyTagClassName
{
color: #9BD1AC;
}
</style>
background-color css
<style>
a { background-color: #9BD1AC; }
a { background-color: rgb(155,209,172); }
div.DivClassName
{
background-color: #9BD1AC;
}
.BgClassName
{
background-color: #9BD1AC;
}
</style>
border-color css
<style>
span { border-color: #9BD1AC; }
span { border-color: rgb(155,209,172); }
td.TdClassName
{
border-color: #9BD1AC;
}
.TagClassName
{
border-color: #9BD1AC;
}
</style>