Shades of Shadow Green #8DC0BE
Tints of Shadow Green #8DC0BE
RGB
CMYK
RGB Variations
Color information
#8DC0BE (or 0x8DC0BE) is known color: Shadow Green. HEX triplet: 8D, C0 and BE. RGB value is (141,192,190). Sum of RGB (Red+Green+Blue) = 141+192+190=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC0BE is #723F41. Grayscale: #B0B0B0. Windows color (decimal): -7487298 or 12501133. OLE color: 12501133.
HSL color Cylindrical-coordinate representation of color #8DC0BE: hue angle of 177.65º 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 #8DC0BE is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 190 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.25 |
| HSL | 177.65º | 0.29% | 0.65% | - |
| HSV(B) | 177.65º | 0.27% | 0.75% | - |
| XYZ | 39.13 | 47.08 | 55.74 | - |
| YUV | 176.52 | 135.6 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 190 | 0.27 | 0 | 0.01 | 0.25 | 177.65 | 0.29 | 0.65 |
| Hex | 8D | C0 | BE | 1B | 0 | 1 | 19 | B2 | 1D | 41 |
| Octal | 215 | 300 | 276 | 33 | 0 | 1 | 31 | 262 | 35 | 101 |
| Binary | 10001101 | 11000000 | 10111110 | 11011 | 0 | 1 | 11001 | 10110010 | 11101 | 1000001 |
Color Harmonies of #8DC0BE
Complementary color
Monochromatic Colors of #8DC0BE
Black with #8DC0BE
Text Example
Text Example
White with #8DC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC0BE; }
p { color: rgb(141,192,190); }
H1.HeaderClassName
{
color: #8DC0BE;
}
.AnyTagClassName
{
color: #8DC0BE;
}
</style>
background-color css
<style>
a { background-color: #8DC0BE; }
a { background-color: rgb(141,192,190); }
div.DivClassName
{
background-color: #8DC0BE;
}
.BgClassName
{
background-color: #8DC0BE;
}
</style>
border-color css
<style>
span { border-color: #8DC0BE; }
span { border-color: rgb(141,192,190); }
td.TdClassName
{
border-color: #8DC0BE;
}
.TagClassName
{
border-color: #8DC0BE;
}
</style>