Shades of Chinook #85DCA0
Tints of Chinook #85DCA0
RGB
CMYK
RGB Variations
Color information
#85DCA0 (or 0x85DCA0) is known color: Chinook. HEX triplet: 85, DC and A0. RGB value is (133,220,160). Sum of RGB (Red+Green+Blue) = 133+220+160=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DCA0 is #7A235F. Grayscale: #BBBBBB. Windows color (decimal): -8004448 or 10542213. OLE color: 10542213.
HSL color Cylindrical-coordinate representation of color #85DCA0: hue angle of 138.62º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DCA0 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 160 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.14 |
| HSL | 138.62º | 0.55% | 0.69% | - |
| HSV(B) | 138.62º | 0.4% | 0.86% | - |
| XYZ | 41.61 | 58.71 | 42.4 | - |
| YUV | 187.15 | 112.68 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 160 | 0.40 | 0 | 0.27 | 0.14 | 138.62 | 0.55 | 0.69 |
| Hex | 85 | DC | A0 | 28 | 0 | 1B | E | 8B | 37 | 45 |
| Octal | 205 | 334 | 240 | 50 | 0 | 33 | 16 | 213 | 67 | 105 |
| Binary | 10000101 | 11011100 | 10100000 | 101000 | 0 | 11011 | 1110 | 10001011 | 110111 | 1000101 |
Color Harmonies of #85DCA0
Complementary color
Monochromatic Colors of #85DCA0
Black with #85DCA0
Text Example
Text Example
White with #85DCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCA0; }
p { color: rgb(133,220,160); }
H1.HeaderClassName
{
color: #85DCA0;
}
.AnyTagClassName
{
color: #85DCA0;
}
</style>
background-color css
<style>
a { background-color: #85DCA0; }
a { background-color: rgb(133,220,160); }
div.DivClassName
{
background-color: #85DCA0;
}
.BgClassName
{
background-color: #85DCA0;
}
</style>
border-color css
<style>
span { border-color: #85DCA0; }
span { border-color: rgb(133,220,160); }
td.TdClassName
{
border-color: #85DCA0;
}
.TagClassName
{
border-color: #85DCA0;
}
</style>