Shades of Shadow Green #8BC1B6
Tints of Shadow Green #8BC1B6
RGB
CMYK
RGB Variations
Color information
#8BC1B6 (or 0x8BC1B6) is known color: Shadow Green. HEX triplet: 8B, C1 and B6. RGB value is (139,193,182). Sum of RGB (Red+Green+Blue) = 139+193+182=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC1B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC1B6 is #743E49. Grayscale: #AFAFAF. Windows color (decimal): -7618122 or 11977099. OLE color: 11977099.
HSL color Cylindrical-coordinate representation of color #8BC1B6: hue angle of 167.78º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8BC1B6 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 182 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.24 |
| HSL | 167.78º | 0.3% | 0.65% | - |
| HSV(B) | 167.78º | 0.28% | 0.76% | - |
| XYZ | 38.16 | 47.01 | 51.32 | - |
| YUV | 175.6 | 131.61 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 182 | 0.28 | 0 | 0.06 | 0.24 | 167.78 | 0.3 | 0.65 |
| Hex | 8B | C1 | B6 | 1C | 0 | 6 | 18 | A8 | 1E | 41 |
| Octal | 213 | 301 | 266 | 34 | 0 | 6 | 30 | 250 | 36 | 101 |
| Binary | 10001011 | 11000001 | 10110110 | 11100 | 0 | 110 | 11000 | 10101000 | 11110 | 1000001 |
Color Harmonies of #8BC1B6
Complementary color
Monochromatic Colors of #8BC1B6
Black with #8BC1B6
Text Example
Text Example
White with #8BC1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC1B6; }
p { color: rgb(139,193,182); }
H1.HeaderClassName
{
color: #8BC1B6;
}
.AnyTagClassName
{
color: #8BC1B6;
}
</style>
background-color css
<style>
a { background-color: #8BC1B6; }
a { background-color: rgb(139,193,182); }
div.DivClassName
{
background-color: #8BC1B6;
}
.BgClassName
{
background-color: #8BC1B6;
}
</style>
border-color css
<style>
span { border-color: #8BC1B6; }
span { border-color: rgb(139,193,182); }
td.TdClassName
{
border-color: #8BC1B6;
}
.TagClassName
{
border-color: #8BC1B6;
}
</style>