Shades of Shadow Green #8FBCBB
Tints of Shadow Green #8FBCBB
RGB
CMYK
RGB Variations
Color information
#8FBCBB (or 0x8FBCBB) is known color: Shadow Green. HEX triplet: 8F, BC and BB. RGB value is (143,188,187). Sum of RGB (Red+Green+Blue) = 143+188+187=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCBB is #704344. Grayscale: #AEAEAE. Windows color (decimal): -7357253 or 12303503. OLE color: 12303503.
HSL color Cylindrical-coordinate representation of color #8FBCBB: hue angle of 178.67º 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 #8FBCBB is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 187 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.26 |
| HSL | 178.67º | 0.25% | 0.65% | - |
| HSV(B) | 178.67º | 0.24% | 0.74% | - |
| XYZ | 38.28 | 45.39 | 53.76 | - |
| YUV | 174.43 | 135.09 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 187 | 0.24 | 0 | 0.01 | 0.26 | 178.67 | 0.25 | 0.65 |
| Hex | 8F | BC | BB | 18 | 0 | 1 | 1A | B3 | 19 | 41 |
| Octal | 217 | 274 | 273 | 30 | 0 | 1 | 32 | 263 | 31 | 101 |
| Binary | 10001111 | 10111100 | 10111011 | 11000 | 0 | 1 | 11010 | 10110011 | 11001 | 1000001 |
Color Harmonies of #8FBCBB
Complementary color
Monochromatic Colors of #8FBCBB
Black with #8FBCBB
Text Example
Text Example
White with #8FBCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCBB; }
p { color: rgb(143,188,187); }
H1.HeaderClassName
{
color: #8FBCBB;
}
.AnyTagClassName
{
color: #8FBCBB;
}
</style>
background-color css
<style>
a { background-color: #8FBCBB; }
a { background-color: rgb(143,188,187); }
div.DivClassName
{
background-color: #8FBCBB;
}
.BgClassName
{
background-color: #8FBCBB;
}
</style>
border-color css
<style>
span { border-color: #8FBCBB; }
span { border-color: rgb(143,188,187); }
td.TdClassName
{
border-color: #8FBCBB;
}
.TagClassName
{
border-color: #8FBCBB;
}
</style>