Shades of Aquamarine #8DFADC
Tints of Aquamarine #8DFADC
RGB
CMYK
RGB Variations
Color information
#8DFADC (or 0x8DFADC) is known color: Aquamarine. HEX triplet: 8D, FA and DC. RGB value is (141,250,220). Sum of RGB (Red+Green+Blue) = 141+250+220=611 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.08% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFADC is #720523. Grayscale: #D6D6D6. Windows color (decimal): -7472420 or 14482061. OLE color: 14482061.
HSL color Cylindrical-coordinate representation of color #8DFADC: hue angle of 163.49º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFADC is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 250 | 220 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.02 |
| HSL | 163.49º | 0.92% | 0.77% | - |
| HSV(B) | 163.49º | 0.44% | 0.98% | - |
| XYZ | 58.09 | 79.2 | 79.94 | - |
| YUV | 213.99 | 131.39 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 250 | 220 | 0.44 | 0 | 0.12 | 0.02 | 163.49 | 0.92 | 0.77 |
| Hex | 8D | FA | DC | 2C | 0 | C | 2 | A3 | 5C | 4D |
| Octal | 215 | 372 | 334 | 54 | 0 | 14 | 2 | 243 | 134 | 115 |
| Binary | 10001101 | 11111010 | 11011100 | 101100 | 0 | 1100 | 10 | 10100011 | 1011100 | 1001101 |
Color Harmonies of #8DFADC
Complementary color
Monochromatic Colors of #8DFADC
Black with #8DFADC
Text Example
Text Example
White with #8DFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFADC; }
p { color: rgb(141,250,220); }
H1.HeaderClassName
{
color: #8DFADC;
}
.AnyTagClassName
{
color: #8DFADC;
}
</style>
background-color css
<style>
a { background-color: #8DFADC; }
a { background-color: rgb(141,250,220); }
div.DivClassName
{
background-color: #8DFADC;
}
.BgClassName
{
background-color: #8DFADC;
}
</style>
border-color css
<style>
span { border-color: #8DFADC; }
span { border-color: rgb(141,250,220); }
td.TdClassName
{
border-color: #8DFADC;
}
.TagClassName
{
border-color: #8DFADC;
}
</style>