Shades of Aquamarine #8EFFBD
Tints of Aquamarine #8EFFBD
RGB
CMYK
RGB Variations
Color information
#8EFFBD (or 0x8EFFBD) is known color: Aquamarine. HEX triplet: 8E, FF and BD. RGB value is (142,255,189). Sum of RGB (Red+Green+Blue) = 142+255+189=586 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.23% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFFBD is #710042. Grayscale: #D5D5D5. Windows color (decimal): -7405635 or 12451726. OLE color: 12451726.
HSL color Cylindrical-coordinate representation of color #8EFFBD: hue angle of 144.96º 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 #8EFFBD is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 255 | 189 | - |
| CMYK | 0.44 | 0 | 0.26 | 0 |
| HSL | 144.96º | 1% | 0.78% | - |
| HSV(B) | 144.96º | 0.44% | 1% | - |
| XYZ | 56.1 | 80.94 | 60.81 | - |
| YUV | 213.69 | 114.06 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 255 | 189 | 0.44 | 0 | 0.26 | 0 | 144.96 | 1 | 0.78 |
| Hex | 8E | FF | BD | 2C | 0 | 1A | 0 | 91 | 64 | 4E |
| Octal | 216 | 377 | 275 | 54 | 0 | 32 | 0 | 221 | 144 | 116 |
| Binary | 10001110 | 11111111 | 10111101 | 101100 | 0 | 11010 | 0 | 10010001 | 1100100 | 1001110 |
Color Harmonies of #8EFFBD
Complementary color
Monochromatic Colors of #8EFFBD
Black with #8EFFBD
Text Example
Text Example
White with #8EFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFFBD; }
p { color: rgb(142,255,189); }
H1.HeaderClassName
{
color: #8EFFBD;
}
.AnyTagClassName
{
color: #8EFFBD;
}
</style>
background-color css
<style>
a { background-color: #8EFFBD; }
a { background-color: rgb(142,255,189); }
div.DivClassName
{
background-color: #8EFFBD;
}
.BgClassName
{
background-color: #8EFFBD;
}
</style>
border-color css
<style>
span { border-color: #8EFFBD; }
span { border-color: rgb(142,255,189); }
td.TdClassName
{
border-color: #8EFFBD;
}
.TagClassName
{
border-color: #8EFFBD;
}
</style>