Shades of Shadow Green #8FBAB2
Tints of Shadow Green #8FBAB2
RGB
CMYK
RGB Variations
Color information
#8FBAB2 (or 0x8FBAB2) is known color: Shadow Green. HEX triplet: 8F, BA and B2. RGB value is (143,186,178). Sum of RGB (Red+Green+Blue) = 143+186+178=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBAB2 is #70454D. Grayscale: #ACACAC. Windows color (decimal): -7357774 or 11713167. OLE color: 11713167.
HSL color Cylindrical-coordinate representation of color #8FBAB2: hue angle of 168.84º 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 #8FBAB2 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 178 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.27 |
| HSL | 168.84º | 0.24% | 0.65% | - |
| HSV(B) | 168.84º | 0.23% | 0.73% | - |
| XYZ | 36.92 | 44.17 | 48.7 | - |
| YUV | 172.23 | 131.25 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 178 | 0.23 | 0 | 0.04 | 0.27 | 168.84 | 0.24 | 0.65 |
| Hex | 8F | BA | B2 | 17 | 0 | 4 | 1B | A9 | 18 | 41 |
| Octal | 217 | 272 | 262 | 27 | 0 | 4 | 33 | 251 | 30 | 101 |
| Binary | 10001111 | 10111010 | 10110010 | 10111 | 0 | 100 | 11011 | 10101001 | 11000 | 1000001 |
Color Harmonies of #8FBAB2
Complementary color
Monochromatic Colors of #8FBAB2
Black with #8FBAB2
Text Example
Text Example
White with #8FBAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBAB2; }
p { color: rgb(143,186,178); }
H1.HeaderClassName
{
color: #8FBAB2;
}
.AnyTagClassName
{
color: #8FBAB2;
}
</style>
background-color css
<style>
a { background-color: #8FBAB2; }
a { background-color: rgb(143,186,178); }
div.DivClassName
{
background-color: #8FBAB2;
}
.BgClassName
{
background-color: #8FBAB2;
}
</style>
border-color css
<style>
span { border-color: #8FBAB2; }
span { border-color: rgb(143,186,178); }
td.TdClassName
{
border-color: #8FBAB2;
}
.TagClassName
{
border-color: #8FBAB2;
}
</style>