Shades of Shadow Green #8DC2BB
Tints of Shadow Green #8DC2BB
RGB
CMYK
RGB Variations
Color information
#8DC2BB (or 0x8DC2BB) is known color: Shadow Green. HEX triplet: 8D, C2 and BB. RGB value is (141,194,187). Sum of RGB (Red+Green+Blue) = 141+194+187=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC2BB is #723D44. Grayscale: #B1B1B1. Windows color (decimal): -7486789 or 12305037. OLE color: 12305037.
HSL color Cylindrical-coordinate representation of color #8DC2BB: hue angle of 172.08º 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 #8DC2BB is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 194 | 187 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.24 |
| HSL | 172.08º | 0.3% | 0.66% | - |
| HSV(B) | 172.08º | 0.27% | 0.76% | - |
| XYZ | 39.25 | 47.83 | 54.18 | - |
| YUV | 177.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 194 | 187 | 0.27 | 0 | 0.04 | 0.24 | 172.08 | 0.3 | 0.66 |
| Hex | 8D | C2 | BB | 1B | 0 | 4 | 18 | AC | 1E | 42 |
| Octal | 215 | 302 | 273 | 33 | 0 | 4 | 30 | 254 | 36 | 102 |
| Binary | 10001101 | 11000010 | 10111011 | 11011 | 0 | 100 | 11000 | 10101100 | 11110 | 1000010 |
Color Harmonies of #8DC2BB
Complementary color
Monochromatic Colors of #8DC2BB
Black with #8DC2BB
Text Example
Text Example
White with #8DC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC2BB; }
p { color: rgb(141,194,187); }
H1.HeaderClassName
{
color: #8DC2BB;
}
.AnyTagClassName
{
color: #8DC2BB;
}
</style>
background-color css
<style>
a { background-color: #8DC2BB; }
a { background-color: rgb(141,194,187); }
div.DivClassName
{
background-color: #8DC2BB;
}
.BgClassName
{
background-color: #8DC2BB;
}
</style>
border-color css
<style>
span { border-color: #8DC2BB; }
span { border-color: rgb(141,194,187); }
td.TdClassName
{
border-color: #8DC2BB;
}
.TagClassName
{
border-color: #8DC2BB;
}
</style>