Shades of Shadow Green #8FC0B1
Tints of Shadow Green #8FC0B1
RGB
CMYK
RGB Variations
Color information
#8FC0B1 (or 0x8FC0B1) is known color: Shadow Green. HEX triplet: 8F, C0 and B1. RGB value is (143,192,177). Sum of RGB (Red+Green+Blue) = 143+192+177=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC0B1 is #703F4E. Grayscale: #AFAFAF. Windows color (decimal): -7356239 or 11649167. OLE color: 11649167.
HSL color Cylindrical-coordinate representation of color #8FC0B1: hue angle of 161.63º 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 #8FC0B1 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 192 | 177 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.25 |
| HSL | 161.63º | 0.28% | 0.66% | - |
| HSV(B) | 161.63º | 0.26% | 0.75% | - |
| XYZ | 38.11 | 46.71 | 48.6 | - |
| YUV | 175.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 177 | 0.26 | 0 | 0.08 | 0.25 | 161.63 | 0.28 | 0.66 |
| Hex | 8F | C0 | B1 | 1A | 0 | 8 | 19 | A2 | 1C | 42 |
| Octal | 217 | 300 | 261 | 32 | 0 | 10 | 31 | 242 | 34 | 102 |
| Binary | 10001111 | 11000000 | 10110001 | 11010 | 0 | 1000 | 11001 | 10100010 | 11100 | 1000010 |
Color Harmonies of #8FC0B1
Complementary color
Monochromatic Colors of #8FC0B1
Black with #8FC0B1
Text Example
Text Example
White with #8FC0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC0B1; }
p { color: rgb(143,192,177); }
H1.HeaderClassName
{
color: #8FC0B1;
}
.AnyTagClassName
{
color: #8FC0B1;
}
</style>
background-color css
<style>
a { background-color: #8FC0B1; }
a { background-color: rgb(143,192,177); }
div.DivClassName
{
background-color: #8FC0B1;
}
.BgClassName
{
background-color: #8FC0B1;
}
</style>
border-color css
<style>
span { border-color: #8FC0B1; }
span { border-color: rgb(143,192,177); }
td.TdClassName
{
border-color: #8FC0B1;
}
.TagClassName
{
border-color: #8FC0B1;
}
</style>