Shades of Aquamarine #8DFEDD
Tints of Aquamarine #8DFEDD
RGB
CMYK
RGB Variations
Color information
#8DFEDD (or 0x8DFEDD) is known color: Aquamarine. HEX triplet: 8D, FE and DD. RGB value is (141,254,221). Sum of RGB (Red+Green+Blue) = 141+254+221=616 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.89% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFEDD is #720122. Grayscale: #D8D8D8. Windows color (decimal): -7471395 or 14548621. OLE color: 14548621.
HSL color Cylindrical-coordinate representation of color #8DFEDD: hue angle of 162.48º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFEDD is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 254 | 221 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.00 |
| HSL | 162.48º | 0.98% | 0.77% | - |
| HSV(B) | 162.48º | 0.44% | 1% | - |
| XYZ | 59.48 | 81.77 | 81.05 | - |
| YUV | 216.45 | 130.56 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 254 | 221 | 0.44 | 0 | 0.13 | 0.00 | 162.48 | 0.98 | 0.77 |
| Hex | 8D | FE | DD | 2C | 0 | D | 0 | A2 | 62 | 4D |
| Octal | 215 | 376 | 335 | 54 | 0 | 15 | 0 | 242 | 142 | 115 |
| Binary | 10001101 | 11111110 | 11011101 | 101100 | 0 | 1101 | 0 | 10100010 | 1100010 | 1001101 |
Color Harmonies of #8DFEDD
Complementary color
Monochromatic Colors of #8DFEDD
Black with #8DFEDD
Text Example
Text Example
White with #8DFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFEDD; }
p { color: rgb(141,254,221); }
H1.HeaderClassName
{
color: #8DFEDD;
}
.AnyTagClassName
{
color: #8DFEDD;
}
</style>
background-color css
<style>
a { background-color: #8DFEDD; }
a { background-color: rgb(141,254,221); }
div.DivClassName
{
background-color: #8DFEDD;
}
.BgClassName
{
background-color: #8DFEDD;
}
</style>
border-color css
<style>
span { border-color: #8DFEDD; }
span { border-color: rgb(141,254,221); }
td.TdClassName
{
border-color: #8DFEDD;
}
.TagClassName
{
border-color: #8DFEDD;
}
</style>