Shades of Shadow Green #8CBCAF
Tints of Shadow Green #8CBCAF
RGB
CMYK
RGB Variations
Color information
#8CBCAF (or 0x8CBCAF) is known color: Shadow Green. HEX triplet: 8C, BC and AF. RGB value is (140,188,175). Sum of RGB (Red+Green+Blue) = 140+188+175=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBCAF is #734350. Grayscale: #ACACAC. Windows color (decimal): -7553873 or 11517068. OLE color: 11517068.
HSL color Cylindrical-coordinate representation of color #8CBCAF: hue angle of 163.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 #8CBCAF is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 175 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.26 |
| HSL | 163.75º | 0.26% | 0.64% | - |
| HSV(B) | 163.75º | 0.26% | 0.74% | - |
| XYZ | 36.54 | 44.64 | 47.25 | - |
| YUV | 172.17 | 129.6 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 175 | 0.26 | 0 | 0.07 | 0.26 | 163.75 | 0.26 | 0.64 |
| Hex | 8C | BC | AF | 1A | 0 | 7 | 1A | A4 | 1A | 40 |
| Octal | 214 | 274 | 257 | 32 | 0 | 7 | 32 | 244 | 32 | 100 |
| Binary | 10001100 | 10111100 | 10101111 | 11010 | 0 | 111 | 11010 | 10100100 | 11010 | 1000000 |
Color Harmonies of #8CBCAF
Complementary color
Monochromatic Colors of #8CBCAF
Black with #8CBCAF
Text Example
Text Example
White with #8CBCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBCAF; }
p { color: rgb(140,188,175); }
H1.HeaderClassName
{
color: #8CBCAF;
}
.AnyTagClassName
{
color: #8CBCAF;
}
</style>
background-color css
<style>
a { background-color: #8CBCAF; }
a { background-color: rgb(140,188,175); }
div.DivClassName
{
background-color: #8CBCAF;
}
.BgClassName
{
background-color: #8CBCAF;
}
</style>
border-color css
<style>
span { border-color: #8CBCAF; }
span { border-color: rgb(140,188,175); }
td.TdClassName
{
border-color: #8CBCAF;
}
.TagClassName
{
border-color: #8CBCAF;
}
</style>