Shades of Shadow Green #8EBDB4
Tints of Shadow Green #8EBDB4
RGB
CMYK
RGB Variations
Color information
#8EBDB4 (or 0x8EBDB4) is known color: Shadow Green. HEX triplet: 8E, BD and B4. RGB value is (142,189,180). Sum of RGB (Red+Green+Blue) = 142+189+180=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBDB4 is #71424B. Grayscale: #ADADAD. Windows color (decimal): -7422540 or 11845006. OLE color: 11845006.
HSL color Cylindrical-coordinate representation of color #8EBDB4: hue angle of 168.51º 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 #8EBDB4 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 189 | 180 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.26 |
| HSL | 168.51º | 0.26% | 0.65% | - |
| HSV(B) | 168.51º | 0.25% | 0.74% | - |
| XYZ | 37.59 | 45.44 | 49.97 | - |
| YUV | 173.92 | 131.43 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 189 | 180 | 0.25 | 0 | 0.05 | 0.26 | 168.51 | 0.26 | 0.65 |
| Hex | 8E | BD | B4 | 19 | 0 | 5 | 1A | A9 | 1A | 41 |
| Octal | 216 | 275 | 264 | 31 | 0 | 5 | 32 | 251 | 32 | 101 |
| Binary | 10001110 | 10111101 | 10110100 | 11001 | 0 | 101 | 11010 | 10101001 | 11010 | 1000001 |
Color Harmonies of #8EBDB4
Complementary color
Monochromatic Colors of #8EBDB4
Black with #8EBDB4
Text Example
Text Example
White with #8EBDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBDB4; }
p { color: rgb(142,189,180); }
H1.HeaderClassName
{
color: #8EBDB4;
}
.AnyTagClassName
{
color: #8EBDB4;
}
</style>
background-color css
<style>
a { background-color: #8EBDB4; }
a { background-color: rgb(142,189,180); }
div.DivClassName
{
background-color: #8EBDB4;
}
.BgClassName
{
background-color: #8EBDB4;
}
</style>
border-color css
<style>
span { border-color: #8EBDB4; }
span { border-color: rgb(142,189,180); }
td.TdClassName
{
border-color: #8EBDB4;
}
.TagClassName
{
border-color: #8EBDB4;
}
</style>