Shades of Shadow Green #8BC0BB
Tints of Shadow Green #8BC0BB
RGB
CMYK
RGB Variations
Color information
#8BC0BB (or 0x8BC0BB) is known color: Shadow Green. HEX triplet: 8B, C0 and BB. RGB value is (139,192,187). Sum of RGB (Red+Green+Blue) = 139+192+187=518 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.83% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC0BB is #743F44. Grayscale: #AFAFAF. Windows color (decimal): -7618373 or 12304523. OLE color: 12304523.
HSL color Cylindrical-coordinate representation of color #8BC0BB: hue angle of 174.34º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8BC0BB is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 192 | 187 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.25 |
| HSL | 174.34º | 0.3% | 0.65% | - |
| HSV(B) | 174.34º | 0.28% | 0.75% | - |
| XYZ | 38.47 | 46.78 | 54.01 | - |
| YUV | 175.58 | 134.44 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 187 | 0.28 | 0 | 0.03 | 0.25 | 174.34 | 0.3 | 0.65 |
| Hex | 8B | C0 | BB | 1C | 0 | 3 | 19 | AE | 1E | 41 |
| Octal | 213 | 300 | 273 | 34 | 0 | 3 | 31 | 256 | 36 | 101 |
| Binary | 10001011 | 11000000 | 10111011 | 11100 | 0 | 11 | 11001 | 10101110 | 11110 | 1000001 |
Color Harmonies of #8BC0BB
Complementary color
Monochromatic Colors of #8BC0BB
Black with #8BC0BB
Text Example
Text Example
White with #8BC0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC0BB; }
p { color: rgb(139,192,187); }
H1.HeaderClassName
{
color: #8BC0BB;
}
.AnyTagClassName
{
color: #8BC0BB;
}
</style>
background-color css
<style>
a { background-color: #8BC0BB; }
a { background-color: rgb(139,192,187); }
div.DivClassName
{
background-color: #8BC0BB;
}
.BgClassName
{
background-color: #8BC0BB;
}
</style>
border-color css
<style>
span { border-color: #8BC0BB; }
span { border-color: rgb(139,192,187); }
td.TdClassName
{
border-color: #8BC0BB;
}
.TagClassName
{
border-color: #8BC0BB;
}
</style>