Shades of Chinook #9BDDAD
Tints of Chinook #9BDDAD
RGB
CMYK
RGB Variations
Color information
#9BDDAD (or 0x9BDDAD) is known color: Chinook. HEX triplet: 9B, DD and AD. RGB value is (155,221,173). Sum of RGB (Red+Green+Blue) = 155+221+173=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDDAD is #642252. Grayscale: #C3C3C3. Windows color (decimal): -6562387 or 11394459. OLE color: 11394459.
HSL color Cylindrical-coordinate representation of color #9BDDAD: hue angle of 136.36º degrees, saturation: 0.49, 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 #9BDDAD is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 173 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.13 |
| HSL | 136.36º | 0.49% | 0.74% | - |
| HSV(B) | 136.36º | 0.3% | 0.87% | - |
| XYZ | 46.92 | 61.7 | 48.97 | - |
| YUV | 195.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 173 | 0.30 | 0 | 0.22 | 0.13 | 136.36 | 0.49 | 0.74 |
| Hex | 9B | DD | AD | 1E | 0 | 16 | D | 88 | 31 | 4A |
| Octal | 233 | 335 | 255 | 36 | 0 | 26 | 15 | 210 | 61 | 112 |
| Binary | 10011011 | 11011101 | 10101101 | 11110 | 0 | 10110 | 1101 | 10001000 | 110001 | 1001010 |
Color Harmonies of #9BDDAD
Complementary color
Monochromatic Colors of #9BDDAD
Black with #9BDDAD
Text Example
Text Example
White with #9BDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDDAD; }
p { color: rgb(155,221,173); }
H1.HeaderClassName
{
color: #9BDDAD;
}
.AnyTagClassName
{
color: #9BDDAD;
}
</style>
background-color css
<style>
a { background-color: #9BDDAD; }
a { background-color: rgb(155,221,173); }
div.DivClassName
{
background-color: #9BDDAD;
}
.BgClassName
{
background-color: #9BDDAD;
}
</style>
border-color css
<style>
span { border-color: #9BDDAD; }
span { border-color: rgb(155,221,173); }
td.TdClassName
{
border-color: #9BDDAD;
}
.TagClassName
{
border-color: #9BDDAD;
}
</style>