Shades of Shadow Green #8CBCB7
Tints of Shadow Green #8CBCB7
RGB
CMYK
RGB Variations
Color information
#8CBCB7 (or 0x8CBCB7) is known color: Shadow Green. HEX triplet: 8C, BC and B7. RGB value is (140,188,183). Sum of RGB (Red+Green+Blue) = 140+188+183=511 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.40% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBCB7 is #734348. Grayscale: #ADADAD. Windows color (decimal): -7553865 or 12041356. OLE color: 12041356.
HSL color Cylindrical-coordinate representation of color #8CBCB7: hue angle of 173.75º 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 #8CBCB7 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 183 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.26 |
| HSL | 173.75º | 0.26% | 0.64% | - |
| HSV(B) | 173.75º | 0.26% | 0.74% | - |
| XYZ | 37.35 | 44.96 | 51.51 | - |
| YUV | 173.08 | 133.6 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 183 | 0.26 | 0 | 0.03 | 0.26 | 173.75 | 0.26 | 0.64 |
| Hex | 8C | BC | B7 | 1A | 0 | 3 | 1A | AE | 1A | 40 |
| Octal | 214 | 274 | 267 | 32 | 0 | 3 | 32 | 256 | 32 | 100 |
| Binary | 10001100 | 10111100 | 10110111 | 11010 | 0 | 11 | 11010 | 10101110 | 11010 | 1000000 |
Color Harmonies of #8CBCB7
Complementary color
Monochromatic Colors of #8CBCB7
Black with #8CBCB7
Text Example
Text Example
White with #8CBCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBCB7; }
p { color: rgb(140,188,183); }
H1.HeaderClassName
{
color: #8CBCB7;
}
.AnyTagClassName
{
color: #8CBCB7;
}
</style>
background-color css
<style>
a { background-color: #8CBCB7; }
a { background-color: rgb(140,188,183); }
div.DivClassName
{
background-color: #8CBCB7;
}
.BgClassName
{
background-color: #8CBCB7;
}
</style>
border-color css
<style>
span { border-color: #8CBCB7; }
span { border-color: rgb(140,188,183); }
td.TdClassName
{
border-color: #8CBCB7;
}
.TagClassName
{
border-color: #8CBCB7;
}
</style>