Shades of Chinook #9BCFAA
Tints of Chinook #9BCFAA
RGB
CMYK
RGB Variations
Color information
#9BCFAA (or 0x9BCFAA) is known color: Chinook. HEX triplet: 9B, CF and AA. RGB value is (155,207,170). Sum of RGB (Red+Green+Blue) = 155+207+170=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCFAA is #643055. Grayscale: #BBBBBB. Windows color (decimal): -6565974 or 11194267. OLE color: 11194267.
HSL color Cylindrical-coordinate representation of color #9BCFAA: hue angle of 137.31º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCFAA is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 170 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.19 |
| HSL | 137.31º | 0.35% | 0.71% | - |
| HSV(B) | 137.31º | 0.25% | 0.81% | - |
| XYZ | 43.09 | 54.5 | 46.28 | - |
| YUV | 187.23 | 118.27 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 170 | 0.25 | 0 | 0.18 | 0.19 | 137.31 | 0.35 | 0.71 |
| Hex | 9B | CF | AA | 19 | 0 | 12 | 13 | 89 | 23 | 47 |
| Octal | 233 | 317 | 252 | 31 | 0 | 22 | 23 | 211 | 43 | 107 |
| Binary | 10011011 | 11001111 | 10101010 | 11001 | 0 | 10010 | 10011 | 10001001 | 100011 | 1000111 |
Color Harmonies of #9BCFAA
Complementary color
Monochromatic Colors of #9BCFAA
Black with #9BCFAA
Text Example
Text Example
White with #9BCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCFAA; }
p { color: rgb(155,207,170); }
H1.HeaderClassName
{
color: #9BCFAA;
}
.AnyTagClassName
{
color: #9BCFAA;
}
</style>
background-color css
<style>
a { background-color: #9BCFAA; }
a { background-color: rgb(155,207,170); }
div.DivClassName
{
background-color: #9BCFAA;
}
.BgClassName
{
background-color: #9BCFAA;
}
</style>
border-color css
<style>
span { border-color: #9BCFAA; }
span { border-color: rgb(155,207,170); }
td.TdClassName
{
border-color: #9BCFAA;
}
.TagClassName
{
border-color: #9BCFAA;
}
</style>