Shades of Chinook #8BDCA0
Tints of Chinook #8BDCA0
RGB
CMYK
RGB Variations
Color information
#8BDCA0 (or 0x8BDCA0) is known color: Chinook. HEX triplet: 8B, DC and A0. RGB value is (139,220,160). Sum of RGB (Red+Green+Blue) = 139+220+160=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDCA0 is #74235F. Grayscale: #BDBDBD. Windows color (decimal): -7611232 or 10542219. OLE color: 10542219.
HSL color Cylindrical-coordinate representation of color #8BDCA0: hue angle of 135.56º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDCA0 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 160 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.14 |
| HSL | 135.56º | 0.54% | 0.7% | - |
| HSV(B) | 135.56º | 0.37% | 0.86% | - |
| XYZ | 42.59 | 59.21 | 42.44 | - |
| YUV | 188.94 | 111.66 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 160 | 0.37 | 0 | 0.27 | 0.14 | 135.56 | 0.54 | 0.7 |
| Hex | 8B | DC | A0 | 25 | 0 | 1B | E | 88 | 36 | 46 |
| Octal | 213 | 334 | 240 | 45 | 0 | 33 | 16 | 210 | 66 | 106 |
| Binary | 10001011 | 11011100 | 10100000 | 100101 | 0 | 11011 | 1110 | 10001000 | 110110 | 1000110 |
Color Harmonies of #8BDCA0
Complementary color
Monochromatic Colors of #8BDCA0
Black with #8BDCA0
Text Example
Text Example
White with #8BDCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDCA0; }
p { color: rgb(139,220,160); }
H1.HeaderClassName
{
color: #8BDCA0;
}
.AnyTagClassName
{
color: #8BDCA0;
}
</style>
background-color css
<style>
a { background-color: #8BDCA0; }
a { background-color: rgb(139,220,160); }
div.DivClassName
{
background-color: #8BDCA0;
}
.BgClassName
{
background-color: #8BDCA0;
}
</style>
border-color css
<style>
span { border-color: #8BDCA0; }
span { border-color: rgb(139,220,160); }
td.TdClassName
{
border-color: #8BDCA0;
}
.TagClassName
{
border-color: #8BDCA0;
}
</style>