Shades of Chinook #8BDCA1
Tints of Chinook #8BDCA1
RGB
CMYK
RGB Variations
Color information
#8BDCA1 (or 0x8BDCA1) is known color: Chinook. HEX triplet: 8B, DC and A1. RGB value is (139,220,161). Sum of RGB (Red+Green+Blue) = 139+220+161=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDCA1 is #74235E. Grayscale: #BDBDBD. Windows color (decimal): -7611231 or 10607755. OLE color: 10607755.
HSL color Cylindrical-coordinate representation of color #8BDCA1: hue angle of 136.3º 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 #8BDCA1 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 161 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.14 |
| HSL | 136.3º | 0.54% | 0.7% | - |
| HSV(B) | 136.3º | 0.37% | 0.86% | - |
| XYZ | 42.67 | 59.25 | 42.91 | - |
| YUV | 189.06 | 112.16 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 161 | 0.37 | 0 | 0.27 | 0.14 | 136.3 | 0.54 | 0.7 |
| Hex | 8B | DC | A1 | 25 | 0 | 1B | E | 88 | 36 | 46 |
| Octal | 213 | 334 | 241 | 45 | 0 | 33 | 16 | 210 | 66 | 106 |
| Binary | 10001011 | 11011100 | 10100001 | 100101 | 0 | 11011 | 1110 | 10001000 | 110110 | 1000110 |
Color Harmonies of #8BDCA1
Complementary color
Monochromatic Colors of #8BDCA1
Black with #8BDCA1
Text Example
Text Example
White with #8BDCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDCA1; }
p { color: rgb(139,220,161); }
H1.HeaderClassName
{
color: #8BDCA1;
}
.AnyTagClassName
{
color: #8BDCA1;
}
</style>
background-color css
<style>
a { background-color: #8BDCA1; }
a { background-color: rgb(139,220,161); }
div.DivClassName
{
background-color: #8BDCA1;
}
.BgClassName
{
background-color: #8BDCA1;
}
</style>
border-color css
<style>
span { border-color: #8BDCA1; }
span { border-color: rgb(139,220,161); }
td.TdClassName
{
border-color: #8BDCA1;
}
.TagClassName
{
border-color: #8BDCA1;
}
</style>