Shades of Shadow Green #8BC7B6
Tints of Shadow Green #8BC7B6
RGB
CMYK
RGB Variations
Color information
#8BC7B6 (or 0x8BC7B6) is known color: Shadow Green. HEX triplet: 8B, C7 and B6. RGB value is (139,199,182). Sum of RGB (Red+Green+Blue) = 139+199+182=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC7B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC7B6 is #743849. Grayscale: #B3B3B3. Windows color (decimal): -7616586 or 11978635. OLE color: 11978635.
HSL color Cylindrical-coordinate representation of color #8BC7B6: hue angle of 163º 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 #8BC7B6 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 182 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.22 |
| HSL | 163º | 0.35% | 0.66% | - |
| HSV(B) | 163º | 0.3% | 0.78% | - |
| XYZ | 39.51 | 49.71 | 51.77 | - |
| YUV | 179.12 | 129.62 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 182 | 0.30 | 0 | 0.09 | 0.22 | 163 | 0.35 | 0.66 |
| Hex | 8B | C7 | B6 | 1E | 0 | 9 | 16 | A3 | 23 | 42 |
| Octal | 213 | 307 | 266 | 36 | 0 | 11 | 26 | 243 | 43 | 102 |
| Binary | 10001011 | 11000111 | 10110110 | 11110 | 0 | 1001 | 10110 | 10100011 | 100011 | 1000010 |
Color Harmonies of #8BC7B6
Complementary color
Monochromatic Colors of #8BC7B6
Black with #8BC7B6
Text Example
Text Example
White with #8BC7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC7B6; }
p { color: rgb(139,199,182); }
H1.HeaderClassName
{
color: #8BC7B6;
}
.AnyTagClassName
{
color: #8BC7B6;
}
</style>
background-color css
<style>
a { background-color: #8BC7B6; }
a { background-color: rgb(139,199,182); }
div.DivClassName
{
background-color: #8BC7B6;
}
.BgClassName
{
background-color: #8BC7B6;
}
</style>
border-color css
<style>
span { border-color: #8BC7B6; }
span { border-color: rgb(139,199,182); }
td.TdClassName
{
border-color: #8BC7B6;
}
.TagClassName
{
border-color: #8BC7B6;
}
</style>