Shades of Chinook #86DAA0
Tints of Chinook #86DAA0
RGB
CMYK
RGB Variations
Color information
#86DAA0 (or 0x86DAA0) is known color: Chinook. HEX triplet: 86, DA and A0. RGB value is (134,218,160). Sum of RGB (Red+Green+Blue) = 134+218+160=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #86DAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DAA0 is #79255F. Grayscale: #BABABA. Windows color (decimal): -7939424 or 10541702. OLE color: 10541702.
HSL color Cylindrical-coordinate representation of color #86DAA0: hue angle of 138.57º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DAA0 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 218 | 160 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.15 |
| HSL | 138.57º | 0.53% | 0.69% | - |
| HSV(B) | 138.57º | 0.39% | 0.85% | - |
| XYZ | 41.25 | 57.75 | 42.23 | - |
| YUV | 186.27 | 113.17 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 218 | 160 | 0.39 | 0 | 0.27 | 0.15 | 138.57 | 0.53 | 0.69 |
| Hex | 86 | DA | A0 | 27 | 0 | 1B | F | 8B | 35 | 45 |
| Octal | 206 | 332 | 240 | 47 | 0 | 33 | 17 | 213 | 65 | 105 |
| Binary | 10000110 | 11011010 | 10100000 | 100111 | 0 | 11011 | 1111 | 10001011 | 110101 | 1000101 |
Color Harmonies of #86DAA0
Complementary color
Monochromatic Colors of #86DAA0
Black with #86DAA0
Text Example
Text Example
White with #86DAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DAA0; }
p { color: rgb(134,218,160); }
H1.HeaderClassName
{
color: #86DAA0;
}
.AnyTagClassName
{
color: #86DAA0;
}
</style>
background-color css
<style>
a { background-color: #86DAA0; }
a { background-color: rgb(134,218,160); }
div.DivClassName
{
background-color: #86DAA0;
}
.BgClassName
{
background-color: #86DAA0;
}
</style>
border-color css
<style>
span { border-color: #86DAA0; }
span { border-color: rgb(134,218,160); }
td.TdClassName
{
border-color: #86DAA0;
}
.TagClassName
{
border-color: #86DAA0;
}
</style>