Shades of Chinook #8ECEA0
Tints of Chinook #8ECEA0
RGB
CMYK
RGB Variations
Color information
#8ECEA0 (or 0x8ECEA0) is known color: Chinook. HEX triplet: 8E, CE and A0. RGB value is (142,206,160). Sum of RGB (Red+Green+Blue) = 142+206+160=508 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.95% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECEA0 is #71315F. Grayscale: #B5B5B5. Windows color (decimal): -7418208 or 10538638. OLE color: 10538638.
HSL color Cylindrical-coordinate representation of color #8ECEA0: hue angle of 136.88º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECEA0 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 160 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.19 |
| HSL | 136.88º | 0.4% | 0.68% | - |
| HSV(B) | 136.88º | 0.31% | 0.81% | - |
| XYZ | 39.57 | 52.43 | 41.29 | - |
| YUV | 181.62 | 115.8 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 160 | 0.31 | 0 | 0.22 | 0.19 | 136.88 | 0.4 | 0.68 |
| Hex | 8E | CE | A0 | 1F | 0 | 16 | 13 | 89 | 28 | 44 |
| Octal | 216 | 316 | 240 | 37 | 0 | 26 | 23 | 211 | 50 | 104 |
| Binary | 10001110 | 11001110 | 10100000 | 11111 | 0 | 10110 | 10011 | 10001001 | 101000 | 1000100 |
Color Harmonies of #8ECEA0
Complementary color
Monochromatic Colors of #8ECEA0
Black with #8ECEA0
Text Example
Text Example
White with #8ECEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECEA0; }
p { color: rgb(142,206,160); }
H1.HeaderClassName
{
color: #8ECEA0;
}
.AnyTagClassName
{
color: #8ECEA0;
}
</style>
background-color css
<style>
a { background-color: #8ECEA0; }
a { background-color: rgb(142,206,160); }
div.DivClassName
{
background-color: #8ECEA0;
}
.BgClassName
{
background-color: #8ECEA0;
}
</style>
border-color css
<style>
span { border-color: #8ECEA0; }
span { border-color: rgb(142,206,160); }
td.TdClassName
{
border-color: #8ECEA0;
}
.TagClassName
{
border-color: #8ECEA0;
}
</style>