Shades of Aquamarine #8DFFBC
Tints of Aquamarine #8DFFBC
RGB
CMYK
RGB Variations
Color information
#8DFFBC (or 0x8DFFBC) is known color: Aquamarine. HEX triplet: 8D, FF and BC. RGB value is (141,255,188). Sum of RGB (Red+Green+Blue) = 141+255+188=584 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.14% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFFBC is #720043. Grayscale: #D5D5D5. Windows color (decimal): -7471172 or 12386189. OLE color: 12386189.
HSL color Cylindrical-coordinate representation of color #8DFFBC: hue angle of 144.74º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DFFBC is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 188 | - |
| CMYK | 0.45 | 0 | 0.26 | 0 |
| HSL | 144.74º | 1% | 0.78% | - |
| HSV(B) | 144.74º | 0.45% | 1% | - |
| XYZ | 55.82 | 80.81 | 60.23 | - |
| YUV | 213.28 | 113.73 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 188 | 0.45 | 0 | 0.26 | 0 | 144.74 | 1 | 0.78 |
| Hex | 8D | FF | BC | 2D | 0 | 1A | 0 | 91 | 64 | 4E |
| Octal | 215 | 377 | 274 | 55 | 0 | 32 | 0 | 221 | 144 | 116 |
| Binary | 10001101 | 11111111 | 10111100 | 101101 | 0 | 11010 | 0 | 10010001 | 1100100 | 1001110 |
Color Harmonies of #8DFFBC
Complementary color
Monochromatic Colors of #8DFFBC
Black with #8DFFBC
Text Example
Text Example
White with #8DFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFFBC; }
p { color: rgb(141,255,188); }
H1.HeaderClassName
{
color: #8DFFBC;
}
.AnyTagClassName
{
color: #8DFFBC;
}
</style>
background-color css
<style>
a { background-color: #8DFFBC; }
a { background-color: rgb(141,255,188); }
div.DivClassName
{
background-color: #8DFFBC;
}
.BgClassName
{
background-color: #8DFFBC;
}
</style>
border-color css
<style>
span { border-color: #8DFFBC; }
span { border-color: rgb(141,255,188); }
td.TdClassName
{
border-color: #8DFFBC;
}
.TagClassName
{
border-color: #8DFFBC;
}
</style>