Shades of Aquamarine #8EFBDA
Tints of Aquamarine #8EFBDA
RGB
CMYK
RGB Variations
Color information
#8EFBDA (or 0x8EFBDA) is known color: Aquamarine. HEX triplet: 8E, FB and DA. RGB value is (142,251,218). Sum of RGB (Red+Green+Blue) = 142+251+218=611 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.24% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #8EFBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFBDA is #710425. Grayscale: #D6D6D6. Windows color (decimal): -7406630 or 14351246. OLE color: 14351246.
HSL color Cylindrical-coordinate representation of color #8EFBDA: hue angle of 161.83º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EFBDA is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 251 | 218 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.02 |
| HSL | 161.83º | 0.93% | 0.77% | - |
| HSV(B) | 161.83º | 0.43% | 0.98% | - |
| XYZ | 58.31 | 79.81 | 78.66 | - |
| YUV | 214.65 | 129.89 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 251 | 218 | 0.43 | 0 | 0.13 | 0.02 | 161.83 | 0.93 | 0.77 |
| Hex | 8E | FB | DA | 2B | 0 | D | 2 | A2 | 5D | 4D |
| Octal | 216 | 373 | 332 | 53 | 0 | 15 | 2 | 242 | 135 | 115 |
| Binary | 10001110 | 11111011 | 11011010 | 101011 | 0 | 1101 | 10 | 10100010 | 1011101 | 1001101 |
Color Harmonies of #8EFBDA
Complementary color
Monochromatic Colors of #8EFBDA
Black with #8EFBDA
Text Example
Text Example
White with #8EFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFBDA; }
p { color: rgb(142,251,218); }
H1.HeaderClassName
{
color: #8EFBDA;
}
.AnyTagClassName
{
color: #8EFBDA;
}
</style>
background-color css
<style>
a { background-color: #8EFBDA; }
a { background-color: rgb(142,251,218); }
div.DivClassName
{
background-color: #8EFBDA;
}
.BgClassName
{
background-color: #8EFBDA;
}
</style>
border-color css
<style>
span { border-color: #8EFBDA; }
span { border-color: rgb(142,251,218); }
td.TdClassName
{
border-color: #8EFBDA;
}
.TagClassName
{
border-color: #8EFBDA;
}
</style>