Shades of Shadow Green #8FBAB5
Tints of Shadow Green #8FBAB5
RGB
CMYK
RGB Variations
Color information
#8FBAB5 (or 0x8FBAB5) is known color: Shadow Green. HEX triplet: 8F, BA and B5. RGB value is (143,186,181). Sum of RGB (Red+Green+Blue) = 143+186+181=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBAB5 is #70454A. Grayscale: #ACACAC. Windows color (decimal): -7357771 or 11909775. OLE color: 11909775.
HSL color Cylindrical-coordinate representation of color #8FBAB5: hue angle of 173.02º 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 #8FBAB5 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 181 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.27 |
| HSL | 173.02º | 0.24% | 0.65% | - |
| HSV(B) | 173.02º | 0.23% | 0.73% | - |
| XYZ | 37.23 | 44.29 | 50.3 | - |
| YUV | 172.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 181 | 0.23 | 0 | 0.03 | 0.27 | 173.02 | 0.24 | 0.65 |
| Hex | 8F | BA | B5 | 17 | 0 | 3 | 1B | AD | 18 | 41 |
| Octal | 217 | 272 | 265 | 27 | 0 | 3 | 33 | 255 | 30 | 101 |
| Binary | 10001111 | 10111010 | 10110101 | 10111 | 0 | 11 | 11011 | 10101101 | 11000 | 1000001 |
Color Harmonies of #8FBAB5
Complementary color
Monochromatic Colors of #8FBAB5
Black with #8FBAB5
Text Example
Text Example
White with #8FBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBAB5; }
p { color: rgb(143,186,181); }
H1.HeaderClassName
{
color: #8FBAB5;
}
.AnyTagClassName
{
color: #8FBAB5;
}
</style>
background-color css
<style>
a { background-color: #8FBAB5; }
a { background-color: rgb(143,186,181); }
div.DivClassName
{
background-color: #8FBAB5;
}
.BgClassName
{
background-color: #8FBAB5;
}
</style>
border-color css
<style>
span { border-color: #8FBAB5; }
span { border-color: rgb(143,186,181); }
td.TdClassName
{
border-color: #8FBAB5;
}
.TagClassName
{
border-color: #8FBAB5;
}
</style>