Shades of Shadow Green #8CC4B0
Tints of Shadow Green #8CC4B0
RGB
CMYK
RGB Variations
Color information
#8CC4B0 (or 0x8CC4B0) is known color: Shadow Green. HEX triplet: 8C, C4 and B0. RGB value is (140,196,176). Sum of RGB (Red+Green+Blue) = 140+196+176=512 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.34% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC4B0 is #733B4F. Grayscale: #B1B1B1. Windows color (decimal): -7551824 or 11584652. OLE color: 11584652.
HSL color Cylindrical-coordinate representation of color #8CC4B0: hue angle of 158.57º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CC4B0 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 196 | 176 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.23 |
| HSL | 158.57º | 0.32% | 0.66% | - |
| HSV(B) | 158.57º | 0.29% | 0.77% | - |
| XYZ | 38.39 | 48.19 | 48.35 | - |
| YUV | 176.98 | 127.45 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 196 | 176 | 0.29 | 0 | 0.10 | 0.23 | 158.57 | 0.32 | 0.66 |
| Hex | 8C | C4 | B0 | 1D | 0 | A | 17 | 9F | 20 | 42 |
| Octal | 214 | 304 | 260 | 35 | 0 | 12 | 27 | 237 | 40 | 102 |
| Binary | 10001100 | 11000100 | 10110000 | 11101 | 0 | 1010 | 10111 | 10011111 | 100000 | 1000010 |
Color Harmonies of #8CC4B0
Complementary color
Monochromatic Colors of #8CC4B0
Black with #8CC4B0
Text Example
Text Example
White with #8CC4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC4B0; }
p { color: rgb(140,196,176); }
H1.HeaderClassName
{
color: #8CC4B0;
}
.AnyTagClassName
{
color: #8CC4B0;
}
</style>
background-color css
<style>
a { background-color: #8CC4B0; }
a { background-color: rgb(140,196,176); }
div.DivClassName
{
background-color: #8CC4B0;
}
.BgClassName
{
background-color: #8CC4B0;
}
</style>
border-color css
<style>
span { border-color: #8CC4B0; }
span { border-color: rgb(140,196,176); }
td.TdClassName
{
border-color: #8CC4B0;
}
.TagClassName
{
border-color: #8CC4B0;
}
</style>