Shades of Shadow Green #8BC7B0
Tints of Shadow Green #8BC7B0
RGB
CMYK
RGB Variations
Color information
#8BC7B0 (or 0x8BC7B0) is known color: Shadow Green. HEX triplet: 8B, C7 and B0. RGB value is (139,199,176). Sum of RGB (Red+Green+Blue) = 139+199+176=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC7B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC7B0 is #74384F. Grayscale: #B2B2B2. Windows color (decimal): -7616592 or 11585419. OLE color: 11585419.
HSL color Cylindrical-coordinate representation of color #8BC7B0: hue angle of 157º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BC7B0 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 176 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.22 |
| HSL | 157º | 0.35% | 0.66% | - |
| HSV(B) | 157º | 0.3% | 0.78% | - |
| XYZ | 38.91 | 49.47 | 48.57 | - |
| YUV | 178.44 | 126.62 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 176 | 0.30 | 0 | 0.12 | 0.22 | 157 | 0.35 | 0.66 |
| Hex | 8B | C7 | B0 | 1E | 0 | C | 16 | 9D | 23 | 42 |
| Octal | 213 | 307 | 260 | 36 | 0 | 14 | 26 | 235 | 43 | 102 |
| Binary | 10001011 | 11000111 | 10110000 | 11110 | 0 | 1100 | 10110 | 10011101 | 100011 | 1000010 |
Color Harmonies of #8BC7B0
Complementary color
Monochromatic Colors of #8BC7B0
Black with #8BC7B0
Text Example
Text Example
White with #8BC7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC7B0; }
p { color: rgb(139,199,176); }
H1.HeaderClassName
{
color: #8BC7B0;
}
.AnyTagClassName
{
color: #8BC7B0;
}
</style>
background-color css
<style>
a { background-color: #8BC7B0; }
a { background-color: rgb(139,199,176); }
div.DivClassName
{
background-color: #8BC7B0;
}
.BgClassName
{
background-color: #8BC7B0;
}
</style>
border-color css
<style>
span { border-color: #8BC7B0; }
span { border-color: rgb(139,199,176); }
td.TdClassName
{
border-color: #8BC7B0;
}
.TagClassName
{
border-color: #8BC7B0;
}
</style>