Shades of Shadow Green #8EC3BC
Tints of Shadow Green #8EC3BC
RGB
CMYK
RGB Variations
Color information
#8EC3BC (or 0x8EC3BC) is known color: Shadow Green. HEX triplet: 8E, C3 and BC. RGB value is (142,195,188). Sum of RGB (Red+Green+Blue) = 142+195+188=525 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.05% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC3BC is #713C43. Grayscale: #B2B2B2. Windows color (decimal): -7420996 or 12370830. OLE color: 12370830.
HSL color Cylindrical-coordinate representation of color #8EC3BC: hue angle of 172.08º 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 #8EC3BC is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 188 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.24 |
| HSL | 172.08º | 0.31% | 0.66% | - |
| HSV(B) | 172.08º | 0.27% | 0.76% | - |
| XYZ | 39.75 | 48.41 | 54.83 | - |
| YUV | 178.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 188 | 0.27 | 0 | 0.04 | 0.24 | 172.08 | 0.31 | 0.66 |
| Hex | 8E | C3 | BC | 1B | 0 | 4 | 18 | AC | 1F | 42 |
| Octal | 216 | 303 | 274 | 33 | 0 | 4 | 30 | 254 | 37 | 102 |
| Binary | 10001110 | 11000011 | 10111100 | 11011 | 0 | 100 | 11000 | 10101100 | 11111 | 1000010 |
Color Harmonies of #8EC3BC
Complementary color
Monochromatic Colors of #8EC3BC
Black with #8EC3BC
Text Example
Text Example
White with #8EC3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC3BC; }
p { color: rgb(142,195,188); }
H1.HeaderClassName
{
color: #8EC3BC;
}
.AnyTagClassName
{
color: #8EC3BC;
}
</style>
background-color css
<style>
a { background-color: #8EC3BC; }
a { background-color: rgb(142,195,188); }
div.DivClassName
{
background-color: #8EC3BC;
}
.BgClassName
{
background-color: #8EC3BC;
}
</style>
border-color css
<style>
span { border-color: #8EC3BC; }
span { border-color: rgb(142,195,188); }
td.TdClassName
{
border-color: #8EC3BC;
}
.TagClassName
{
border-color: #8EC3BC;
}
</style>