Shades of Shadow Green #8BC4AC
Tints of Shadow Green #8BC4AC
RGB
CMYK
RGB Variations
Color information
#8BC4AC (or 0x8BC4AC) is known color: Shadow Green. HEX triplet: 8B, C4 and AC. RGB value is (139,196,172). Sum of RGB (Red+Green+Blue) = 139+196+172=507 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.42% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC4AC is #743B53. Grayscale: #B0B0B0. Windows color (decimal): -7617364 or 11322507. OLE color: 11322507.
HSL color Cylindrical-coordinate representation of color #8BC4AC: hue angle of 154.74º 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 #8BC4AC is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 196 | 172 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.23 |
| HSL | 154.74º | 0.33% | 0.66% | - |
| HSV(B) | 154.74º | 0.29% | 0.77% | - |
| XYZ | 37.83 | 47.95 | 46.29 | - |
| YUV | 176.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 196 | 172 | 0.29 | 0 | 0.12 | 0.23 | 154.74 | 0.33 | 0.66 |
| Hex | 8B | C4 | AC | 1D | 0 | C | 17 | 9B | 21 | 42 |
| Octal | 213 | 304 | 254 | 35 | 0 | 14 | 27 | 233 | 41 | 102 |
| Binary | 10001011 | 11000100 | 10101100 | 11101 | 0 | 1100 | 10111 | 10011011 | 100001 | 1000010 |
Color Harmonies of #8BC4AC
Complementary color
Monochromatic Colors of #8BC4AC
Black with #8BC4AC
Text Example
Text Example
White with #8BC4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC4AC; }
p { color: rgb(139,196,172); }
H1.HeaderClassName
{
color: #8BC4AC;
}
.AnyTagClassName
{
color: #8BC4AC;
}
</style>
background-color css
<style>
a { background-color: #8BC4AC; }
a { background-color: rgb(139,196,172); }
div.DivClassName
{
background-color: #8BC4AC;
}
.BgClassName
{
background-color: #8BC4AC;
}
</style>
border-color css
<style>
span { border-color: #8BC4AC; }
span { border-color: rgb(139,196,172); }
td.TdClassName
{
border-color: #8BC4AC;
}
.TagClassName
{
border-color: #8BC4AC;
}
</style>