Shades of Shadow Green #8BBEBB
Tints of Shadow Green #8BBEBB
RGB
CMYK
RGB Variations
Color information
#8BBEBB (or 0x8BBEBB) is known color: Shadow Green. HEX triplet: 8B, BE and BB. RGB value is (139,190,187). Sum of RGB (Red+Green+Blue) = 139+190+187=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBEBB is #744144. Grayscale: #AEAEAE. Windows color (decimal): -7618885 or 12304011. OLE color: 12304011.
HSL color Cylindrical-coordinate representation of color #8BBEBB: hue angle of 176.47º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BBEBB is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 190 | 187 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.25 |
| HSL | 176.47º | 0.28% | 0.65% | - |
| HSV(B) | 176.47º | 0.27% | 0.75% | - |
| XYZ | 38.03 | 45.9 | 53.87 | - |
| YUV | 174.41 | 135.1 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 187 | 0.27 | 0 | 0.02 | 0.25 | 176.47 | 0.28 | 0.65 |
| Hex | 8B | BE | BB | 1B | 0 | 2 | 19 | B0 | 1C | 41 |
| Octal | 213 | 276 | 273 | 33 | 0 | 2 | 31 | 260 | 34 | 101 |
| Binary | 10001011 | 10111110 | 10111011 | 11011 | 0 | 10 | 11001 | 10110000 | 11100 | 1000001 |
Color Harmonies of #8BBEBB
Complementary color
Monochromatic Colors of #8BBEBB
Black with #8BBEBB
Text Example
Text Example
White with #8BBEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBEBB; }
p { color: rgb(139,190,187); }
H1.HeaderClassName
{
color: #8BBEBB;
}
.AnyTagClassName
{
color: #8BBEBB;
}
</style>
background-color css
<style>
a { background-color: #8BBEBB; }
a { background-color: rgb(139,190,187); }
div.DivClassName
{
background-color: #8BBEBB;
}
.BgClassName
{
background-color: #8BBEBB;
}
</style>
border-color css
<style>
span { border-color: #8BBEBB; }
span { border-color: rgb(139,190,187); }
td.TdClassName
{
border-color: #8BBEBB;
}
.TagClassName
{
border-color: #8BBEBB;
}
</style>