Shades of Chinook #87DBA0
Tints of Chinook #87DBA0
RGB
CMYK
RGB Variations
Color information
#87DBA0 (or 0x87DBA0) is known color: Chinook. HEX triplet: 87, DB and A0. RGB value is (135,219,160). Sum of RGB (Red+Green+Blue) = 135+219+160=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #87DBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DBA0 is #78245F. Grayscale: #BBBBBB. Windows color (decimal): -7873632 or 10541959. OLE color: 10541959.
HSL color Cylindrical-coordinate representation of color #87DBA0: hue angle of 137.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87DBA0 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 219 | 160 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.14 |
| HSL | 137.86º | 0.54% | 0.69% | - |
| HSV(B) | 137.86º | 0.38% | 0.86% | - |
| XYZ | 41.67 | 58.35 | 42.32 | - |
| YUV | 187.16 | 112.67 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 219 | 160 | 0.38 | 0 | 0.27 | 0.14 | 137.86 | 0.54 | 0.69 |
| Hex | 87 | DB | A0 | 26 | 0 | 1B | E | 8A | 36 | 45 |
| Octal | 207 | 333 | 240 | 46 | 0 | 33 | 16 | 212 | 66 | 105 |
| Binary | 10000111 | 11011011 | 10100000 | 100110 | 0 | 11011 | 1110 | 10001010 | 110110 | 1000101 |
Color Harmonies of #87DBA0
Complementary color
Monochromatic Colors of #87DBA0
Black with #87DBA0
Text Example
Text Example
White with #87DBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DBA0; }
p { color: rgb(135,219,160); }
H1.HeaderClassName
{
color: #87DBA0;
}
.AnyTagClassName
{
color: #87DBA0;
}
</style>
background-color css
<style>
a { background-color: #87DBA0; }
a { background-color: rgb(135,219,160); }
div.DivClassName
{
background-color: #87DBA0;
}
.BgClassName
{
background-color: #87DBA0;
}
</style>
border-color css
<style>
span { border-color: #87DBA0; }
span { border-color: rgb(135,219,160); }
td.TdClassName
{
border-color: #87DBA0;
}
.TagClassName
{
border-color: #87DBA0;
}
</style>