Shades of Chinook #8ECEA1
Tints of Chinook #8ECEA1
RGB
CMYK
RGB Variations
Color information
#8ECEA1 (or 0x8ECEA1) is known color: Chinook. HEX triplet: 8E, CE and A1. RGB value is (142,206,161). Sum of RGB (Red+Green+Blue) = 142+206+161=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECEA1 is #71315E. Grayscale: #B5B5B5. Windows color (decimal): -7418207 or 10604174. OLE color: 10604174.
HSL color Cylindrical-coordinate representation of color #8ECEA1: hue angle of 137.81º 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 #8ECEA1 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 161 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.19 |
| HSL | 137.81º | 0.4% | 0.68% | - |
| HSV(B) | 137.81º | 0.31% | 0.81% | - |
| XYZ | 39.66 | 52.47 | 41.76 | - |
| YUV | 181.73 | 116.3 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 161 | 0.31 | 0 | 0.22 | 0.19 | 137.81 | 0.4 | 0.68 |
| Hex | 8E | CE | A1 | 1F | 0 | 16 | 13 | 8A | 28 | 44 |
| Octal | 216 | 316 | 241 | 37 | 0 | 26 | 23 | 212 | 50 | 104 |
| Binary | 10001110 | 11001110 | 10100001 | 11111 | 0 | 10110 | 10011 | 10001010 | 101000 | 1000100 |
Color Harmonies of #8ECEA1
Complementary color
Monochromatic Colors of #8ECEA1
Black with #8ECEA1
Text Example
Text Example
White with #8ECEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECEA1; }
p { color: rgb(142,206,161); }
H1.HeaderClassName
{
color: #8ECEA1;
}
.AnyTagClassName
{
color: #8ECEA1;
}
</style>
background-color css
<style>
a { background-color: #8ECEA1; }
a { background-color: rgb(142,206,161); }
div.DivClassName
{
background-color: #8ECEA1;
}
.BgClassName
{
background-color: #8ECEA1;
}
</style>
border-color css
<style>
span { border-color: #8ECEA1; }
span { border-color: rgb(142,206,161); }
td.TdClassName
{
border-color: #8ECEA1;
}
.TagClassName
{
border-color: #8ECEA1;
}
</style>