Shades of Chinook #87DCA1
Tints of Chinook #87DCA1
RGB
CMYK
RGB Variations
Color information
#87DCA1 (or 0x87DCA1) is known color: Chinook. HEX triplet: 87, DC and A1. RGB value is (135,220,161). Sum of RGB (Red+Green+Blue) = 135+220+161=516 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.16% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #87DCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DCA1 is #78235E. Grayscale: #BCBCBC. Windows color (decimal): -7873375 or 10607751. OLE color: 10607751.
HSL color Cylindrical-coordinate representation of color #87DCA1: hue angle of 138.35º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87DCA1 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 220 | 161 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.14 |
| HSL | 138.35º | 0.55% | 0.7% | - |
| HSV(B) | 138.35º | 0.39% | 0.86% | - |
| XYZ | 42.02 | 58.91 | 42.87 | - |
| YUV | 187.86 | 112.84 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 220 | 161 | 0.39 | 0 | 0.27 | 0.14 | 138.35 | 0.55 | 0.7 |
| Hex | 87 | DC | A1 | 27 | 0 | 1B | E | 8A | 37 | 46 |
| Octal | 207 | 334 | 241 | 47 | 0 | 33 | 16 | 212 | 67 | 106 |
| Binary | 10000111 | 11011100 | 10100001 | 100111 | 0 | 11011 | 1110 | 10001010 | 110111 | 1000110 |
Color Harmonies of #87DCA1
Complementary color
Monochromatic Colors of #87DCA1
Black with #87DCA1
Text Example
Text Example
White with #87DCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DCA1; }
p { color: rgb(135,220,161); }
H1.HeaderClassName
{
color: #87DCA1;
}
.AnyTagClassName
{
color: #87DCA1;
}
</style>
background-color css
<style>
a { background-color: #87DCA1; }
a { background-color: rgb(135,220,161); }
div.DivClassName
{
background-color: #87DCA1;
}
.BgClassName
{
background-color: #87DCA1;
}
</style>
border-color css
<style>
span { border-color: #87DCA1; }
span { border-color: rgb(135,220,161); }
td.TdClassName
{
border-color: #87DCA1;
}
.TagClassName
{
border-color: #87DCA1;
}
</style>