Shades of Shadow Green #8FBAB0
Tints of Shadow Green #8FBAB0
RGB
CMYK
RGB Variations
Color information
#8FBAB0 (or 0x8FBAB0) is known color: Shadow Green. HEX triplet: 8F, BA and B0. RGB value is (143,186,176). Sum of RGB (Red+Green+Blue) = 143+186+176=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBAB0 is #70454F. Grayscale: #ACACAC. Windows color (decimal): -7357776 or 11582095. OLE color: 11582095.
HSL color Cylindrical-coordinate representation of color #8FBAB0: hue angle of 166.05º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FBAB0 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 176 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.27 |
| HSL | 166.05º | 0.24% | 0.65% | - |
| HSV(B) | 166.05º | 0.23% | 0.73% | - |
| XYZ | 36.72 | 44.09 | 47.65 | - |
| YUV | 172 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 176 | 0.23 | 0 | 0.05 | 0.27 | 166.05 | 0.24 | 0.65 |
| Hex | 8F | BA | B0 | 17 | 0 | 5 | 1B | A6 | 18 | 41 |
| Octal | 217 | 272 | 260 | 27 | 0 | 5 | 33 | 246 | 30 | 101 |
| Binary | 10001111 | 10111010 | 10110000 | 10111 | 0 | 101 | 11011 | 10100110 | 11000 | 1000001 |
Color Harmonies of #8FBAB0
Complementary color
Monochromatic Colors of #8FBAB0
Black with #8FBAB0
Text Example
Text Example
White with #8FBAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBAB0; }
p { color: rgb(143,186,176); }
H1.HeaderClassName
{
color: #8FBAB0;
}
.AnyTagClassName
{
color: #8FBAB0;
}
</style>
background-color css
<style>
a { background-color: #8FBAB0; }
a { background-color: rgb(143,186,176); }
div.DivClassName
{
background-color: #8FBAB0;
}
.BgClassName
{
background-color: #8FBAB0;
}
</style>
border-color css
<style>
span { border-color: #8FBAB0; }
span { border-color: rgb(143,186,176); }
td.TdClassName
{
border-color: #8FBAB0;
}
.TagClassName
{
border-color: #8FBAB0;
}
</style>