Shades of Shadow Green #8FBFB4
Tints of Shadow Green #8FBFB4
RGB
CMYK
RGB Variations
Color information
#8FBFB4 (or 0x8FBFB4) is known color: Shadow Green. HEX triplet: 8F, BF and B4. RGB value is (143,191,180). Sum of RGB (Red+Green+Blue) = 143+191+180=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBFB4 is #70404B. Grayscale: #AFAFAF. Windows color (decimal): -7356492 or 11845519. OLE color: 11845519.
HSL color Cylindrical-coordinate representation of color #8FBFB4: hue angle of 166.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8FBFB4 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 191 | 180 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.25 |
| HSL | 166.25º | 0.27% | 0.65% | - |
| HSV(B) | 166.25º | 0.25% | 0.75% | - |
| XYZ | 38.2 | 46.4 | 50.12 | - |
| YUV | 175.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 191 | 180 | 0.25 | 0 | 0.06 | 0.25 | 166.25 | 0.27 | 0.65 |
| Hex | 8F | BF | B4 | 19 | 0 | 6 | 19 | A6 | 1B | 41 |
| Octal | 217 | 277 | 264 | 31 | 0 | 6 | 31 | 246 | 33 | 101 |
| Binary | 10001111 | 10111111 | 10110100 | 11001 | 0 | 110 | 11001 | 10100110 | 11011 | 1000001 |
Color Harmonies of #8FBFB4
Complementary color
Monochromatic Colors of #8FBFB4
Black with #8FBFB4
Text Example
Text Example
White with #8FBFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBFB4; }
p { color: rgb(143,191,180); }
H1.HeaderClassName
{
color: #8FBFB4;
}
.AnyTagClassName
{
color: #8FBFB4;
}
</style>
background-color css
<style>
a { background-color: #8FBFB4; }
a { background-color: rgb(143,191,180); }
div.DivClassName
{
background-color: #8FBFB4;
}
.BgClassName
{
background-color: #8FBFB4;
}
</style>
border-color css
<style>
span { border-color: #8FBFB4; }
span { border-color: rgb(143,191,180); }
td.TdClassName
{
border-color: #8FBFB4;
}
.TagClassName
{
border-color: #8FBFB4;
}
</style>