Shades of Shadow Green #8BC5B1
Tints of Shadow Green #8BC5B1
RGB
CMYK
RGB Variations
Color information
#8BC5B1 (or 0x8BC5B1) is known color: Shadow Green. HEX triplet: 8B, C5 and B1. RGB value is (139,197,177). Sum of RGB (Red+Green+Blue) = 139+197+177=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC5B1 is #743A4E. Grayscale: #B1B1B1. Windows color (decimal): -7617103 or 11650443. OLE color: 11650443.
HSL color Cylindrical-coordinate representation of color #8BC5B1: hue angle of 159.31º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BC5B1 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 197 | 177 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.23 |
| HSL | 159.31º | 0.33% | 0.66% | - |
| HSV(B) | 159.31º | 0.29% | 0.77% | - |
| XYZ | 38.55 | 48.6 | 48.94 | - |
| YUV | 177.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 177 | 0.29 | 0 | 0.10 | 0.23 | 159.31 | 0.33 | 0.66 |
| Hex | 8B | C5 | B1 | 1D | 0 | A | 17 | 9F | 21 | 42 |
| Octal | 213 | 305 | 261 | 35 | 0 | 12 | 27 | 237 | 41 | 102 |
| Binary | 10001011 | 11000101 | 10110001 | 11101 | 0 | 1010 | 10111 | 10011111 | 100001 | 1000010 |
Color Harmonies of #8BC5B1
Complementary color
Monochromatic Colors of #8BC5B1
Black with #8BC5B1
Text Example
Text Example
White with #8BC5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC5B1; }
p { color: rgb(139,197,177); }
H1.HeaderClassName
{
color: #8BC5B1;
}
.AnyTagClassName
{
color: #8BC5B1;
}
</style>
background-color css
<style>
a { background-color: #8BC5B1; }
a { background-color: rgb(139,197,177); }
div.DivClassName
{
background-color: #8BC5B1;
}
.BgClassName
{
background-color: #8BC5B1;
}
</style>
border-color css
<style>
span { border-color: #8BC5B1; }
span { border-color: rgb(139,197,177); }
td.TdClassName
{
border-color: #8BC5B1;
}
.TagClassName
{
border-color: #8BC5B1;
}
</style>