Shades of Chinook #86DF9F
Tints of Chinook #86DF9F
RGB
CMYK
RGB Variations
Color information
#86DF9F (or 0x86DF9F) is known color: Chinook. HEX triplet: 86, DF and 9F. RGB value is (134,223,159). Sum of RGB (Red+Green+Blue) = 134+223+159=516 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.97% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DF9F is #792060. Grayscale: #BDBDBD. Windows color (decimal): -7938145 or 10477446. OLE color: 10477446.
HSL color Cylindrical-coordinate representation of color #86DF9F: hue angle of 136.85º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DF9F is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 159 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.13 |
| HSL | 136.85º | 0.58% | 0.7% | - |
| HSV(B) | 136.85º | 0.4% | 0.87% | - |
| XYZ | 42.48 | 60.35 | 42.21 | - |
| YUV | 189.09 | 111.01 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 159 | 0.40 | 0 | 0.29 | 0.13 | 136.85 | 0.58 | 0.7 |
| Hex | 86 | DF | 9F | 28 | 0 | 1D | D | 89 | 3A | 46 |
| Octal | 206 | 337 | 237 | 50 | 0 | 35 | 15 | 211 | 72 | 106 |
| Binary | 10000110 | 11011111 | 10011111 | 101000 | 0 | 11101 | 1101 | 10001001 | 111010 | 1000110 |
Color Harmonies of #86DF9F
Complementary color
Monochromatic Colors of #86DF9F
Black with #86DF9F
Text Example
Text Example
White with #86DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DF9F; }
p { color: rgb(134,223,159); }
H1.HeaderClassName
{
color: #86DF9F;
}
.AnyTagClassName
{
color: #86DF9F;
}
</style>
background-color css
<style>
a { background-color: #86DF9F; }
a { background-color: rgb(134,223,159); }
div.DivClassName
{
background-color: #86DF9F;
}
.BgClassName
{
background-color: #86DF9F;
}
</style>
border-color css
<style>
span { border-color: #86DF9F; }
span { border-color: rgb(134,223,159); }
td.TdClassName
{
border-color: #86DF9F;
}
.TagClassName
{
border-color: #86DF9F;
}
</style>