Shades of Shadow Green #8BC1AB
Tints of Shadow Green #8BC1AB
RGB
CMYK
RGB Variations
Color information
#8BC1AB (or 0x8BC1AB) is known color: Shadow Green. HEX triplet: 8B, C1 and AB. RGB value is (139,193,171). Sum of RGB (Red+Green+Blue) = 139+193+171=503 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.63% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC1AB is #743E54. Grayscale: #AEAEAE. Windows color (decimal): -7618133 or 11256203. OLE color: 11256203.
HSL color Cylindrical-coordinate representation of color #8BC1AB: hue angle of 155.56º 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 #8BC1AB is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 171 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.24 |
| HSL | 155.56º | 0.3% | 0.65% | - |
| HSV(B) | 155.56º | 0.28% | 0.76% | - |
| XYZ | 37.07 | 46.57 | 45.56 | - |
| YUV | 174.35 | 126.11 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 171 | 0.28 | 0 | 0.11 | 0.24 | 155.56 | 0.3 | 0.65 |
| Hex | 8B | C1 | AB | 1C | 0 | B | 18 | 9C | 1E | 41 |
| Octal | 213 | 301 | 253 | 34 | 0 | 13 | 30 | 234 | 36 | 101 |
| Binary | 10001011 | 11000001 | 10101011 | 11100 | 0 | 1011 | 11000 | 10011100 | 11110 | 1000001 |
Color Harmonies of #8BC1AB
Complementary color
Monochromatic Colors of #8BC1AB
Black with #8BC1AB
Text Example
Text Example
White with #8BC1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC1AB; }
p { color: rgb(139,193,171); }
H1.HeaderClassName
{
color: #8BC1AB;
}
.AnyTagClassName
{
color: #8BC1AB;
}
</style>
background-color css
<style>
a { background-color: #8BC1AB; }
a { background-color: rgb(139,193,171); }
div.DivClassName
{
background-color: #8BC1AB;
}
.BgClassName
{
background-color: #8BC1AB;
}
</style>
border-color css
<style>
span { border-color: #8BC1AB; }
span { border-color: rgb(139,193,171); }
td.TdClassName
{
border-color: #8BC1AB;
}
.TagClassName
{
border-color: #8BC1AB;
}
</style>