Shades of Shadow Green #8EBDB8
Tints of Shadow Green #8EBDB8
RGB
CMYK
RGB Variations
Color information
#8EBDB8 (or 0x8EBDB8) is known color: Shadow Green. HEX triplet: 8E, BD and B8. RGB value is (142,189,184). Sum of RGB (Red+Green+Blue) = 142+189+184=515 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.57% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 184 (72.27% from 255 or 35.73% from 515); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBDB8 is #714247. Grayscale: #AEAEAE. Windows color (decimal): -7422536 or 12107150. OLE color: 12107150.
HSL color Cylindrical-coordinate representation of color #8EBDB8: hue angle of 173.62º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EBDB8 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 189 | 184 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.26 |
| HSL | 173.62º | 0.26% | 0.65% | - |
| HSV(B) | 173.62º | 0.25% | 0.74% | - |
| XYZ | 38 | 45.61 | 52.15 | - |
| YUV | 174.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 189 | 184 | 0.25 | 0 | 0.03 | 0.26 | 173.62 | 0.26 | 0.65 |
| Hex | 8E | BD | B8 | 19 | 0 | 3 | 1A | AE | 1A | 41 |
| Octal | 216 | 275 | 270 | 31 | 0 | 3 | 32 | 256 | 32 | 101 |
| Binary | 10001110 | 10111101 | 10111000 | 11001 | 0 | 11 | 11010 | 10101110 | 11010 | 1000001 |
Color Harmonies of #8EBDB8
Complementary color
Monochromatic Colors of #8EBDB8
Black with #8EBDB8
Text Example
Text Example
White with #8EBDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBDB8; }
p { color: rgb(142,189,184); }
H1.HeaderClassName
{
color: #8EBDB8;
}
.AnyTagClassName
{
color: #8EBDB8;
}
</style>
background-color css
<style>
a { background-color: #8EBDB8; }
a { background-color: rgb(142,189,184); }
div.DivClassName
{
background-color: #8EBDB8;
}
.BgClassName
{
background-color: #8EBDB8;
}
</style>
border-color css
<style>
span { border-color: #8EBDB8; }
span { border-color: rgb(142,189,184); }
td.TdClassName
{
border-color: #8EBDB8;
}
.TagClassName
{
border-color: #8EBDB8;
}
</style>