Shades of Aquamarine #8DFFD7
Tints of Aquamarine #8DFFD7
RGB
CMYK
RGB Variations
Color information
#8DFFD7 (or 0x8DFFD7) is known color: Aquamarine. HEX triplet: 8D, FF and D7. RGB value is (141,255,215). Sum of RGB (Red+Green+Blue) = 141+255+215=611 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.08% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFFD7 is #720028. Grayscale: #D8D8D8. Windows color (decimal): -7471145 or 14155661. OLE color: 14155661.
HSL color Cylindrical-coordinate representation of color #8DFFD7: hue angle of 158.95º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DFFD7 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 215 | - |
| CMYK | 0.45 | 0 | 0.16 | 0 |
| HSL | 158.95º | 1% | 0.78% | - |
| HSV(B) | 158.95º | 0.45% | 1% | - |
| XYZ | 59.01 | 82.09 | 77.02 | - |
| YUV | 216.35 | 127.23 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 215 | 0.45 | 0 | 0.16 | 0 | 158.95 | 1 | 0.78 |
| Hex | 8D | FF | D7 | 2D | 0 | 10 | 0 | 9F | 64 | 4E |
| Octal | 215 | 377 | 327 | 55 | 0 | 20 | 0 | 237 | 144 | 116 |
| Binary | 10001101 | 11111111 | 11010111 | 101101 | 0 | 10000 | 0 | 10011111 | 1100100 | 1001110 |
Color Harmonies of #8DFFD7
Complementary color
Monochromatic Colors of #8DFFD7
Black with #8DFFD7
Text Example
Text Example
White with #8DFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFFD7; }
p { color: rgb(141,255,215); }
H1.HeaderClassName
{
color: #8DFFD7;
}
.AnyTagClassName
{
color: #8DFFD7;
}
</style>
background-color css
<style>
a { background-color: #8DFFD7; }
a { background-color: rgb(141,255,215); }
div.DivClassName
{
background-color: #8DFFD7;
}
.BgClassName
{
background-color: #8DFFD7;
}
</style>
border-color css
<style>
span { border-color: #8DFFD7; }
span { border-color: rgb(141,255,215); }
td.TdClassName
{
border-color: #8DFFD7;
}
.TagClassName
{
border-color: #8DFFD7;
}
</style>