Shades of Chinook #9BD8AC
Tints of Chinook #9BD8AC
RGB
CMYK
RGB Variations
Color information
#9BD8AC (or 0x9BD8AC) is known color: Chinook. HEX triplet: 9B, D8 and AC. RGB value is (155,216,172). Sum of RGB (Red+Green+Blue) = 155+216+172=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD8AC is #642753. Grayscale: #C0C0C0. Windows color (decimal): -6563668 or 11327643. OLE color: 11327643.
HSL color Cylindrical-coordinate representation of color #9BD8AC: hue angle of 136.72º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD8AC is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 216 | 172 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.15 |
| HSL | 136.72º | 0.44% | 0.73% | - |
| HSV(B) | 136.72º | 0.28% | 0.85% | - |
| XYZ | 45.52 | 59.06 | 48.03 | - |
| YUV | 192.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 216 | 172 | 0.28 | 0 | 0.20 | 0.15 | 136.72 | 0.44 | 0.73 |
| Hex | 9B | D8 | AC | 1C | 0 | 14 | F | 89 | 2C | 49 |
| Octal | 233 | 330 | 254 | 34 | 0 | 24 | 17 | 211 | 54 | 111 |
| Binary | 10011011 | 11011000 | 10101100 | 11100 | 0 | 10100 | 1111 | 10001001 | 101100 | 1001001 |
Color Harmonies of #9BD8AC
Complementary color
Monochromatic Colors of #9BD8AC
Black with #9BD8AC
Text Example
Text Example
White with #9BD8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD8AC; }
p { color: rgb(155,216,172); }
H1.HeaderClassName
{
color: #9BD8AC;
}
.AnyTagClassName
{
color: #9BD8AC;
}
</style>
background-color css
<style>
a { background-color: #9BD8AC; }
a { background-color: rgb(155,216,172); }
div.DivClassName
{
background-color: #9BD8AC;
}
.BgClassName
{
background-color: #9BD8AC;
}
</style>
border-color css
<style>
span { border-color: #9BD8AC; }
span { border-color: rgb(155,216,172); }
td.TdClassName
{
border-color: #9BD8AC;
}
.TagClassName
{
border-color: #9BD8AC;
}
</style>