Shades of Chinook #9BD7AB
Tints of Chinook #9BD7AB
RGB
CMYK
RGB Variations
Color information
#9BD7AB (or 0x9BD7AB) is known color: Chinook. HEX triplet: 9B, D7 and AB. RGB value is (155,215,171). Sum of RGB (Red+Green+Blue) = 155+215+171=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD7AB is #642854. Grayscale: #C0C0C0. Windows color (decimal): -6563925 or 11261851. OLE color: 11261851.
HSL color Cylindrical-coordinate representation of color #9BD7AB: hue angle of 136º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD7AB is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 215 | 171 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.16 |
| HSL | 136º | 0.43% | 0.73% | - |
| HSV(B) | 136º | 0.28% | 0.84% | - |
| XYZ | 45.17 | 58.51 | 47.44 | - |
| YUV | 192.04 | 116.12 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 215 | 171 | 0.28 | 0 | 0.20 | 0.16 | 136 | 0.43 | 0.73 |
| Hex | 9B | D7 | AB | 1C | 0 | 14 | 10 | 88 | 2B | 49 |
| Octal | 233 | 327 | 253 | 34 | 0 | 24 | 20 | 210 | 53 | 111 |
| Binary | 10011011 | 11010111 | 10101011 | 11100 | 0 | 10100 | 10000 | 10001000 | 101011 | 1001001 |
Color Harmonies of #9BD7AB
Complementary color
Monochromatic Colors of #9BD7AB
Black with #9BD7AB
Text Example
Text Example
White with #9BD7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD7AB; }
p { color: rgb(155,215,171); }
H1.HeaderClassName
{
color: #9BD7AB;
}
.AnyTagClassName
{
color: #9BD7AB;
}
</style>
background-color css
<style>
a { background-color: #9BD7AB; }
a { background-color: rgb(155,215,171); }
div.DivClassName
{
background-color: #9BD7AB;
}
.BgClassName
{
background-color: #9BD7AB;
}
</style>
border-color css
<style>
span { border-color: #9BD7AB; }
span { border-color: rgb(155,215,171); }
td.TdClassName
{
border-color: #9BD7AB;
}
.TagClassName
{
border-color: #9BD7AB;
}
</style>