Shades of Shadow Green #8BC6AF
Tints of Shadow Green #8BC6AF
RGB
CMYK
RGB Variations
Color information
#8BC6AF (or 0x8BC6AF) is known color: Shadow Green. HEX triplet: 8B, C6 and AF. RGB value is (139,198,175). Sum of RGB (Red+Green+Blue) = 139+198+175=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC6AF is #743950. Grayscale: #B1B1B1. Windows color (decimal): -7616849 or 11519627. OLE color: 11519627.
HSL color Cylindrical-coordinate representation of color #8BC6AF: hue angle of 156.61º degrees, saturation: 0.34, 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 #8BC6AF is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 198 | 175 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.22 |
| HSL | 156.61º | 0.34% | 0.66% | - |
| HSV(B) | 156.61º | 0.3% | 0.78% | - |
| XYZ | 38.58 | 48.97 | 47.98 | - |
| YUV | 177.74 | 126.45 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 198 | 175 | 0.30 | 0 | 0.12 | 0.22 | 156.61 | 0.34 | 0.66 |
| Hex | 8B | C6 | AF | 1E | 0 | C | 16 | 9D | 22 | 42 |
| Octal | 213 | 306 | 257 | 36 | 0 | 14 | 26 | 235 | 42 | 102 |
| Binary | 10001011 | 11000110 | 10101111 | 11110 | 0 | 1100 | 10110 | 10011101 | 100010 | 1000010 |
Color Harmonies of #8BC6AF
Complementary color
Monochromatic Colors of #8BC6AF
Black with #8BC6AF
Text Example
Text Example
White with #8BC6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC6AF; }
p { color: rgb(139,198,175); }
H1.HeaderClassName
{
color: #8BC6AF;
}
.AnyTagClassName
{
color: #8BC6AF;
}
</style>
background-color css
<style>
a { background-color: #8BC6AF; }
a { background-color: rgb(139,198,175); }
div.DivClassName
{
background-color: #8BC6AF;
}
.BgClassName
{
background-color: #8BC6AF;
}
</style>
border-color css
<style>
span { border-color: #8BC6AF; }
span { border-color: rgb(139,198,175); }
td.TdClassName
{
border-color: #8BC6AF;
}
.TagClassName
{
border-color: #8BC6AF;
}
</style>