Shades of Shadow Green #8FC0BA
Tints of Shadow Green #8FC0BA
RGB
CMYK
RGB Variations
Color information
#8FC0BA (or 0x8FC0BA) is known color: Shadow Green. HEX triplet: 8F, C0 and BA. RGB value is (143,192,186). Sum of RGB (Red+Green+Blue) = 143+192+186=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC0BA is #703F45. Grayscale: #B0B0B0. Windows color (decimal): -7356230 or 12238991. OLE color: 12238991.
HSL color Cylindrical-coordinate representation of color #8FC0BA: hue angle of 172.65º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FC0BA is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 192 | 186 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.25 |
| HSL | 172.65º | 0.28% | 0.66% | - |
| HSV(B) | 172.65º | 0.26% | 0.75% | - |
| XYZ | 39.04 | 47.08 | 53.48 | - |
| YUV | 176.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 186 | 0.26 | 0 | 0.03 | 0.25 | 172.65 | 0.28 | 0.66 |
| Hex | 8F | C0 | BA | 1A | 0 | 3 | 19 | AD | 1C | 42 |
| Octal | 217 | 300 | 272 | 32 | 0 | 3 | 31 | 255 | 34 | 102 |
| Binary | 10001111 | 11000000 | 10111010 | 11010 | 0 | 11 | 11001 | 10101101 | 11100 | 1000010 |
Color Harmonies of #8FC0BA
Complementary color
Monochromatic Colors of #8FC0BA
Black with #8FC0BA
Text Example
Text Example
White with #8FC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC0BA; }
p { color: rgb(143,192,186); }
H1.HeaderClassName
{
color: #8FC0BA;
}
.AnyTagClassName
{
color: #8FC0BA;
}
</style>
background-color css
<style>
a { background-color: #8FC0BA; }
a { background-color: rgb(143,192,186); }
div.DivClassName
{
background-color: #8FC0BA;
}
.BgClassName
{
background-color: #8FC0BA;
}
</style>
border-color css
<style>
span { border-color: #8FC0BA; }
span { border-color: rgb(143,192,186); }
td.TdClassName
{
border-color: #8FC0BA;
}
.TagClassName
{
border-color: #8FC0BA;
}
</style>