Shades of Shadow Green #8FBFC0
Tints of Shadow Green #8FBFC0
RGB
CMYK
RGB Variations
Color information
#8FBFC0 (or 0x8FBFC0) is known color: Shadow Green. HEX triplet: 8F, BF and C0. RGB value is (143,191,192). Sum of RGB (Red+Green+Blue) = 143+191+192=526 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.19% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 192 - color contains mainly: blue. Hex color #8FBFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBFC0 is #70403F. Grayscale: #B0B0B0. Windows color (decimal): -7356480 or 12631951. OLE color: 12631951.
HSL color Cylindrical-coordinate representation of color #8FBFC0: hue angle of 181.22º 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 #8FBFC0 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 191 | 192 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.25 |
| HSL | 181.22º | 0.28% | 0.66% | - |
| HSV(B) | 181.22º | 0.26% | 0.75% | - |
| XYZ | 39.47 | 46.91 | 56.84 | - |
| YUV | 176.76 | 136.6 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 191 | 192 | 0.26 | 0.01 | 0 | 0.25 | 181.22 | 0.28 | 0.66 |
| Hex | 8F | BF | C0 | 1A | 1 | 0 | 19 | B5 | 1C | 42 |
| Octal | 217 | 277 | 300 | 32 | 1 | 0 | 31 | 265 | 34 | 102 |
| Binary | 10001111 | 10111111 | 11000000 | 11010 | 1 | 0 | 11001 | 10110101 | 11100 | 1000010 |
Color Harmonies of #8FBFC0
Complementary color
Monochromatic Colors of #8FBFC0
Black with #8FBFC0
Text Example
Text Example
White with #8FBFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBFC0; }
p { color: rgb(143,191,192); }
H1.HeaderClassName
{
color: #8FBFC0;
}
.AnyTagClassName
{
color: #8FBFC0;
}
</style>
background-color css
<style>
a { background-color: #8FBFC0; }
a { background-color: rgb(143,191,192); }
div.DivClassName
{
background-color: #8FBFC0;
}
.BgClassName
{
background-color: #8FBFC0;
}
</style>
border-color css
<style>
span { border-color: #8FBFC0; }
span { border-color: rgb(143,191,192); }
td.TdClassName
{
border-color: #8FBFC0;
}
.TagClassName
{
border-color: #8FBFC0;
}
</style>