Shades of Shadow Green #8DC2B9
Tints of Shadow Green #8DC2B9
RGB
CMYK
RGB Variations
Color information
#8DC2B9 (or 0x8DC2B9) is known color: Shadow Green. HEX triplet: 8D, C2 and B9. RGB value is (141,194,185). Sum of RGB (Red+Green+Blue) = 141+194+185=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC2B9 is #723D46. Grayscale: #B1B1B1. Windows color (decimal): -7486791 or 12173965. OLE color: 12173965.
HSL color Cylindrical-coordinate representation of color #8DC2B9: hue angle of 169.81º degrees, saturation: 0.3, 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 #8DC2B9 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 194 | 185 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.24 |
| HSL | 169.81º | 0.3% | 0.66% | - |
| HSV(B) | 169.81º | 0.27% | 0.76% | - |
| XYZ | 39.03 | 47.75 | 53.06 | - |
| YUV | 177.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 194 | 185 | 0.27 | 0 | 0.05 | 0.24 | 169.81 | 0.3 | 0.66 |
| Hex | 8D | C2 | B9 | 1B | 0 | 5 | 18 | AA | 1E | 42 |
| Octal | 215 | 302 | 271 | 33 | 0 | 5 | 30 | 252 | 36 | 102 |
| Binary | 10001101 | 11000010 | 10111001 | 11011 | 0 | 101 | 11000 | 10101010 | 11110 | 1000010 |
Color Harmonies of #8DC2B9
Complementary color
Monochromatic Colors of #8DC2B9
Black with #8DC2B9
Text Example
Text Example
White with #8DC2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC2B9; }
p { color: rgb(141,194,185); }
H1.HeaderClassName
{
color: #8DC2B9;
}
.AnyTagClassName
{
color: #8DC2B9;
}
</style>
background-color css
<style>
a { background-color: #8DC2B9; }
a { background-color: rgb(141,194,185); }
div.DivClassName
{
background-color: #8DC2B9;
}
.BgClassName
{
background-color: #8DC2B9;
}
</style>
border-color css
<style>
span { border-color: #8DC2B9; }
span { border-color: rgb(141,194,185); }
td.TdClassName
{
border-color: #8DC2B9;
}
.TagClassName
{
border-color: #8DC2B9;
}
</style>