Shades of Shadow Green #8DC2B8
Tints of Shadow Green #8DC2B8
RGB
CMYK
RGB Variations
Color information
#8DC2B8 (or 0x8DC2B8) is known color: Shadow Green. HEX triplet: 8D, C2 and B8. RGB value is (141,194,184). Sum of RGB (Red+Green+Blue) = 141+194+184=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC2B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC2B8 is #723D47. Grayscale: #B1B1B1. Windows color (decimal): -7486792 or 12108429. OLE color: 12108429.
HSL color Cylindrical-coordinate representation of color #8DC2B8: hue angle of 168.68º 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 #8DC2B8 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 194 | 184 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.24 |
| HSL | 168.68º | 0.3% | 0.66% | - |
| HSV(B) | 168.68º | 0.27% | 0.76% | - |
| XYZ | 38.93 | 47.71 | 52.5 | - |
| YUV | 177.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 194 | 184 | 0.27 | 0 | 0.05 | 0.24 | 168.68 | 0.3 | 0.66 |
| Hex | 8D | C2 | B8 | 1B | 0 | 5 | 18 | A9 | 1E | 42 |
| Octal | 215 | 302 | 270 | 33 | 0 | 5 | 30 | 251 | 36 | 102 |
| Binary | 10001101 | 11000010 | 10111000 | 11011 | 0 | 101 | 11000 | 10101001 | 11110 | 1000010 |
Color Harmonies of #8DC2B8
Complementary color
Monochromatic Colors of #8DC2B8
Black with #8DC2B8
Text Example
Text Example
White with #8DC2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC2B8; }
p { color: rgb(141,194,184); }
H1.HeaderClassName
{
color: #8DC2B8;
}
.AnyTagClassName
{
color: #8DC2B8;
}
</style>
background-color css
<style>
a { background-color: #8DC2B8; }
a { background-color: rgb(141,194,184); }
div.DivClassName
{
background-color: #8DC2B8;
}
.BgClassName
{
background-color: #8DC2B8;
}
</style>
border-color css
<style>
span { border-color: #8DC2B8; }
span { border-color: rgb(141,194,184); }
td.TdClassName
{
border-color: #8DC2B8;
}
.TagClassName
{
border-color: #8DC2B8;
}
</style>