Shades of Shadow Green #8FBCB3
Tints of Shadow Green #8FBCB3
RGB
CMYK
RGB Variations
Color information
#8FBCB3 (or 0x8FBCB3) is known color: Shadow Green. HEX triplet: 8F, BC and B3. RGB value is (143,188,179). Sum of RGB (Red+Green+Blue) = 143+188+179=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCB3 is #70434C. Grayscale: #ADADAD. Windows color (decimal): -7357261 or 11779215. OLE color: 11779215.
HSL color Cylindrical-coordinate representation of color #8FBCB3: hue angle of 168º 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 #8FBCB3 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 179 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.26 |
| HSL | 168º | 0.25% | 0.65% | - |
| HSV(B) | 168º | 0.24% | 0.74% | - |
| XYZ | 37.45 | 45.06 | 49.37 | - |
| YUV | 173.52 | 131.09 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 179 | 0.24 | 0 | 0.05 | 0.26 | 168 | 0.25 | 0.65 |
| Hex | 8F | BC | B3 | 18 | 0 | 5 | 1A | A8 | 19 | 41 |
| Octal | 217 | 274 | 263 | 30 | 0 | 5 | 32 | 250 | 31 | 101 |
| Binary | 10001111 | 10111100 | 10110011 | 11000 | 0 | 101 | 11010 | 10101000 | 11001 | 1000001 |
Color Harmonies of #8FBCB3
Complementary color
Monochromatic Colors of #8FBCB3
Black with #8FBCB3
Text Example
Text Example
White with #8FBCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCB3; }
p { color: rgb(143,188,179); }
H1.HeaderClassName
{
color: #8FBCB3;
}
.AnyTagClassName
{
color: #8FBCB3;
}
</style>
background-color css
<style>
a { background-color: #8FBCB3; }
a { background-color: rgb(143,188,179); }
div.DivClassName
{
background-color: #8FBCB3;
}
.BgClassName
{
background-color: #8FBCB3;
}
</style>
border-color css
<style>
span { border-color: #8FBCB3; }
span { border-color: rgb(143,188,179); }
td.TdClassName
{
border-color: #8FBCB3;
}
.TagClassName
{
border-color: #8FBCB3;
}
</style>