Shades of Shadow Green #8DC1B5
Tints of Shadow Green #8DC1B5
RGB
CMYK
RGB Variations
Color information
#8DC1B5 (or 0x8DC1B5) is known color: Shadow Green. HEX triplet: 8D, C1 and B5. RGB value is (141,193,181). Sum of RGB (Red+Green+Blue) = 141+193+181=515 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.38% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC1B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC1B5 is #723E4A. Grayscale: #B0B0B0. Windows color (decimal): -7487051 or 11911565. OLE color: 11911565.
HSL color Cylindrical-coordinate representation of color #8DC1B5: hue angle of 166.15º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DC1B5 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 181 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.24 |
| HSL | 166.15º | 0.3% | 0.65% | - |
| HSV(B) | 166.15º | 0.27% | 0.76% | - |
| XYZ | 38.39 | 47.14 | 50.79 | - |
| YUV | 176.08 | 130.77 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 181 | 0.27 | 0 | 0.06 | 0.24 | 166.15 | 0.3 | 0.65 |
| Hex | 8D | C1 | B5 | 1B | 0 | 6 | 18 | A6 | 1E | 41 |
| Octal | 215 | 301 | 265 | 33 | 0 | 6 | 30 | 246 | 36 | 101 |
| Binary | 10001101 | 11000001 | 10110101 | 11011 | 0 | 110 | 11000 | 10100110 | 11110 | 1000001 |
Color Harmonies of #8DC1B5
Complementary color
Monochromatic Colors of #8DC1B5
Black with #8DC1B5
Text Example
Text Example
White with #8DC1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC1B5; }
p { color: rgb(141,193,181); }
H1.HeaderClassName
{
color: #8DC1B5;
}
.AnyTagClassName
{
color: #8DC1B5;
}
</style>
background-color css
<style>
a { background-color: #8DC1B5; }
a { background-color: rgb(141,193,181); }
div.DivClassName
{
background-color: #8DC1B5;
}
.BgClassName
{
background-color: #8DC1B5;
}
</style>
border-color css
<style>
span { border-color: #8DC1B5; }
span { border-color: rgb(141,193,181); }
td.TdClassName
{
border-color: #8DC1B5;
}
.TagClassName
{
border-color: #8DC1B5;
}
</style>