Shades of Shadow Green #8EBEBA
Tints of Shadow Green #8EBEBA
RGB
CMYK
RGB Variations
Color information
#8EBEBA (or 0x8EBEBA) is known color: Shadow Green. HEX triplet: 8E, BE and BA. RGB value is (142,190,186). Sum of RGB (Red+Green+Blue) = 142+190+186=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #8EBEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBEBA is #714145. Grayscale: #AFAFAF. Windows color (decimal): -7422278 or 12238478. OLE color: 12238478.
HSL color Cylindrical-coordinate representation of color #8EBEBA: hue angle of 175º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EBEBA is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 190 | 186 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.25 |
| HSL | 175º | 0.27% | 0.65% | - |
| HSV(B) | 175º | 0.25% | 0.75% | - |
| XYZ | 38.43 | 46.12 | 53.33 | - |
| YUV | 175.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 190 | 186 | 0.25 | 0 | 0.02 | 0.25 | 175 | 0.27 | 0.65 |
| Hex | 8E | BE | BA | 19 | 0 | 2 | 19 | AF | 1B | 41 |
| Octal | 216 | 276 | 272 | 31 | 0 | 2 | 31 | 257 | 33 | 101 |
| Binary | 10001110 | 10111110 | 10111010 | 11001 | 0 | 10 | 11001 | 10101111 | 11011 | 1000001 |
Color Harmonies of #8EBEBA
Complementary color
Monochromatic Colors of #8EBEBA
Black with #8EBEBA
Text Example
Text Example
White with #8EBEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBEBA; }
p { color: rgb(142,190,186); }
H1.HeaderClassName
{
color: #8EBEBA;
}
.AnyTagClassName
{
color: #8EBEBA;
}
</style>
background-color css
<style>
a { background-color: #8EBEBA; }
a { background-color: rgb(142,190,186); }
div.DivClassName
{
background-color: #8EBEBA;
}
.BgClassName
{
background-color: #8EBEBA;
}
</style>
border-color css
<style>
span { border-color: #8EBEBA; }
span { border-color: rgb(142,190,186); }
td.TdClassName
{
border-color: #8EBEBA;
}
.TagClassName
{
border-color: #8EBEBA;
}
</style>