Shades of Chinook #9BDEAD
Tints of Chinook #9BDEAD
RGB
CMYK
RGB Variations
Color information
#9BDEAD (or 0x9BDEAD) is known color: Chinook. HEX triplet: 9B, DE and AD. RGB value is (155,222,173). Sum of RGB (Red+Green+Blue) = 155+222+173=550 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.18% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDEAD is #642152. Grayscale: #C4C4C4. Windows color (decimal): -6562131 or 11394715. OLE color: 11394715.
HSL color Cylindrical-coordinate representation of color #9BDEAD: hue angle of 136.12º 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 #9BDEAD is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 222 | 173 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.13 |
| HSL | 136.12º | 0.5% | 0.74% | - |
| HSV(B) | 136.12º | 0.3% | 0.87% | - |
| XYZ | 47.18 | 62.23 | 49.06 | - |
| YUV | 196.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 222 | 173 | 0.30 | 0 | 0.22 | 0.13 | 136.12 | 0.5 | 0.74 |
| Hex | 9B | DE | AD | 1E | 0 | 16 | D | 88 | 32 | 4A |
| Octal | 233 | 336 | 255 | 36 | 0 | 26 | 15 | 210 | 62 | 112 |
| Binary | 10011011 | 11011110 | 10101101 | 11110 | 0 | 10110 | 1101 | 10001000 | 110010 | 1001010 |
Color Harmonies of #9BDEAD
Complementary color
Monochromatic Colors of #9BDEAD
Black with #9BDEAD
Text Example
Text Example
White with #9BDEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDEAD; }
p { color: rgb(155,222,173); }
H1.HeaderClassName
{
color: #9BDEAD;
}
.AnyTagClassName
{
color: #9BDEAD;
}
</style>
background-color css
<style>
a { background-color: #9BDEAD; }
a { background-color: rgb(155,222,173); }
div.DivClassName
{
background-color: #9BDEAD;
}
.BgClassName
{
background-color: #9BDEAD;
}
</style>
border-color css
<style>
span { border-color: #9BDEAD; }
span { border-color: rgb(155,222,173); }
td.TdClassName
{
border-color: #9BDEAD;
}
.TagClassName
{
border-color: #9BDEAD;
}
</style>