Shades of Aquamarine #8DFFD0
Tints of Aquamarine #8DFFD0
RGB
CMYK
RGB Variations
Color information
#8DFFD0 (or 0x8DFFD0) is known color: Aquamarine. HEX triplet: 8D, FF and D0. RGB value is (141,255,208). Sum of RGB (Red+Green+Blue) = 141+255+208=604 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.34% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFFD0 is #72002F. Grayscale: #D7D7D7. Windows color (decimal): -7471152 or 13696909. OLE color: 13696909.
HSL color Cylindrical-coordinate representation of color #8DFFD0: hue angle of 155.26º 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 #8DFFD0 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 208 | - |
| CMYK | 0.45 | 0 | 0.18 | 0 |
| HSL | 155.26º | 1% | 0.78% | - |
| HSV(B) | 155.26º | 0.45% | 1% | - |
| XYZ | 58.13 | 81.74 | 72.39 | - |
| YUV | 215.56 | 123.73 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 208 | 0.45 | 0 | 0.18 | 0 | 155.26 | 1 | 0.78 |
| Hex | 8D | FF | D0 | 2D | 0 | 12 | 0 | 9B | 64 | 4E |
| Octal | 215 | 377 | 320 | 55 | 0 | 22 | 0 | 233 | 144 | 116 |
| Binary | 10001101 | 11111111 | 11010000 | 101101 | 0 | 10010 | 0 | 10011011 | 1100100 | 1001110 |
Color Harmonies of #8DFFD0
Complementary color
Monochromatic Colors of #8DFFD0
Black with #8DFFD0
Text Example
Text Example
White with #8DFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFFD0; }
p { color: rgb(141,255,208); }
H1.HeaderClassName
{
color: #8DFFD0;
}
.AnyTagClassName
{
color: #8DFFD0;
}
</style>
background-color css
<style>
a { background-color: #8DFFD0; }
a { background-color: rgb(141,255,208); }
div.DivClassName
{
background-color: #8DFFD0;
}
.BgClassName
{
background-color: #8DFFD0;
}
</style>
border-color css
<style>
span { border-color: #8DFFD0; }
span { border-color: rgb(141,255,208); }
td.TdClassName
{
border-color: #8DFFD0;
}
.TagClassName
{
border-color: #8DFFD0;
}
</style>