Shades of Chinook #9BD8AA
Tints of Chinook #9BD8AA
RGB
CMYK
RGB Variations
Color information
#9BD8AA (or 0x9BD8AA) is known color: Chinook. HEX triplet: 9B, D8 and AA. RGB value is (155,216,170). Sum of RGB (Red+Green+Blue) = 155+216+170=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD8AA is #642755. Grayscale: #C0C0C0. Windows color (decimal): -6563670 or 11196571. OLE color: 11196571.
HSL color Cylindrical-coordinate representation of color #9BD8AA: hue angle of 134.75º 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 #9BD8AA is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 216 | 170 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.15 |
| HSL | 134.75º | 0.44% | 0.73% | - |
| HSV(B) | 134.75º | 0.28% | 0.85% | - |
| XYZ | 45.33 | 58.98 | 47.03 | - |
| YUV | 192.52 | 115.29 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 216 | 170 | 0.28 | 0 | 0.21 | 0.15 | 134.75 | 0.44 | 0.73 |
| Hex | 9B | D8 | AA | 1C | 0 | 15 | F | 87 | 2C | 49 |
| Octal | 233 | 330 | 252 | 34 | 0 | 25 | 17 | 207 | 54 | 111 |
| Binary | 10011011 | 11011000 | 10101010 | 11100 | 0 | 10101 | 1111 | 10000111 | 101100 | 1001001 |
Color Harmonies of #9BD8AA
Complementary color
Monochromatic Colors of #9BD8AA
Black with #9BD8AA
Text Example
Text Example
White with #9BD8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD8AA; }
p { color: rgb(155,216,170); }
H1.HeaderClassName
{
color: #9BD8AA;
}
.AnyTagClassName
{
color: #9BD8AA;
}
</style>
background-color css
<style>
a { background-color: #9BD8AA; }
a { background-color: rgb(155,216,170); }
div.DivClassName
{
background-color: #9BD8AA;
}
.BgClassName
{
background-color: #9BD8AA;
}
</style>
border-color css
<style>
span { border-color: #9BD8AA; }
span { border-color: rgb(155,216,170); }
td.TdClassName
{
border-color: #9BD8AA;
}
.TagClassName
{
border-color: #9BD8AA;
}
</style>