Shades of Chinook #87DFA0
Tints of Chinook #87DFA0
RGB
CMYK
RGB Variations
Color information
#87DFA0 (or 0x87DFA0) is known color: Chinook. HEX triplet: 87, DF and A0. RGB value is (135,223,160). Sum of RGB (Red+Green+Blue) = 135+223+160=518 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.06% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #87DFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DFA0 is #78205F. Grayscale: #BDBDBD. Windows color (decimal): -7872608 or 10542983. OLE color: 10542983.
HSL color Cylindrical-coordinate representation of color #87DFA0: hue angle of 137.05º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87DFA0 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 223 | 160 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.13 |
| HSL | 137.05º | 0.58% | 0.7% | - |
| HSV(B) | 137.05º | 0.39% | 0.87% | - |
| XYZ | 42.72 | 60.46 | 42.68 | - |
| YUV | 189.51 | 111.35 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 223 | 160 | 0.39 | 0 | 0.28 | 0.13 | 137.05 | 0.58 | 0.7 |
| Hex | 87 | DF | A0 | 27 | 0 | 1C | D | 89 | 3A | 46 |
| Octal | 207 | 337 | 240 | 47 | 0 | 34 | 15 | 211 | 72 | 106 |
| Binary | 10000111 | 11011111 | 10100000 | 100111 | 0 | 11100 | 1101 | 10001001 | 111010 | 1000110 |
Color Harmonies of #87DFA0
Complementary color
Monochromatic Colors of #87DFA0
Black with #87DFA0
Text Example
Text Example
White with #87DFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DFA0; }
p { color: rgb(135,223,160); }
H1.HeaderClassName
{
color: #87DFA0;
}
.AnyTagClassName
{
color: #87DFA0;
}
</style>
background-color css
<style>
a { background-color: #87DFA0; }
a { background-color: rgb(135,223,160); }
div.DivClassName
{
background-color: #87DFA0;
}
.BgClassName
{
background-color: #87DFA0;
}
</style>
border-color css
<style>
span { border-color: #87DFA0; }
span { border-color: rgb(135,223,160); }
td.TdClassName
{
border-color: #87DFA0;
}
.TagClassName
{
border-color: #87DFA0;
}
</style>