Shades of Aquamarine #8EFEDD
Tints of Aquamarine #8EFEDD
RGB
CMYK
RGB Variations
Color information
#8EFEDD (or 0x8EFEDD) is known color: Aquamarine. HEX triplet: 8E, FE and DD. RGB value is (142,254,221). Sum of RGB (Red+Green+Blue) = 142+254+221=617 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.01% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #8EFEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFEDD is #710122. Grayscale: #D8D8D8. Windows color (decimal): -7405859 or 14548622. OLE color: 14548622.
HSL color Cylindrical-coordinate representation of color #8EFEDD: hue angle of 162.32º 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 #8EFEDD is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 254 | 221 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.00 |
| HSL | 162.32º | 0.98% | 0.78% | - |
| HSV(B) | 162.32º | 0.44% | 1% | - |
| XYZ | 59.65 | 81.85 | 81.06 | - |
| YUV | 216.75 | 130.39 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 254 | 221 | 0.44 | 0 | 0.13 | 0.00 | 162.32 | 0.98 | 0.78 |
| Hex | 8E | FE | DD | 2C | 0 | D | 0 | A2 | 62 | 4E |
| Octal | 216 | 376 | 335 | 54 | 0 | 15 | 0 | 242 | 142 | 116 |
| Binary | 10001110 | 11111110 | 11011101 | 101100 | 0 | 1101 | 0 | 10100010 | 1100010 | 1001110 |
Color Harmonies of #8EFEDD
Complementary color
Monochromatic Colors of #8EFEDD
Black with #8EFEDD
Text Example
Text Example
White with #8EFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFEDD; }
p { color: rgb(142,254,221); }
H1.HeaderClassName
{
color: #8EFEDD;
}
.AnyTagClassName
{
color: #8EFEDD;
}
</style>
background-color css
<style>
a { background-color: #8EFEDD; }
a { background-color: rgb(142,254,221); }
div.DivClassName
{
background-color: #8EFEDD;
}
.BgClassName
{
background-color: #8EFEDD;
}
</style>
border-color css
<style>
span { border-color: #8EFEDD; }
span { border-color: rgb(142,254,221); }
td.TdClassName
{
border-color: #8EFEDD;
}
.TagClassName
{
border-color: #8EFEDD;
}
</style>