Shades of Shadow Green #8CBCB8
Tints of Shadow Green #8CBCB8
RGB
CMYK
RGB Variations
Color information
#8CBCB8 (or 0x8CBCB8) is known color: Shadow Green. HEX triplet: 8C, BC and B8. RGB value is (140,188,184). Sum of RGB (Red+Green+Blue) = 140+188+184=512 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.34% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBCB8 is #734347. Grayscale: #ADADAD. Windows color (decimal): -7553864 or 12106892. OLE color: 12106892.
HSL color Cylindrical-coordinate representation of color #8CBCB8: hue angle of 175º 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 #8CBCB8 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 184 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.26 |
| HSL | 175º | 0.26% | 0.64% | - |
| HSV(B) | 175º | 0.26% | 0.74% | - |
| XYZ | 37.45 | 45 | 52.06 | - |
| YUV | 173.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 184 | 0.26 | 0 | 0.02 | 0.26 | 175 | 0.26 | 0.64 |
| Hex | 8C | BC | B8 | 1A | 0 | 2 | 1A | AF | 1A | 40 |
| Octal | 214 | 274 | 270 | 32 | 0 | 2 | 32 | 257 | 32 | 100 |
| Binary | 10001100 | 10111100 | 10111000 | 11010 | 0 | 10 | 11010 | 10101111 | 11010 | 1000000 |
Color Harmonies of #8CBCB8
Complementary color
Monochromatic Colors of #8CBCB8
Black with #8CBCB8
Text Example
Text Example
White with #8CBCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBCB8; }
p { color: rgb(140,188,184); }
H1.HeaderClassName
{
color: #8CBCB8;
}
.AnyTagClassName
{
color: #8CBCB8;
}
</style>
background-color css
<style>
a { background-color: #8CBCB8; }
a { background-color: rgb(140,188,184); }
div.DivClassName
{
background-color: #8CBCB8;
}
.BgClassName
{
background-color: #8CBCB8;
}
</style>
border-color css
<style>
span { border-color: #8CBCB8; }
span { border-color: rgb(140,188,184); }
td.TdClassName
{
border-color: #8CBCB8;
}
.TagClassName
{
border-color: #8CBCB8;
}
</style>