Shades of Chinook #9BC9AB
Tints of Chinook #9BC9AB
RGB
CMYK
RGB Variations
Color information
#9BC9AB (or 0x9BC9AB) is known color: Chinook. HEX triplet: 9B, C9 and AB. RGB value is (155,201,171). Sum of RGB (Red+Green+Blue) = 155+201+171=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC9AB is #643654. Grayscale: #B7B7B7. Windows color (decimal): -6567509 or 11258267. OLE color: 11258267.
HSL color Cylindrical-coordinate representation of color #9BC9AB: hue angle of 140.87º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BC9AB is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 171 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.21 |
| HSL | 140.87º | 0.3% | 0.7% | - |
| HSV(B) | 140.87º | 0.23% | 0.79% | - |
| XYZ | 41.75 | 51.68 | 46.3 | - |
| YUV | 183.83 | 120.76 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 171 | 0.23 | 0 | 0.15 | 0.21 | 140.87 | 0.3 | 0.7 |
| Hex | 9B | C9 | AB | 17 | 0 | F | 15 | 8D | 1E | 46 |
| Octal | 233 | 311 | 253 | 27 | 0 | 17 | 25 | 215 | 36 | 106 |
| Binary | 10011011 | 11001001 | 10101011 | 10111 | 0 | 1111 | 10101 | 10001101 | 11110 | 1000110 |
Color Harmonies of #9BC9AB
Complementary color
Monochromatic Colors of #9BC9AB
Black with #9BC9AB
Text Example
Text Example
White with #9BC9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC9AB; }
p { color: rgb(155,201,171); }
H1.HeaderClassName
{
color: #9BC9AB;
}
.AnyTagClassName
{
color: #9BC9AB;
}
</style>
background-color css
<style>
a { background-color: #9BC9AB; }
a { background-color: rgb(155,201,171); }
div.DivClassName
{
background-color: #9BC9AB;
}
.BgClassName
{
background-color: #9BC9AB;
}
</style>
border-color css
<style>
span { border-color: #9BC9AB; }
span { border-color: rgb(155,201,171); }
td.TdClassName
{
border-color: #9BC9AB;
}
.TagClassName
{
border-color: #9BC9AB;
}
</style>