Shades of Chinook #8ECEA4
Tints of Chinook #8ECEA4
RGB
CMYK
RGB Variations
Color information
#8ECEA4 (or 0x8ECEA4) is known color: Chinook. HEX triplet: 8E, CE and A4. RGB value is (142,206,164). Sum of RGB (Red+Green+Blue) = 142+206+164=512 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.73% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECEA4 is #71315B. Grayscale: #B6B6B6. Windows color (decimal): -7418204 or 10800782. OLE color: 10800782.
HSL color Cylindrical-coordinate representation of color #8ECEA4: hue angle of 140.62º 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 #8ECEA4 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 164 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.19 |
| HSL | 140.63º | 0.4% | 0.68% | - |
| HSV(B) | 140.63º | 0.31% | 0.81% | - |
| XYZ | 39.93 | 52.57 | 43.17 | - |
| YUV | 182.08 | 117.8 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 164 | 0.31 | 0 | 0.20 | 0.19 | 140.63 | 0.4 | 0.68 |
| Hex | 8E | CE | A4 | 1F | 0 | 14 | 13 | 8D | 28 | 44 |
| Octal | 216 | 316 | 244 | 37 | 0 | 24 | 23 | 215 | 50 | 104 |
| Binary | 10001110 | 11001110 | 10100100 | 11111 | 0 | 10100 | 10011 | 10001101 | 101000 | 1000100 |
Color Harmonies of #8ECEA4
Complementary color
Monochromatic Colors of #8ECEA4
Black with #8ECEA4
Text Example
Text Example
White with #8ECEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECEA4; }
p { color: rgb(142,206,164); }
H1.HeaderClassName
{
color: #8ECEA4;
}
.AnyTagClassName
{
color: #8ECEA4;
}
</style>
background-color css
<style>
a { background-color: #8ECEA4; }
a { background-color: rgb(142,206,164); }
div.DivClassName
{
background-color: #8ECEA4;
}
.BgClassName
{
background-color: #8ECEA4;
}
</style>
border-color css
<style>
span { border-color: #8ECEA4; }
span { border-color: rgb(142,206,164); }
td.TdClassName
{
border-color: #8ECEA4;
}
.TagClassName
{
border-color: #8ECEA4;
}
</style>