Shades of Chinook #9BDEA0
Tints of Chinook #9BDEA0
RGB
CMYK
RGB Variations
Color information
#9BDEA0 (or 0x9BDEA0) is known color: Chinook. HEX triplet: 9B, DE and A0. RGB value is (155,222,160). Sum of RGB (Red+Green+Blue) = 155+222+160=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDEA0 is #64215F. Grayscale: #C3C3C3. Windows color (decimal): -6562144 or 10542747. OLE color: 10542747.
HSL color Cylindrical-coordinate representation of color #9BDEA0: hue angle of 124.48º 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 #9BDEA0 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 222 | 160 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.13 |
| HSL | 124.48º | 0.5% | 0.74% | - |
| HSV(B) | 124.48º | 0.3% | 0.87% | - |
| XYZ | 45.98 | 61.75 | 42.75 | - |
| YUV | 194.9 | 108.3 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 222 | 160 | 0.30 | 0 | 0.28 | 0.13 | 124.48 | 0.5 | 0.74 |
| Hex | 9B | DE | A0 | 1E | 0 | 1C | D | 7C | 32 | 4A |
| Octal | 233 | 336 | 240 | 36 | 0 | 34 | 15 | 174 | 62 | 112 |
| Binary | 10011011 | 11011110 | 10100000 | 11110 | 0 | 11100 | 1101 | 1111100 | 110010 | 1001010 |
Color Harmonies of #9BDEA0
Complementary color
Monochromatic Colors of #9BDEA0
Black with #9BDEA0
Text Example
Text Example
White with #9BDEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDEA0; }
p { color: rgb(155,222,160); }
H1.HeaderClassName
{
color: #9BDEA0;
}
.AnyTagClassName
{
color: #9BDEA0;
}
</style>
background-color css
<style>
a { background-color: #9BDEA0; }
a { background-color: rgb(155,222,160); }
div.DivClassName
{
background-color: #9BDEA0;
}
.BgClassName
{
background-color: #9BDEA0;
}
</style>
border-color css
<style>
span { border-color: #9BDEA0; }
span { border-color: rgb(155,222,160); }
td.TdClassName
{
border-color: #9BDEA0;
}
.TagClassName
{
border-color: #9BDEA0;
}
</style>