Shades of Chinook #86DBA1
Tints of Chinook #86DBA1
RGB
CMYK
RGB Variations
Color information
#86DBA1 (or 0x86DBA1) is known color: Chinook. HEX triplet: 86, DB and A1. RGB value is (134,219,161). Sum of RGB (Red+Green+Blue) = 134+219+161=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #86DBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DBA1 is #79245E. Grayscale: #BBBBBB. Windows color (decimal): -7939167 or 10607494. OLE color: 10607494.
HSL color Cylindrical-coordinate representation of color #86DBA1: hue angle of 139.06º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DBA1 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 161 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.14 |
| HSL | 139.06º | 0.54% | 0.69% | - |
| HSV(B) | 139.06º | 0.39% | 0.86% | - |
| XYZ | 41.6 | 58.3 | 42.78 | - |
| YUV | 186.97 | 113.34 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 161 | 0.39 | 0 | 0.26 | 0.14 | 139.06 | 0.54 | 0.69 |
| Hex | 86 | DB | A1 | 27 | 0 | 1A | E | 8B | 36 | 45 |
| Octal | 206 | 333 | 241 | 47 | 0 | 32 | 16 | 213 | 66 | 105 |
| Binary | 10000110 | 11011011 | 10100001 | 100111 | 0 | 11010 | 1110 | 10001011 | 110110 | 1000101 |
Color Harmonies of #86DBA1
Complementary color
Monochromatic Colors of #86DBA1
Black with #86DBA1
Text Example
Text Example
White with #86DBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DBA1; }
p { color: rgb(134,219,161); }
H1.HeaderClassName
{
color: #86DBA1;
}
.AnyTagClassName
{
color: #86DBA1;
}
</style>
background-color css
<style>
a { background-color: #86DBA1; }
a { background-color: rgb(134,219,161); }
div.DivClassName
{
background-color: #86DBA1;
}
.BgClassName
{
background-color: #86DBA1;
}
</style>
border-color css
<style>
span { border-color: #86DBA1; }
span { border-color: rgb(134,219,161); }
td.TdClassName
{
border-color: #86DBA1;
}
.TagClassName
{
border-color: #86DBA1;
}
</style>