Shades of Shadow Green #8DBCAF
Tints of Shadow Green #8DBCAF
RGB
CMYK
RGB Variations
Color information
#8DBCAF (or 0x8DBCAF) is known color: Shadow Green. HEX triplet: 8D, BC and AF. RGB value is (141,188,175). Sum of RGB (Red+Green+Blue) = 141+188+175=504 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.98% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBCAF is #724350. Grayscale: #ACACAC. Windows color (decimal): -7488337 or 11517069. OLE color: 11517069.
HSL color Cylindrical-coordinate representation of color #8DBCAF: hue angle of 163.4º 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 #8DBCAF is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 188 | 175 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.26 |
| HSL | 163.4º | 0.26% | 0.65% | - |
| HSV(B) | 163.4º | 0.25% | 0.74% | - |
| XYZ | 36.71 | 44.72 | 47.26 | - |
| YUV | 172.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 175 | 0.25 | 0 | 0.07 | 0.26 | 163.4 | 0.26 | 0.65 |
| Hex | 8D | BC | AF | 19 | 0 | 7 | 1A | A3 | 1A | 41 |
| Octal | 215 | 274 | 257 | 31 | 0 | 7 | 32 | 243 | 32 | 101 |
| Binary | 10001101 | 10111100 | 10101111 | 11001 | 0 | 111 | 11010 | 10100011 | 11010 | 1000001 |
Color Harmonies of #8DBCAF
Complementary color
Monochromatic Colors of #8DBCAF
Black with #8DBCAF
Text Example
Text Example
White with #8DBCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBCAF; }
p { color: rgb(141,188,175); }
H1.HeaderClassName
{
color: #8DBCAF;
}
.AnyTagClassName
{
color: #8DBCAF;
}
</style>
background-color css
<style>
a { background-color: #8DBCAF; }
a { background-color: rgb(141,188,175); }
div.DivClassName
{
background-color: #8DBCAF;
}
.BgClassName
{
background-color: #8DBCAF;
}
</style>
border-color css
<style>
span { border-color: #8DBCAF; }
span { border-color: rgb(141,188,175); }
td.TdClassName
{
border-color: #8DBCAF;
}
.TagClassName
{
border-color: #8DBCAF;
}
</style>