Shades of Shadow Green #8FBCB6
Tints of Shadow Green #8FBCB6
RGB
CMYK
RGB Variations
Color information
#8FBCB6 (or 0x8FBCB6) is known color: Shadow Green. HEX triplet: 8F, BC and B6. RGB value is (143,188,182). Sum of RGB (Red+Green+Blue) = 143+188+182=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCB6 is #704349. Grayscale: #ADADAD. Windows color (decimal): -7357258 or 11975823. OLE color: 11975823.
HSL color Cylindrical-coordinate representation of color #8FBCB6: hue angle of 172º 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 #8FBCB6 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 182 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.26 |
| HSL | 172º | 0.25% | 0.65% | - |
| HSV(B) | 172º | 0.24% | 0.74% | - |
| XYZ | 37.75 | 45.18 | 50.99 | - |
| YUV | 173.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 182 | 0.24 | 0 | 0.03 | 0.26 | 172 | 0.25 | 0.65 |
| Hex | 8F | BC | B6 | 18 | 0 | 3 | 1A | AC | 19 | 41 |
| Octal | 217 | 274 | 266 | 30 | 0 | 3 | 32 | 254 | 31 | 101 |
| Binary | 10001111 | 10111100 | 10110110 | 11000 | 0 | 11 | 11010 | 10101100 | 11001 | 1000001 |
Color Harmonies of #8FBCB6
Complementary color
Monochromatic Colors of #8FBCB6
Black with #8FBCB6
Text Example
Text Example
White with #8FBCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCB6; }
p { color: rgb(143,188,182); }
H1.HeaderClassName
{
color: #8FBCB6;
}
.AnyTagClassName
{
color: #8FBCB6;
}
</style>
background-color css
<style>
a { background-color: #8FBCB6; }
a { background-color: rgb(143,188,182); }
div.DivClassName
{
background-color: #8FBCB6;
}
.BgClassName
{
background-color: #8FBCB6;
}
</style>
border-color css
<style>
span { border-color: #8FBCB6; }
span { border-color: rgb(143,188,182); }
td.TdClassName
{
border-color: #8FBCB6;
}
.TagClassName
{
border-color: #8FBCB6;
}
</style>