Shades of Shadow Green #8FC1BC
Tints of Shadow Green #8FC1BC
RGB
CMYK
RGB Variations
Color information
#8FC1BC (or 0x8FC1BC) is known color: Shadow Green. HEX triplet: 8F, C1 and BC. RGB value is (143,193,188). Sum of RGB (Red+Green+Blue) = 143+193+188=524 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.29% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 193 - color contains mainly: green. Hex color #8FC1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC1BC is #703E43. Grayscale: #B1B1B1. Windows color (decimal): -7355972 or 12370319. OLE color: 12370319.
HSL color Cylindrical-coordinate representation of color #8FC1BC: hue angle of 174º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FC1BC is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 193 | 188 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.24 |
| HSL | 174º | 0.29% | 0.66% | - |
| HSV(B) | 174º | 0.26% | 0.76% | - |
| XYZ | 39.47 | 47.61 | 54.69 | - |
| YUV | 177.48 | 133.94 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 193 | 188 | 0.26 | 0 | 0.03 | 0.24 | 174 | 0.29 | 0.66 |
| Hex | 8F | C1 | BC | 1A | 0 | 3 | 18 | AE | 1D | 42 |
| Octal | 217 | 301 | 274 | 32 | 0 | 3 | 30 | 256 | 35 | 102 |
| Binary | 10001111 | 11000001 | 10111100 | 11010 | 0 | 11 | 11000 | 10101110 | 11101 | 1000010 |
Color Harmonies of #8FC1BC
Complementary color
Monochromatic Colors of #8FC1BC
Black with #8FC1BC
Text Example
Text Example
White with #8FC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC1BC; }
p { color: rgb(143,193,188); }
H1.HeaderClassName
{
color: #8FC1BC;
}
.AnyTagClassName
{
color: #8FC1BC;
}
</style>
background-color css
<style>
a { background-color: #8FC1BC; }
a { background-color: rgb(143,193,188); }
div.DivClassName
{
background-color: #8FC1BC;
}
.BgClassName
{
background-color: #8FC1BC;
}
</style>
border-color css
<style>
span { border-color: #8FC1BC; }
span { border-color: rgb(143,193,188); }
td.TdClassName
{
border-color: #8FC1BC;
}
.TagClassName
{
border-color: #8FC1BC;
}
</style>