Shades of Shadow Green #8DBFB0
Tints of Shadow Green #8DBFB0
RGB
CMYK
RGB Variations
Color information
#8DBFB0 (or 0x8DBFB0) is known color: Shadow Green. HEX triplet: 8D, BF and B0. RGB value is (141,191,176). Sum of RGB (Red+Green+Blue) = 141+191+176=508 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.76% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBFB0 is #72404F. Grayscale: #AEAEAE. Windows color (decimal): -7487568 or 11583373. OLE color: 11583373.
HSL color Cylindrical-coordinate representation of color #8DBFB0: hue angle of 162º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DBFB0 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 176 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.25 |
| HSL | 162º | 0.28% | 0.65% | - |
| HSV(B) | 162º | 0.26% | 0.75% | - |
| XYZ | 37.45 | 46.06 | 47.99 | - |
| YUV | 174.34 | 128.94 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 176 | 0.26 | 0 | 0.08 | 0.25 | 162 | 0.28 | 0.65 |
| Hex | 8D | BF | B0 | 1A | 0 | 8 | 19 | A2 | 1C | 41 |
| Octal | 215 | 277 | 260 | 32 | 0 | 10 | 31 | 242 | 34 | 101 |
| Binary | 10001101 | 10111111 | 10110000 | 11010 | 0 | 1000 | 11001 | 10100010 | 11100 | 1000001 |
Color Harmonies of #8DBFB0
Complementary color
Monochromatic Colors of #8DBFB0
Black with #8DBFB0
Text Example
Text Example
White with #8DBFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBFB0; }
p { color: rgb(141,191,176); }
H1.HeaderClassName
{
color: #8DBFB0;
}
.AnyTagClassName
{
color: #8DBFB0;
}
</style>
background-color css
<style>
a { background-color: #8DBFB0; }
a { background-color: rgb(141,191,176); }
div.DivClassName
{
background-color: #8DBFB0;
}
.BgClassName
{
background-color: #8DBFB0;
}
</style>
border-color css
<style>
span { border-color: #8DBFB0; }
span { border-color: rgb(141,191,176); }
td.TdClassName
{
border-color: #8DBFB0;
}
.TagClassName
{
border-color: #8DBFB0;
}
</style>