Shades of Shadow Green #8DC9B6
Tints of Shadow Green #8DC9B6
RGB
CMYK
RGB Variations
Color information
#8DC9B6 (or 0x8DC9B6) is known color: Shadow Green. HEX triplet: 8D, C9 and B6. RGB value is (141,201,182). Sum of RGB (Red+Green+Blue) = 141+201+182=524 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.91% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC9B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC9B6 is #723649. Grayscale: #B4B4B4. Windows color (decimal): -7485002 or 11979149. OLE color: 11979149.
HSL color Cylindrical-coordinate representation of color #8DC9B6: hue angle of 161º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DC9B6 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 182 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.21 |
| HSL | 161º | 0.36% | 0.67% | - |
| HSV(B) | 161º | 0.3% | 0.79% | - |
| XYZ | 40.31 | 50.81 | 51.94 | - |
| YUV | 180.89 | 128.62 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 182 | 0.30 | 0 | 0.09 | 0.21 | 161 | 0.36 | 0.67 |
| Hex | 8D | C9 | B6 | 1E | 0 | 9 | 15 | A1 | 24 | 43 |
| Octal | 215 | 311 | 266 | 36 | 0 | 11 | 25 | 241 | 44 | 103 |
| Binary | 10001101 | 11001001 | 10110110 | 11110 | 0 | 1001 | 10101 | 10100001 | 100100 | 1000011 |
Color Harmonies of #8DC9B6
Complementary color
Monochromatic Colors of #8DC9B6
Black with #8DC9B6
Text Example
Text Example
White with #8DC9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC9B6; }
p { color: rgb(141,201,182); }
H1.HeaderClassName
{
color: #8DC9B6;
}
.AnyTagClassName
{
color: #8DC9B6;
}
</style>
background-color css
<style>
a { background-color: #8DC9B6; }
a { background-color: rgb(141,201,182); }
div.DivClassName
{
background-color: #8DC9B6;
}
.BgClassName
{
background-color: #8DC9B6;
}
</style>
border-color css
<style>
span { border-color: #8DC9B6; }
span { border-color: rgb(141,201,182); }
td.TdClassName
{
border-color: #8DC9B6;
}
.TagClassName
{
border-color: #8DC9B6;
}
</style>