Shades of Chinook #8ECBA0
Tints of Chinook #8ECBA0
RGB
CMYK
RGB Variations
Color information
#8ECBA0 (or 0x8ECBA0) is known color: Chinook. HEX triplet: 8E, CB and A0. RGB value is (142,203,160). Sum of RGB (Red+Green+Blue) = 142+203+160=505 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.12% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECBA0 is #71345F. Grayscale: #B3B3B3. Windows color (decimal): -7418976 or 10537870. OLE color: 10537870.
HSL color Cylindrical-coordinate representation of color #8ECBA0: hue angle of 137.7º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECBA0 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 203 | 160 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.20 |
| HSL | 137.7º | 0.37% | 0.68% | - |
| HSV(B) | 137.7º | 0.3% | 0.8% | - |
| XYZ | 38.86 | 51 | 41.05 | - |
| YUV | 179.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 203 | 160 | 0.30 | 0 | 0.21 | 0.20 | 137.7 | 0.37 | 0.68 |
| Hex | 8E | CB | A0 | 1E | 0 | 15 | 14 | 8A | 25 | 44 |
| Octal | 216 | 313 | 240 | 36 | 0 | 25 | 24 | 212 | 45 | 104 |
| Binary | 10001110 | 11001011 | 10100000 | 11110 | 0 | 10101 | 10100 | 10001010 | 100101 | 1000100 |
Color Harmonies of #8ECBA0
Complementary color
Monochromatic Colors of #8ECBA0
Black with #8ECBA0
Text Example
Text Example
White with #8ECBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECBA0; }
p { color: rgb(142,203,160); }
H1.HeaderClassName
{
color: #8ECBA0;
}
.AnyTagClassName
{
color: #8ECBA0;
}
</style>
background-color css
<style>
a { background-color: #8ECBA0; }
a { background-color: rgb(142,203,160); }
div.DivClassName
{
background-color: #8ECBA0;
}
.BgClassName
{
background-color: #8ECBA0;
}
</style>
border-color css
<style>
span { border-color: #8ECBA0; }
span { border-color: rgb(142,203,160); }
td.TdClassName
{
border-color: #8ECBA0;
}
.TagClassName
{
border-color: #8ECBA0;
}
</style>