Shades of Shadow Green #8EBEBD
Tints of Shadow Green #8EBEBD
RGB
CMYK
RGB Variations
Color information
#8EBEBD (or 0x8EBEBD) is known color: Shadow Green. HEX triplet: 8E, BE and BD. RGB value is (142,190,189). Sum of RGB (Red+Green+Blue) = 142+190+189=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 190 - color contains mainly: green. Hex color #8EBEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBEBD is #714142. Grayscale: #AFAFAF. Windows color (decimal): -7422275 or 12435086. OLE color: 12435086.
HSL color Cylindrical-coordinate representation of color #8EBEBD: hue angle of 178.75º 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 #8EBEBD is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 190 | 189 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.25 |
| HSL | 178.75º | 0.27% | 0.65% | - |
| HSV(B) | 178.75º | 0.25% | 0.75% | - |
| XYZ | 38.75 | 46.25 | 55.03 | - |
| YUV | 175.53 | 135.6 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 190 | 189 | 0.25 | 0 | 0.01 | 0.25 | 178.75 | 0.27 | 0.65 |
| Hex | 8E | BE | BD | 19 | 0 | 1 | 19 | B3 | 1B | 41 |
| Octal | 216 | 276 | 275 | 31 | 0 | 1 | 31 | 263 | 33 | 101 |
| Binary | 10001110 | 10111110 | 10111101 | 11001 | 0 | 1 | 11001 | 10110011 | 11011 | 1000001 |
Color Harmonies of #8EBEBD
Complementary color
Monochromatic Colors of #8EBEBD
Black with #8EBEBD
Text Example
Text Example
White with #8EBEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBEBD; }
p { color: rgb(142,190,189); }
H1.HeaderClassName
{
color: #8EBEBD;
}
.AnyTagClassName
{
color: #8EBEBD;
}
</style>
background-color css
<style>
a { background-color: #8EBEBD; }
a { background-color: rgb(142,190,189); }
div.DivClassName
{
background-color: #8EBEBD;
}
.BgClassName
{
background-color: #8EBEBD;
}
</style>
border-color css
<style>
span { border-color: #8EBEBD; }
span { border-color: rgb(142,190,189); }
td.TdClassName
{
border-color: #8EBEBD;
}
.TagClassName
{
border-color: #8EBEBD;
}
</style>