Shades of Shadow Green #8FC6BC
Tints of Shadow Green #8FC6BC
RGB
CMYK
RGB Variations
Color information
#8FC6BC (or 0x8FC6BC) is known color: Shadow Green. HEX triplet: 8F, C6 and BC. RGB value is (143,198,188). Sum of RGB (Red+Green+Blue) = 143+198+188=529 (70% of max value = 765). Red value is 143 (56.25% from 255 or 27.03% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC6BC is #703943. Grayscale: #B4B4B4. Windows color (decimal): -7354692 or 12371599. OLE color: 12371599.
HSL color Cylindrical-coordinate representation of color #8FC6BC: hue angle of 169.09º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FC6BC is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 198 | 188 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.22 |
| HSL | 169.09º | 0.33% | 0.67% | - |
| HSV(B) | 169.09º | 0.28% | 0.78% | - |
| XYZ | 40.6 | 49.86 | 55.06 | - |
| YUV | 180.42 | 132.28 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 188 | 0.28 | 0 | 0.05 | 0.22 | 169.09 | 0.33 | 0.67 |
| Hex | 8F | C6 | BC | 1C | 0 | 5 | 16 | A9 | 21 | 43 |
| Octal | 217 | 306 | 274 | 34 | 0 | 5 | 26 | 251 | 41 | 103 |
| Binary | 10001111 | 11000110 | 10111100 | 11100 | 0 | 101 | 10110 | 10101001 | 100001 | 1000011 |
Color Harmonies of #8FC6BC
Complementary color
Monochromatic Colors of #8FC6BC
Black with #8FC6BC
Text Example
Text Example
White with #8FC6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC6BC; }
p { color: rgb(143,198,188); }
H1.HeaderClassName
{
color: #8FC6BC;
}
.AnyTagClassName
{
color: #8FC6BC;
}
</style>
background-color css
<style>
a { background-color: #8FC6BC; }
a { background-color: rgb(143,198,188); }
div.DivClassName
{
background-color: #8FC6BC;
}
.BgClassName
{
background-color: #8FC6BC;
}
</style>
border-color css
<style>
span { border-color: #8FC6BC; }
span { border-color: rgb(143,198,188); }
td.TdClassName
{
border-color: #8FC6BC;
}
.TagClassName
{
border-color: #8FC6BC;
}
</style>