Shades of Chinook #8BDBA1
Tints of Chinook #8BDBA1
RGB
CMYK
RGB Variations
Color information
#8BDBA1 (or 0x8BDBA1) is known color: Chinook. HEX triplet: 8B, DB and A1. RGB value is (139,219,161). Sum of RGB (Red+Green+Blue) = 139+219+161=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDBA1 is #74245E. Grayscale: #BCBCBC. Windows color (decimal): -7611487 or 10607499. OLE color: 10607499.
HSL color Cylindrical-coordinate representation of color #8BDBA1: hue angle of 136.5º degrees, saturation: 0.53, 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 #8BDBA1 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 161 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.14 |
| HSL | 136.5º | 0.53% | 0.7% | - |
| HSV(B) | 136.5º | 0.37% | 0.86% | - |
| XYZ | 42.41 | 58.73 | 42.82 | - |
| YUV | 188.47 | 112.5 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 161 | 0.37 | 0 | 0.26 | 0.14 | 136.5 | 0.53 | 0.7 |
| Hex | 8B | DB | A1 | 25 | 0 | 1A | E | 88 | 35 | 46 |
| Octal | 213 | 333 | 241 | 45 | 0 | 32 | 16 | 210 | 65 | 106 |
| Binary | 10001011 | 11011011 | 10100001 | 100101 | 0 | 11010 | 1110 | 10001000 | 110101 | 1000110 |
Color Harmonies of #8BDBA1
Complementary color
Monochromatic Colors of #8BDBA1
Black with #8BDBA1
Text Example
Text Example
White with #8BDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBA1; }
p { color: rgb(139,219,161); }
H1.HeaderClassName
{
color: #8BDBA1;
}
.AnyTagClassName
{
color: #8BDBA1;
}
</style>
background-color css
<style>
a { background-color: #8BDBA1; }
a { background-color: rgb(139,219,161); }
div.DivClassName
{
background-color: #8BDBA1;
}
.BgClassName
{
background-color: #8BDBA1;
}
</style>
border-color css
<style>
span { border-color: #8BDBA1; }
span { border-color: rgb(139,219,161); }
td.TdClassName
{
border-color: #8BDBA1;
}
.TagClassName
{
border-color: #8BDBA1;
}
</style>