Shades of Shadow Green #8BBCBA
Tints of Shadow Green #8BBCBA
RGB
CMYK
RGB Variations
Color information
#8BBCBA (or 0x8BBCBA) is known color: Shadow Green. HEX triplet: 8B, BC and BA. RGB value is (139,188,186). Sum of RGB (Red+Green+Blue) = 139+188+186=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCBA is #744345. Grayscale: #ADADAD. Windows color (decimal): -7619398 or 12237963. OLE color: 12237963.
HSL color Cylindrical-coordinate representation of color #8BBCBA: hue angle of 177.55º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BBCBA is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 186 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.26 |
| HSL | 177.55º | 0.27% | 0.64% | - |
| HSV(B) | 177.55º | 0.26% | 0.74% | - |
| XYZ | 37.49 | 45 | 53.16 | - |
| YUV | 173.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 186 | 0.26 | 0 | 0.01 | 0.26 | 177.55 | 0.27 | 0.64 |
| Hex | 8B | BC | BA | 1A | 0 | 1 | 1A | B2 | 1B | 40 |
| Octal | 213 | 274 | 272 | 32 | 0 | 1 | 32 | 262 | 33 | 100 |
| Binary | 10001011 | 10111100 | 10111010 | 11010 | 0 | 1 | 11010 | 10110010 | 11011 | 1000000 |
Color Harmonies of #8BBCBA
Complementary color
Monochromatic Colors of #8BBCBA
Black with #8BBCBA
Text Example
Text Example
White with #8BBCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCBA; }
p { color: rgb(139,188,186); }
H1.HeaderClassName
{
color: #8BBCBA;
}
.AnyTagClassName
{
color: #8BBCBA;
}
</style>
background-color css
<style>
a { background-color: #8BBCBA; }
a { background-color: rgb(139,188,186); }
div.DivClassName
{
background-color: #8BBCBA;
}
.BgClassName
{
background-color: #8BBCBA;
}
</style>
border-color css
<style>
span { border-color: #8BBCBA; }
span { border-color: rgb(139,188,186); }
td.TdClassName
{
border-color: #8BBCBA;
}
.TagClassName
{
border-color: #8BBCBA;
}
</style>