Shades of Chinook #9BDEAB
Tints of Chinook #9BDEAB
RGB
CMYK
RGB Variations
Color information
#9BDEAB (or 0x9BDEAB) is known color: Chinook. HEX triplet: 9B, DE and AB. RGB value is (155,222,171). Sum of RGB (Red+Green+Blue) = 155+222+171=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDEAB is #642154. Grayscale: #C4C4C4. Windows color (decimal): -6562133 or 11263643. OLE color: 11263643.
HSL color Cylindrical-coordinate representation of color #9BDEAB: hue angle of 134.33º 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 #9BDEAB is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 222 | 171 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.13 |
| HSL | 134.33º | 0.5% | 0.74% | - |
| HSV(B) | 134.33º | 0.3% | 0.87% | - |
| XYZ | 46.99 | 62.15 | 48.05 | - |
| YUV | 196.15 | 113.8 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 222 | 171 | 0.30 | 0 | 0.23 | 0.13 | 134.33 | 0.5 | 0.74 |
| Hex | 9B | DE | AB | 1E | 0 | 17 | D | 86 | 32 | 4A |
| Octal | 233 | 336 | 253 | 36 | 0 | 27 | 15 | 206 | 62 | 112 |
| Binary | 10011011 | 11011110 | 10101011 | 11110 | 0 | 10111 | 1101 | 10000110 | 110010 | 1001010 |
Color Harmonies of #9BDEAB
Complementary color
Monochromatic Colors of #9BDEAB
Black with #9BDEAB
Text Example
Text Example
White with #9BDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDEAB; }
p { color: rgb(155,222,171); }
H1.HeaderClassName
{
color: #9BDEAB;
}
.AnyTagClassName
{
color: #9BDEAB;
}
</style>
background-color css
<style>
a { background-color: #9BDEAB; }
a { background-color: rgb(155,222,171); }
div.DivClassName
{
background-color: #9BDEAB;
}
.BgClassName
{
background-color: #9BDEAB;
}
</style>
border-color css
<style>
span { border-color: #9BDEAB; }
span { border-color: rgb(155,222,171); }
td.TdClassName
{
border-color: #9BDEAB;
}
.TagClassName
{
border-color: #9BDEAB;
}
</style>