Shades of Chinook #87DFA1
Tints of Chinook #87DFA1
RGB
CMYK
RGB Variations
Color information
#87DFA1 (or 0x87DFA1) is known color: Chinook. HEX triplet: 87, DF and A1. RGB value is (135,223,161). Sum of RGB (Red+Green+Blue) = 135+223+161=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #87DFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DFA1 is #78205E. Grayscale: #BDBDBD. Windows color (decimal): -7872607 or 10608519. OLE color: 10608519.
HSL color Cylindrical-coordinate representation of color #87DFA1: hue angle of 137.73º 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 #87DFA1 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 223 | 161 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.13 |
| HSL | 137.73º | 0.58% | 0.7% | - |
| HSV(B) | 137.73º | 0.39% | 0.87% | - |
| XYZ | 42.81 | 60.5 | 43.14 | - |
| YUV | 189.62 | 111.85 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 223 | 161 | 0.39 | 0 | 0.28 | 0.13 | 137.73 | 0.58 | 0.7 |
| Hex | 87 | DF | A1 | 27 | 0 | 1C | D | 8A | 3A | 46 |
| Octal | 207 | 337 | 241 | 47 | 0 | 34 | 15 | 212 | 72 | 106 |
| Binary | 10000111 | 11011111 | 10100001 | 100111 | 0 | 11100 | 1101 | 10001010 | 111010 | 1000110 |
Color Harmonies of #87DFA1
Complementary color
Monochromatic Colors of #87DFA1
Black with #87DFA1
Text Example
Text Example
White with #87DFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DFA1; }
p { color: rgb(135,223,161); }
H1.HeaderClassName
{
color: #87DFA1;
}
.AnyTagClassName
{
color: #87DFA1;
}
</style>
background-color css
<style>
a { background-color: #87DFA1; }
a { background-color: rgb(135,223,161); }
div.DivClassName
{
background-color: #87DFA1;
}
.BgClassName
{
background-color: #87DFA1;
}
</style>
border-color css
<style>
span { border-color: #87DFA1; }
span { border-color: rgb(135,223,161); }
td.TdClassName
{
border-color: #87DFA1;
}
.TagClassName
{
border-color: #87DFA1;
}
</style>