Shades of Aquamarine #8EFADC
Tints of Aquamarine #8EFADC
RGB
CMYK
RGB Variations
Color information
#8EFADC (or 0x8EFADC) is known color: Aquamarine. HEX triplet: 8E, FA and DC. RGB value is (142,250,220). Sum of RGB (Red+Green+Blue) = 142+250+220=612 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.20% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFADC is #710523. Grayscale: #D6D6D6. Windows color (decimal): -7406884 or 14482062. OLE color: 14482062.
HSL color Cylindrical-coordinate representation of color #8EFADC: hue angle of 163.33º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EFADC is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 250 | 220 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.02 |
| HSL | 163.33º | 0.92% | 0.77% | - |
| HSV(B) | 163.33º | 0.43% | 0.98% | - |
| XYZ | 58.26 | 79.29 | 79.94 | - |
| YUV | 214.29 | 131.22 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 250 | 220 | 0.43 | 0 | 0.12 | 0.02 | 163.33 | 0.92 | 0.77 |
| Hex | 8E | FA | DC | 2B | 0 | C | 2 | A3 | 5C | 4D |
| Octal | 216 | 372 | 334 | 53 | 0 | 14 | 2 | 243 | 134 | 115 |
| Binary | 10001110 | 11111010 | 11011100 | 101011 | 0 | 1100 | 10 | 10100011 | 1011100 | 1001101 |
Color Harmonies of #8EFADC
Complementary color
Monochromatic Colors of #8EFADC
Black with #8EFADC
Text Example
Text Example
White with #8EFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFADC; }
p { color: rgb(142,250,220); }
H1.HeaderClassName
{
color: #8EFADC;
}
.AnyTagClassName
{
color: #8EFADC;
}
</style>
background-color css
<style>
a { background-color: #8EFADC; }
a { background-color: rgb(142,250,220); }
div.DivClassName
{
background-color: #8EFADC;
}
.BgClassName
{
background-color: #8EFADC;
}
</style>
border-color css
<style>
span { border-color: #8EFADC; }
span { border-color: rgb(142,250,220); }
td.TdClassName
{
border-color: #8EFADC;
}
.TagClassName
{
border-color: #8EFADC;
}
</style>