Shades of Shadow Green #8CBCB9
Tints of Shadow Green #8CBCB9
RGB
CMYK
RGB Variations
Color information
#8CBCB9 (or 0x8CBCB9) is known color: Shadow Green. HEX triplet: 8C, BC and B9. RGB value is (140,188,185). Sum of RGB (Red+Green+Blue) = 140+188+185=513 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.29% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBCB9 is #734346. Grayscale: #ADADAD. Windows color (decimal): -7553863 or 12172428. OLE color: 12172428.
HSL color Cylindrical-coordinate representation of color #8CBCB9: hue angle of 176.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBCB9 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 185 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.26 |
| HSL | 176.25º | 0.26% | 0.64% | - |
| HSV(B) | 176.25º | 0.26% | 0.74% | - |
| XYZ | 37.56 | 45.04 | 52.61 | - |
| YUV | 173.31 | 134.6 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 185 | 0.26 | 0 | 0.02 | 0.26 | 176.25 | 0.26 | 0.64 |
| Hex | 8C | BC | B9 | 1A | 0 | 2 | 1A | B0 | 1A | 40 |
| Octal | 214 | 274 | 271 | 32 | 0 | 2 | 32 | 260 | 32 | 100 |
| Binary | 10001100 | 10111100 | 10111001 | 11010 | 0 | 10 | 11010 | 10110000 | 11010 | 1000000 |
Color Harmonies of #8CBCB9
Complementary color
Monochromatic Colors of #8CBCB9
Black with #8CBCB9
Text Example
Text Example
White with #8CBCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBCB9; }
p { color: rgb(140,188,185); }
H1.HeaderClassName
{
color: #8CBCB9;
}
.AnyTagClassName
{
color: #8CBCB9;
}
</style>
background-color css
<style>
a { background-color: #8CBCB9; }
a { background-color: rgb(140,188,185); }
div.DivClassName
{
background-color: #8CBCB9;
}
.BgClassName
{
background-color: #8CBCB9;
}
</style>
border-color css
<style>
span { border-color: #8CBCB9; }
span { border-color: rgb(140,188,185); }
td.TdClassName
{
border-color: #8CBCB9;
}
.TagClassName
{
border-color: #8CBCB9;
}
</style>