Shades of Shadow Green #8EC1B5
Tints of Shadow Green #8EC1B5
RGB
CMYK
RGB Variations
Color information
#8EC1B5 (or 0x8EC1B5) is known color: Shadow Green. HEX triplet: 8E, C1 and B5. RGB value is (142,193,181). Sum of RGB (Red+Green+Blue) = 142+193+181=516 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.52% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC1B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC1B5 is #713E4A. Grayscale: #B0B0B0. Windows color (decimal): -7421515 or 11911566. OLE color: 11911566.
HSL color Cylindrical-coordinate representation of color #8EC1B5: hue angle of 165.88º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EC1B5 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 193 | 181 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.24 |
| HSL | 165.88º | 0.29% | 0.66% | - |
| HSV(B) | 165.88º | 0.26% | 0.76% | - |
| XYZ | 38.57 | 47.23 | 50.8 | - |
| YUV | 176.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 193 | 181 | 0.26 | 0 | 0.06 | 0.24 | 165.88 | 0.29 | 0.66 |
| Hex | 8E | C1 | B5 | 1A | 0 | 6 | 18 | A6 | 1D | 42 |
| Octal | 216 | 301 | 265 | 32 | 0 | 6 | 30 | 246 | 35 | 102 |
| Binary | 10001110 | 11000001 | 10110101 | 11010 | 0 | 110 | 11000 | 10100110 | 11101 | 1000010 |
Color Harmonies of #8EC1B5
Complementary color
Monochromatic Colors of #8EC1B5
Black with #8EC1B5
Text Example
Text Example
White with #8EC1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC1B5; }
p { color: rgb(142,193,181); }
H1.HeaderClassName
{
color: #8EC1B5;
}
.AnyTagClassName
{
color: #8EC1B5;
}
</style>
background-color css
<style>
a { background-color: #8EC1B5; }
a { background-color: rgb(142,193,181); }
div.DivClassName
{
background-color: #8EC1B5;
}
.BgClassName
{
background-color: #8EC1B5;
}
</style>
border-color css
<style>
span { border-color: #8EC1B5; }
span { border-color: rgb(142,193,181); }
td.TdClassName
{
border-color: #8EC1B5;
}
.TagClassName
{
border-color: #8EC1B5;
}
</style>