Shades of Shadow Green #8EC3B0
Tints of Shadow Green #8EC3B0
RGB
CMYK
RGB Variations
Color information
#8EC3B0 (or 0x8EC3B0) is known color: Shadow Green. HEX triplet: 8E, C3 and B0. RGB value is (142,195,176). Sum of RGB (Red+Green+Blue) = 142+195+176=513 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.68% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC3B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC3B0 is #713C4F. Grayscale: #B1B1B1. Windows color (decimal): -7421008 or 11584398. OLE color: 11584398.
HSL color Cylindrical-coordinate representation of color #8EC3B0: hue angle of 158.49º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8EC3B0 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 176 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.24 |
| HSL | 158.49º | 0.31% | 0.66% | - |
| HSV(B) | 158.49º | 0.27% | 0.76% | - |
| XYZ | 38.51 | 47.92 | 48.29 | - |
| YUV | 176.99 | 127.44 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 176 | 0.27 | 0 | 0.10 | 0.24 | 158.49 | 0.31 | 0.66 |
| Hex | 8E | C3 | B0 | 1B | 0 | A | 18 | 9E | 1F | 42 |
| Octal | 216 | 303 | 260 | 33 | 0 | 12 | 30 | 236 | 37 | 102 |
| Binary | 10001110 | 11000011 | 10110000 | 11011 | 0 | 1010 | 11000 | 10011110 | 11111 | 1000010 |
Color Harmonies of #8EC3B0
Complementary color
Monochromatic Colors of #8EC3B0
Black with #8EC3B0
Text Example
Text Example
White with #8EC3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC3B0; }
p { color: rgb(142,195,176); }
H1.HeaderClassName
{
color: #8EC3B0;
}
.AnyTagClassName
{
color: #8EC3B0;
}
</style>
background-color css
<style>
a { background-color: #8EC3B0; }
a { background-color: rgb(142,195,176); }
div.DivClassName
{
background-color: #8EC3B0;
}
.BgClassName
{
background-color: #8EC3B0;
}
</style>
border-color css
<style>
span { border-color: #8EC3B0; }
span { border-color: rgb(142,195,176); }
td.TdClassName
{
border-color: #8EC3B0;
}
.TagClassName
{
border-color: #8EC3B0;
}
</style>