Shades of Chinook #9BC8AB
Tints of Chinook #9BC8AB
RGB
CMYK
RGB Variations
Color information
#9BC8AB (or 0x9BC8AB) is known color: Chinook. HEX triplet: 9B, C8 and AB. RGB value is (155,200,171). Sum of RGB (Red+Green+Blue) = 155+200+171=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC8AB is #643754. Grayscale: #B7B7B7. Windows color (decimal): -6567765 or 11258011. OLE color: 11258011.
HSL color Cylindrical-coordinate representation of color #9BC8AB: hue angle of 141.33º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BC8AB is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 200 | 171 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.22 |
| HSL | 141.33º | 0.29% | 0.7% | - |
| HSV(B) | 141.33º | 0.23% | 0.78% | - |
| XYZ | 41.52 | 51.22 | 46.23 | - |
| YUV | 183.24 | 121.09 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 200 | 171 | 0.22 | 0 | 0.14 | 0.22 | 141.33 | 0.29 | 0.7 |
| Hex | 9B | C8 | AB | 16 | 0 | E | 16 | 8D | 1D | 46 |
| Octal | 233 | 310 | 253 | 26 | 0 | 16 | 26 | 215 | 35 | 106 |
| Binary | 10011011 | 11001000 | 10101011 | 10110 | 0 | 1110 | 10110 | 10001101 | 11101 | 1000110 |
Color Harmonies of #9BC8AB
Complementary color
Monochromatic Colors of #9BC8AB
Black with #9BC8AB
Text Example
Text Example
White with #9BC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC8AB; }
p { color: rgb(155,200,171); }
H1.HeaderClassName
{
color: #9BC8AB;
}
.AnyTagClassName
{
color: #9BC8AB;
}
</style>
background-color css
<style>
a { background-color: #9BC8AB; }
a { background-color: rgb(155,200,171); }
div.DivClassName
{
background-color: #9BC8AB;
}
.BgClassName
{
background-color: #9BC8AB;
}
</style>
border-color css
<style>
span { border-color: #9BC8AB; }
span { border-color: rgb(155,200,171); }
td.TdClassName
{
border-color: #9BC8AB;
}
.TagClassName
{
border-color: #9BC8AB;
}
</style>