Shades of Aquamarine #8DFFDA
Tints of Aquamarine #8DFFDA
RGB
CMYK
RGB Variations
Color information
#8DFFDA (or 0x8DFFDA) is known color: Aquamarine. HEX triplet: 8D, FF and DA. RGB value is (141,255,218). Sum of RGB (Red+Green+Blue) = 141+255+218=614 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.96% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFFDA is #720025. Grayscale: #D8D8D8. Windows color (decimal): -7471142 or 14352269. OLE color: 14352269.
HSL color Cylindrical-coordinate representation of color #8DFFDA: hue angle of 160.53º 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 #8DFFDA is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 218 | - |
| CMYK | 0.45 | 0 | 0.15 | 0 |
| HSL | 160.53º | 1% | 0.78% | - |
| HSV(B) | 160.53º | 0.45% | 1% | - |
| XYZ | 59.4 | 82.24 | 79.07 | - |
| YUV | 216.7 | 128.73 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 218 | 0.45 | 0 | 0.15 | 0 | 160.53 | 1 | 0.78 |
| Hex | 8D | FF | DA | 2D | 0 | F | 0 | A1 | 64 | 4E |
| Octal | 215 | 377 | 332 | 55 | 0 | 17 | 0 | 241 | 144 | 116 |
| Binary | 10001101 | 11111111 | 11011010 | 101101 | 0 | 1111 | 0 | 10100001 | 1100100 | 1001110 |
Color Harmonies of #8DFFDA
Complementary color
Monochromatic Colors of #8DFFDA
Black with #8DFFDA
Text Example
Text Example
White with #8DFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFFDA; }
p { color: rgb(141,255,218); }
H1.HeaderClassName
{
color: #8DFFDA;
}
.AnyTagClassName
{
color: #8DFFDA;
}
</style>
background-color css
<style>
a { background-color: #8DFFDA; }
a { background-color: rgb(141,255,218); }
div.DivClassName
{
background-color: #8DFFDA;
}
.BgClassName
{
background-color: #8DFFDA;
}
</style>
border-color css
<style>
span { border-color: #8DFFDA; }
span { border-color: rgb(141,255,218); }
td.TdClassName
{
border-color: #8DFFDA;
}
.TagClassName
{
border-color: #8DFFDA;
}
</style>