Shades of Aquamarine #8EFEDC
Tints of Aquamarine #8EFEDC
RGB
CMYK
RGB Variations
Color information
#8EFEDC (or 0x8EFEDC) is known color: Aquamarine. HEX triplet: 8E, FE and DC. RGB value is (142,254,220). Sum of RGB (Red+Green+Blue) = 142+254+220=616 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.05% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #8EFEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFEDC is #710123. Grayscale: #D8D8D8. Windows color (decimal): -7405860 or 14483086. OLE color: 14483086.
HSL color Cylindrical-coordinate representation of color #8EFEDC: hue angle of 161.79º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFEDC is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 254 | 220 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.00 |
| HSL | 161.79º | 0.98% | 0.78% | - |
| HSV(B) | 161.79º | 0.44% | 1% | - |
| XYZ | 59.52 | 81.8 | 80.36 | - |
| YUV | 216.64 | 129.89 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 254 | 220 | 0.44 | 0 | 0.13 | 0.00 | 161.79 | 0.98 | 0.78 |
| Hex | 8E | FE | DC | 2C | 0 | D | 0 | A2 | 62 | 4E |
| Octal | 216 | 376 | 334 | 54 | 0 | 15 | 0 | 242 | 142 | 116 |
| Binary | 10001110 | 11111110 | 11011100 | 101100 | 0 | 1101 | 0 | 10100010 | 1100010 | 1001110 |
Color Harmonies of #8EFEDC
Complementary color
Monochromatic Colors of #8EFEDC
Black with #8EFEDC
Text Example
Text Example
White with #8EFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFEDC; }
p { color: rgb(142,254,220); }
H1.HeaderClassName
{
color: #8EFEDC;
}
.AnyTagClassName
{
color: #8EFEDC;
}
</style>
background-color css
<style>
a { background-color: #8EFEDC; }
a { background-color: rgb(142,254,220); }
div.DivClassName
{
background-color: #8EFEDC;
}
.BgClassName
{
background-color: #8EFEDC;
}
</style>
border-color css
<style>
span { border-color: #8EFEDC; }
span { border-color: rgb(142,254,220); }
td.TdClassName
{
border-color: #8EFEDC;
}
.TagClassName
{
border-color: #8EFEDC;
}
</style>