Shades of Summer Green #8EBAA0
Tints of Summer Green #8EBAA0
RGB
CMYK
RGB Variations
Color information
#8EBAA0 (or 0x8EBAA0) is known color: Summer Green. HEX triplet: 8E, BA and A0. RGB value is (142,186,160). Sum of RGB (Red+Green+Blue) = 142+186+160=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBAA0 is #71455F. Grayscale: #A9A9A9. Windows color (decimal): -7423328 or 10533518. OLE color: 10533518.
HSL color Cylindrical-coordinate representation of color #8EBAA0: hue angle of 144.55º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EBAA0 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 186 | 160 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.27 |
| HSL | 144.55º | 0.24% | 0.64% | - |
| HSV(B) | 144.55º | 0.24% | 0.73% | - |
| XYZ | 35.06 | 43.41 | 39.79 | - |
| YUV | 169.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 160 | 0.24 | 0 | 0.14 | 0.27 | 144.55 | 0.24 | 0.64 |
| Hex | 8E | BA | A0 | 18 | 0 | E | 1B | 91 | 18 | 40 |
| Octal | 216 | 272 | 240 | 30 | 0 | 16 | 33 | 221 | 30 | 100 |
| Binary | 10001110 | 10111010 | 10100000 | 11000 | 0 | 1110 | 11011 | 10010001 | 11000 | 1000000 |
Color Harmonies of #8EBAA0
Complementary color
Monochromatic Colors of #8EBAA0
Black with #8EBAA0
Text Example
Text Example
White with #8EBAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBAA0; }
p { color: rgb(142,186,160); }
H1.HeaderClassName
{
color: #8EBAA0;
}
.AnyTagClassName
{
color: #8EBAA0;
}
</style>
background-color css
<style>
a { background-color: #8EBAA0; }
a { background-color: rgb(142,186,160); }
div.DivClassName
{
background-color: #8EBAA0;
}
.BgClassName
{
background-color: #8EBAA0;
}
</style>
border-color css
<style>
span { border-color: #8EBAA0; }
span { border-color: rgb(142,186,160); }
td.TdClassName
{
border-color: #8EBAA0;
}
.TagClassName
{
border-color: #8EBAA0;
}
</style>