Shades of Chinook #8EEBA8
Tints of Chinook #8EEBA8
RGB
CMYK
RGB Variations
Color information
#8EEBA8 (or 0x8EEBA8) is known color: Chinook. HEX triplet: 8E, EB and A8. RGB value is (142,235,168). Sum of RGB (Red+Green+Blue) = 142+235+168=545 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.06% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #8EEBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EEBA8 is #711457. Grayscale: #C7C7C7. Windows color (decimal): -7410776 or 11070350. OLE color: 11070350.
HSL color Cylindrical-coordinate representation of color #8EEBA8: hue angle of 136.77º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEBA8 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 235 | 168 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.08 |
| HSL | 136.77º | 0.7% | 0.74% | - |
| HSV(B) | 136.77º | 0.4% | 0.92% | - |
| XYZ | 47.93 | 67.99 | 47.64 | - |
| YUV | 199.56 | 110.19 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 235 | 168 | 0.40 | 0 | 0.29 | 0.08 | 136.77 | 0.7 | 0.74 |
| Hex | 8E | EB | A8 | 28 | 0 | 1D | 8 | 89 | 46 | 4A |
| Octal | 216 | 353 | 250 | 50 | 0 | 35 | 10 | 211 | 106 | 112 |
| Binary | 10001110 | 11101011 | 10101000 | 101000 | 0 | 11101 | 1000 | 10001001 | 1000110 | 1001010 |
Color Harmonies of #8EEBA8
Complementary color
Monochromatic Colors of #8EEBA8
Black with #8EEBA8
Text Example
Text Example
White with #8EEBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEBA8; }
p { color: rgb(142,235,168); }
H1.HeaderClassName
{
color: #8EEBA8;
}
.AnyTagClassName
{
color: #8EEBA8;
}
</style>
background-color css
<style>
a { background-color: #8EEBA8; }
a { background-color: rgb(142,235,168); }
div.DivClassName
{
background-color: #8EEBA8;
}
.BgClassName
{
background-color: #8EEBA8;
}
</style>
border-color css
<style>
span { border-color: #8EEBA8; }
span { border-color: rgb(142,235,168); }
td.TdClassName
{
border-color: #8EEBA8;
}
.TagClassName
{
border-color: #8EEBA8;
}
</style>