Shades of Shadow Green #8FC7BA
Tints of Shadow Green #8FC7BA
RGB
CMYK
RGB Variations
Color information
#8FC7BA (or 0x8FC7BA) is known color: Shadow Green. HEX triplet: 8F, C7 and BA. RGB value is (143,199,186). Sum of RGB (Red+Green+Blue) = 143+199+186=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC7BA is #703845. Grayscale: #B4B4B4. Windows color (decimal): -7354438 or 12240783. OLE color: 12240783.
HSL color Cylindrical-coordinate representation of color #8FC7BA: hue angle of 166.07º 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 #8FC7BA is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 199 | 186 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.22 |
| HSL | 166.07º | 0.33% | 0.67% | - |
| HSV(B) | 166.07º | 0.28% | 0.78% | - |
| XYZ | 40.61 | 50.23 | 54.01 | - |
| YUV | 180.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 199 | 186 | 0.28 | 0 | 0.07 | 0.22 | 166.07 | 0.33 | 0.67 |
| Hex | 8F | C7 | BA | 1C | 0 | 7 | 16 | A6 | 21 | 43 |
| Octal | 217 | 307 | 272 | 34 | 0 | 7 | 26 | 246 | 41 | 103 |
| Binary | 10001111 | 11000111 | 10111010 | 11100 | 0 | 111 | 10110 | 10100110 | 100001 | 1000011 |
Color Harmonies of #8FC7BA
Complementary color
Monochromatic Colors of #8FC7BA
Black with #8FC7BA
Text Example
Text Example
White with #8FC7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC7BA; }
p { color: rgb(143,199,186); }
H1.HeaderClassName
{
color: #8FC7BA;
}
.AnyTagClassName
{
color: #8FC7BA;
}
</style>
background-color css
<style>
a { background-color: #8FC7BA; }
a { background-color: rgb(143,199,186); }
div.DivClassName
{
background-color: #8FC7BA;
}
.BgClassName
{
background-color: #8FC7BA;
}
</style>
border-color css
<style>
span { border-color: #8FC7BA; }
span { border-color: rgb(143,199,186); }
td.TdClassName
{
border-color: #8FC7BA;
}
.TagClassName
{
border-color: #8FC7BA;
}
</style>