Shades of Shadow Green #8DC0B5
Tints of Shadow Green #8DC0B5
RGB
CMYK
RGB Variations
Color information
#8DC0B5 (or 0x8DC0B5) is known color: Shadow Green. HEX triplet: 8D, C0 and B5. RGB value is (141,192,181). Sum of RGB (Red+Green+Blue) = 141+192+181=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC0B5 is #723F4A. Grayscale: #AFAFAF. Windows color (decimal): -7487307 or 11911309. OLE color: 11911309.
HSL color Cylindrical-coordinate representation of color #8DC0B5: hue angle of 167.06º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DC0B5 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 181 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.25 |
| HSL | 167.06º | 0.29% | 0.65% | - |
| HSV(B) | 167.06º | 0.27% | 0.75% | - |
| XYZ | 38.17 | 46.7 | 50.72 | - |
| YUV | 175.5 | 131.1 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 181 | 0.27 | 0 | 0.06 | 0.25 | 167.06 | 0.29 | 0.65 |
| Hex | 8D | C0 | B5 | 1B | 0 | 6 | 19 | A7 | 1D | 41 |
| Octal | 215 | 300 | 265 | 33 | 0 | 6 | 31 | 247 | 35 | 101 |
| Binary | 10001101 | 11000000 | 10110101 | 11011 | 0 | 110 | 11001 | 10100111 | 11101 | 1000001 |
Color Harmonies of #8DC0B5
Complementary color
Monochromatic Colors of #8DC0B5
Black with #8DC0B5
Text Example
Text Example
White with #8DC0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC0B5; }
p { color: rgb(141,192,181); }
H1.HeaderClassName
{
color: #8DC0B5;
}
.AnyTagClassName
{
color: #8DC0B5;
}
</style>
background-color css
<style>
a { background-color: #8DC0B5; }
a { background-color: rgb(141,192,181); }
div.DivClassName
{
background-color: #8DC0B5;
}
.BgClassName
{
background-color: #8DC0B5;
}
</style>
border-color css
<style>
span { border-color: #8DC0B5; }
span { border-color: rgb(141,192,181); }
td.TdClassName
{
border-color: #8DC0B5;
}
.TagClassName
{
border-color: #8DC0B5;
}
</style>