Shades of Shadow Green #8DBCBA
Tints of Shadow Green #8DBCBA
RGB
CMYK
RGB Variations
Color information
#8DBCBA (or 0x8DBCBA) is known color: Shadow Green. HEX triplet: 8D, BC and BA. RGB value is (141,188,186). Sum of RGB (Red+Green+Blue) = 141+188+186=515 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.38% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBCBA is #724345. Grayscale: #ADADAD. Windows color (decimal): -7488326 or 12237965. OLE color: 12237965.
HSL color Cylindrical-coordinate representation of color #8DBCBA: hue angle of 177.45º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DBCBA is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 188 | 186 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.26 |
| HSL | 177.45º | 0.26% | 0.65% | - |
| HSV(B) | 177.45º | 0.25% | 0.74% | - |
| XYZ | 37.83 | 45.17 | 53.18 | - |
| YUV | 173.72 | 134.93 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 186 | 0.25 | 0 | 0.01 | 0.26 | 177.45 | 0.26 | 0.65 |
| Hex | 8D | BC | BA | 19 | 0 | 1 | 1A | B1 | 1A | 41 |
| Octal | 215 | 274 | 272 | 31 | 0 | 1 | 32 | 261 | 32 | 101 |
| Binary | 10001101 | 10111100 | 10111010 | 11001 | 0 | 1 | 11010 | 10110001 | 11010 | 1000001 |
Color Harmonies of #8DBCBA
Complementary color
Monochromatic Colors of #8DBCBA
Black with #8DBCBA
Text Example
Text Example
White with #8DBCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBCBA; }
p { color: rgb(141,188,186); }
H1.HeaderClassName
{
color: #8DBCBA;
}
.AnyTagClassName
{
color: #8DBCBA;
}
</style>
background-color css
<style>
a { background-color: #8DBCBA; }
a { background-color: rgb(141,188,186); }
div.DivClassName
{
background-color: #8DBCBA;
}
.BgClassName
{
background-color: #8DBCBA;
}
</style>
border-color css
<style>
span { border-color: #8DBCBA; }
span { border-color: rgb(141,188,186); }
td.TdClassName
{
border-color: #8DBCBA;
}
.TagClassName
{
border-color: #8DBCBA;
}
</style>