Shades of Chinook #9BDEAC
Tints of Chinook #9BDEAC
RGB
CMYK
RGB Variations
Color information
#9BDEAC (or 0x9BDEAC) is known color: Chinook. HEX triplet: 9B, DE and AC. RGB value is (155,222,172). Sum of RGB (Red+Green+Blue) = 155+222+172=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDEAC is #642153. Grayscale: #C4C4C4. Windows color (decimal): -6562132 or 11329179. OLE color: 11329179.
HSL color Cylindrical-coordinate representation of color #9BDEAC: hue angle of 135.22º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDEAC is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 222 | 172 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.13 |
| HSL | 135.22º | 0.5% | 0.74% | - |
| HSV(B) | 135.22º | 0.3% | 0.87% | - |
| XYZ | 47.09 | 62.19 | 48.55 | - |
| YUV | 196.27 | 114.3 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 222 | 172 | 0.30 | 0 | 0.23 | 0.13 | 135.22 | 0.5 | 0.74 |
| Hex | 9B | DE | AC | 1E | 0 | 17 | D | 87 | 32 | 4A |
| Octal | 233 | 336 | 254 | 36 | 0 | 27 | 15 | 207 | 62 | 112 |
| Binary | 10011011 | 11011110 | 10101100 | 11110 | 0 | 10111 | 1101 | 10000111 | 110010 | 1001010 |
Color Harmonies of #9BDEAC
Complementary color
Monochromatic Colors of #9BDEAC
Black with #9BDEAC
Text Example
Text Example
White with #9BDEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDEAC; }
p { color: rgb(155,222,172); }
H1.HeaderClassName
{
color: #9BDEAC;
}
.AnyTagClassName
{
color: #9BDEAC;
}
</style>
background-color css
<style>
a { background-color: #9BDEAC; }
a { background-color: rgb(155,222,172); }
div.DivClassName
{
background-color: #9BDEAC;
}
.BgClassName
{
background-color: #9BDEAC;
}
</style>
border-color css
<style>
span { border-color: #9BDEAC; }
span { border-color: rgb(155,222,172); }
td.TdClassName
{
border-color: #9BDEAC;
}
.TagClassName
{
border-color: #9BDEAC;
}
</style>