Shades of Aquamarine #8EFFBC
Tints of Aquamarine #8EFFBC
RGB
CMYK
RGB Variations
Color information
#8EFFBC (or 0x8EFFBC) is known color: Aquamarine. HEX triplet: 8E, FF and BC. RGB value is (142,255,188). Sum of RGB (Red+Green+Blue) = 142+255+188=585 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.27% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFFBC is #710043. Grayscale: #D5D5D5. Windows color (decimal): -7405636 or 12386190. OLE color: 12386190.
HSL color Cylindrical-coordinate representation of color #8EFFBC: hue angle of 144.42º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFFBC is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 255 | 188 | - |
| CMYK | 0.44 | 0 | 0.26 | 0 |
| HSL | 144.42º | 1% | 0.78% | - |
| HSV(B) | 144.42º | 0.44% | 1% | - |
| XYZ | 55.99 | 80.9 | 60.24 | - |
| YUV | 213.58 | 113.56 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 255 | 188 | 0.44 | 0 | 0.26 | 0 | 144.42 | 1 | 0.78 |
| Hex | 8E | FF | BC | 2C | 0 | 1A | 0 | 90 | 64 | 4E |
| Octal | 216 | 377 | 274 | 54 | 0 | 32 | 0 | 220 | 144 | 116 |
| Binary | 10001110 | 11111111 | 10111100 | 101100 | 0 | 11010 | 0 | 10010000 | 1100100 | 1001110 |
Color Harmonies of #8EFFBC
Complementary color
Monochromatic Colors of #8EFFBC
Black with #8EFFBC
Text Example
Text Example
White with #8EFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFFBC; }
p { color: rgb(142,255,188); }
H1.HeaderClassName
{
color: #8EFFBC;
}
.AnyTagClassName
{
color: #8EFFBC;
}
</style>
background-color css
<style>
a { background-color: #8EFFBC; }
a { background-color: rgb(142,255,188); }
div.DivClassName
{
background-color: #8EFFBC;
}
.BgClassName
{
background-color: #8EFFBC;
}
</style>
border-color css
<style>
span { border-color: #8EFFBC; }
span { border-color: rgb(142,255,188); }
td.TdClassName
{
border-color: #8EFFBC;
}
.TagClassName
{
border-color: #8EFFBC;
}
</style>