Shades of Shadow Green #8EBDBB
Tints of Shadow Green #8EBDBB
RGB
CMYK
RGB Variations
Color information
#8EBDBB (or 0x8EBDBB) is known color: Shadow Green. HEX triplet: 8E, BD and BB. RGB value is (142,189,187). Sum of RGB (Red+Green+Blue) = 142+189+187=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBDBB is #714244. Grayscale: #AEAEAE. Windows color (decimal): -7422533 or 12303758. OLE color: 12303758.
HSL color Cylindrical-coordinate representation of color #8EBDBB: hue angle of 177.45º 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 #8EBDBB is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 189 | 187 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.26 |
| HSL | 177.45º | 0.26% | 0.65% | - |
| HSV(B) | 177.45º | 0.25% | 0.74% | - |
| XYZ | 38.32 | 45.73 | 53.82 | - |
| YUV | 174.72 | 134.93 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 189 | 187 | 0.25 | 0 | 0.01 | 0.26 | 177.45 | 0.26 | 0.65 |
| Hex | 8E | BD | BB | 19 | 0 | 1 | 1A | B1 | 1A | 41 |
| Octal | 216 | 275 | 273 | 31 | 0 | 1 | 32 | 261 | 32 | 101 |
| Binary | 10001110 | 10111101 | 10111011 | 11001 | 0 | 1 | 11010 | 10110001 | 11010 | 1000001 |
Color Harmonies of #8EBDBB
Complementary color
Monochromatic Colors of #8EBDBB
Black with #8EBDBB
Text Example
Text Example
White with #8EBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBDBB; }
p { color: rgb(142,189,187); }
H1.HeaderClassName
{
color: #8EBDBB;
}
.AnyTagClassName
{
color: #8EBDBB;
}
</style>
background-color css
<style>
a { background-color: #8EBDBB; }
a { background-color: rgb(142,189,187); }
div.DivClassName
{
background-color: #8EBDBB;
}
.BgClassName
{
background-color: #8EBDBB;
}
</style>
border-color css
<style>
span { border-color: #8EBDBB; }
span { border-color: rgb(142,189,187); }
td.TdClassName
{
border-color: #8EBDBB;
}
.TagClassName
{
border-color: #8EBDBB;
}
</style>