Shades of Chinook #8ECDA0
Tints of Chinook #8ECDA0
RGB
CMYK
RGB Variations
Color information
#8ECDA0 (or 0x8ECDA0) is known color: Chinook. HEX triplet: 8E, CD and A0. RGB value is (142,205,160). Sum of RGB (Red+Green+Blue) = 142+205+160=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECDA0 is #71325F. Grayscale: #B5B5B5. Windows color (decimal): -7418464 or 10538382. OLE color: 10538382.
HSL color Cylindrical-coordinate representation of color #8ECDA0: hue angle of 137.14º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECDA0 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 160 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.20 |
| HSL | 137.14º | 0.39% | 0.68% | - |
| HSV(B) | 137.14º | 0.31% | 0.8% | - |
| XYZ | 39.33 | 51.95 | 41.21 | - |
| YUV | 181.03 | 116.13 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 160 | 0.31 | 0 | 0.22 | 0.20 | 137.14 | 0.39 | 0.68 |
| Hex | 8E | CD | A0 | 1F | 0 | 16 | 14 | 89 | 27 | 44 |
| Octal | 216 | 315 | 240 | 37 | 0 | 26 | 24 | 211 | 47 | 104 |
| Binary | 10001110 | 11001101 | 10100000 | 11111 | 0 | 10110 | 10100 | 10001001 | 100111 | 1000100 |
Color Harmonies of #8ECDA0
Complementary color
Monochromatic Colors of #8ECDA0
Black with #8ECDA0
Text Example
Text Example
White with #8ECDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECDA0; }
p { color: rgb(142,205,160); }
H1.HeaderClassName
{
color: #8ECDA0;
}
.AnyTagClassName
{
color: #8ECDA0;
}
</style>
background-color css
<style>
a { background-color: #8ECDA0; }
a { background-color: rgb(142,205,160); }
div.DivClassName
{
background-color: #8ECDA0;
}
.BgClassName
{
background-color: #8ECDA0;
}
</style>
border-color css
<style>
span { border-color: #8ECDA0; }
span { border-color: rgb(142,205,160); }
td.TdClassName
{
border-color: #8ECDA0;
}
.TagClassName
{
border-color: #8ECDA0;
}
</style>