Shades of Chinook #8ED1A0
Tints of Chinook #8ED1A0
RGB
CMYK
RGB Variations
Color information
#8ED1A0 (or 0x8ED1A0) is known color: Chinook. HEX triplet: 8E, D1 and A0. RGB value is (142,209,160). Sum of RGB (Red+Green+Blue) = 142+209+160=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED1A0 is #712E5F. Grayscale: #B7B7B7. Windows color (decimal): -7417440 or 10539406. OLE color: 10539406.
HSL color Cylindrical-coordinate representation of color #8ED1A0: hue angle of 136.12º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ED1A0 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 209 | 160 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.18 |
| HSL | 136.12º | 0.42% | 0.69% | - |
| HSV(B) | 136.12º | 0.32% | 0.82% | - |
| XYZ | 40.3 | 53.89 | 41.54 | - |
| YUV | 183.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 209 | 160 | 0.32 | 0 | 0.23 | 0.18 | 136.12 | 0.42 | 0.69 |
| Hex | 8E | D1 | A0 | 20 | 0 | 17 | 12 | 88 | 2A | 45 |
| Octal | 216 | 321 | 240 | 40 | 0 | 27 | 22 | 210 | 52 | 105 |
| Binary | 10001110 | 11010001 | 10100000 | 100000 | 0 | 10111 | 10010 | 10001000 | 101010 | 1000101 |
Color Harmonies of #8ED1A0
Complementary color
Monochromatic Colors of #8ED1A0
Black with #8ED1A0
Text Example
Text Example
White with #8ED1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED1A0; }
p { color: rgb(142,209,160); }
H1.HeaderClassName
{
color: #8ED1A0;
}
.AnyTagClassName
{
color: #8ED1A0;
}
</style>
background-color css
<style>
a { background-color: #8ED1A0; }
a { background-color: rgb(142,209,160); }
div.DivClassName
{
background-color: #8ED1A0;
}
.BgClassName
{
background-color: #8ED1A0;
}
</style>
border-color css
<style>
span { border-color: #8ED1A0; }
span { border-color: rgb(142,209,160); }
td.TdClassName
{
border-color: #8ED1A0;
}
.TagClassName
{
border-color: #8ED1A0;
}
</style>