Shades of Chinook #9BDDA8
Tints of Chinook #9BDDA8
RGB
CMYK
RGB Variations
Color information
#9BDDA8 (or 0x9BDDA8) is known color: Chinook. HEX triplet: 9B, DD and A8. RGB value is (155,221,168). Sum of RGB (Red+Green+Blue) = 155+221+168=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDDA8 is #642257. Grayscale: #C3C3C3. Windows color (decimal): -6562392 or 11066779. OLE color: 11066779.
HSL color Cylindrical-coordinate representation of color #9BDDA8: hue angle of 131.82º 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 #9BDDA8 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 168 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.13 |
| HSL | 131.82º | 0.49% | 0.74% | - |
| HSV(B) | 131.82º | 0.3% | 0.87% | - |
| XYZ | 46.44 | 61.51 | 46.47 | - |
| YUV | 195.22 | 112.63 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 168 | 0.30 | 0 | 0.24 | 0.13 | 131.82 | 0.49 | 0.74 |
| Hex | 9B | DD | A8 | 1E | 0 | 18 | D | 84 | 31 | 4A |
| Octal | 233 | 335 | 250 | 36 | 0 | 30 | 15 | 204 | 61 | 112 |
| Binary | 10011011 | 11011101 | 10101000 | 11110 | 0 | 11000 | 1101 | 10000100 | 110001 | 1001010 |
Color Harmonies of #9BDDA8
Complementary color
Monochromatic Colors of #9BDDA8
Black with #9BDDA8
Text Example
Text Example
White with #9BDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDDA8; }
p { color: rgb(155,221,168); }
H1.HeaderClassName
{
color: #9BDDA8;
}
.AnyTagClassName
{
color: #9BDDA8;
}
</style>
background-color css
<style>
a { background-color: #9BDDA8; }
a { background-color: rgb(155,221,168); }
div.DivClassName
{
background-color: #9BDDA8;
}
.BgClassName
{
background-color: #9BDDA8;
}
</style>
border-color css
<style>
span { border-color: #9BDDA8; }
span { border-color: rgb(155,221,168); }
td.TdClassName
{
border-color: #9BDDA8;
}
.TagClassName
{
border-color: #9BDDA8;
}
</style>