Shades of Shadow Green #8FBCB9
Tints of Shadow Green #8FBCB9
RGB
CMYK
RGB Variations
Color information
#8FBCB9 (or 0x8FBCB9) is known color: Shadow Green. HEX triplet: 8F, BC and B9. RGB value is (143,188,185). Sum of RGB (Red+Green+Blue) = 143+188+185=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCB9 is #704346. Grayscale: #AEAEAE. Windows color (decimal): -7357255 or 12172431. OLE color: 12172431.
HSL color Cylindrical-coordinate representation of color #8FBCB9: hue angle of 176º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FBCB9 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 185 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.26 |
| HSL | 176º | 0.25% | 0.65% | - |
| HSV(B) | 176º | 0.24% | 0.74% | - |
| XYZ | 38.07 | 45.31 | 52.64 | - |
| YUV | 174.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 185 | 0.24 | 0 | 0.02 | 0.26 | 176 | 0.25 | 0.65 |
| Hex | 8F | BC | B9 | 18 | 0 | 2 | 1A | B0 | 19 | 41 |
| Octal | 217 | 274 | 271 | 30 | 0 | 2 | 32 | 260 | 31 | 101 |
| Binary | 10001111 | 10111100 | 10111001 | 11000 | 0 | 10 | 11010 | 10110000 | 11001 | 1000001 |
Color Harmonies of #8FBCB9
Complementary color
Monochromatic Colors of #8FBCB9
Black with #8FBCB9
Text Example
Text Example
White with #8FBCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCB9; }
p { color: rgb(143,188,185); }
H1.HeaderClassName
{
color: #8FBCB9;
}
.AnyTagClassName
{
color: #8FBCB9;
}
</style>
background-color css
<style>
a { background-color: #8FBCB9; }
a { background-color: rgb(143,188,185); }
div.DivClassName
{
background-color: #8FBCB9;
}
.BgClassName
{
background-color: #8FBCB9;
}
</style>
border-color css
<style>
span { border-color: #8FBCB9; }
span { border-color: rgb(143,188,185); }
td.TdClassName
{
border-color: #8FBCB9;
}
.TagClassName
{
border-color: #8FBCB9;
}
</style>