Shades of Shadow Green #8EBEBB
Tints of Shadow Green #8EBEBB
RGB
CMYK
RGB Variations
Color information
#8EBEBB (or 0x8EBEBB) is known color: Shadow Green. HEX triplet: 8E, BE and BB. RGB value is (142,190,187). Sum of RGB (Red+Green+Blue) = 142+190+187=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #8EBEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBEBB is #714144. Grayscale: #AFAFAF. Windows color (decimal): -7422277 or 12304014. OLE color: 12304014.
HSL color Cylindrical-coordinate representation of color #8EBEBB: hue angle of 176.25º 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 #8EBEBB is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 190 | 187 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.25 |
| HSL | 176.25º | 0.27% | 0.65% | - |
| HSV(B) | 176.25º | 0.25% | 0.75% | - |
| XYZ | 38.54 | 46.17 | 53.89 | - |
| YUV | 175.31 | 134.6 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 190 | 187 | 0.25 | 0 | 0.02 | 0.25 | 176.25 | 0.27 | 0.65 |
| Hex | 8E | BE | BB | 19 | 0 | 2 | 19 | B0 | 1B | 41 |
| Octal | 216 | 276 | 273 | 31 | 0 | 2 | 31 | 260 | 33 | 101 |
| Binary | 10001110 | 10111110 | 10111011 | 11001 | 0 | 10 | 11001 | 10110000 | 11011 | 1000001 |
Color Harmonies of #8EBEBB
Complementary color
Monochromatic Colors of #8EBEBB
Black with #8EBEBB
Text Example
Text Example
White with #8EBEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBEBB; }
p { color: rgb(142,190,187); }
H1.HeaderClassName
{
color: #8EBEBB;
}
.AnyTagClassName
{
color: #8EBEBB;
}
</style>
background-color css
<style>
a { background-color: #8EBEBB; }
a { background-color: rgb(142,190,187); }
div.DivClassName
{
background-color: #8EBEBB;
}
.BgClassName
{
background-color: #8EBEBB;
}
</style>
border-color css
<style>
span { border-color: #8EBEBB; }
span { border-color: rgb(142,190,187); }
td.TdClassName
{
border-color: #8EBEBB;
}
.TagClassName
{
border-color: #8EBEBB;
}
</style>