Shades of Aquamarine #8DFEBA
Tints of Aquamarine #8DFEBA
RGB
CMYK
RGB Variations
Color information
#8DFEBA (or 0x8DFEBA) is known color: Aquamarine. HEX triplet: 8D, FE and BA. RGB value is (141,254,186). Sum of RGB (Red+Green+Blue) = 141+254+186=581 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.27% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFEBA is #720145. Grayscale: #D4D4D4. Windows color (decimal): -7471430 or 12254861. OLE color: 12254861.
HSL color Cylindrical-coordinate representation of color #8DFEBA: hue angle of 143.89º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFEBA is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 254 | 186 | - |
| CMYK | 0.44 | 0 | 0.27 | 0.00 |
| HSL | 143.89º | 0.98% | 0.77% | - |
| HSV(B) | 143.89º | 0.44% | 1% | - |
| XYZ | 55.29 | 80.09 | 59 | - |
| YUV | 212.46 | 113.06 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 254 | 186 | 0.44 | 0 | 0.27 | 0.00 | 143.89 | 0.98 | 0.77 |
| Hex | 8D | FE | BA | 2C | 0 | 1B | 0 | 90 | 62 | 4D |
| Octal | 215 | 376 | 272 | 54 | 0 | 33 | 0 | 220 | 142 | 115 |
| Binary | 10001101 | 11111110 | 10111010 | 101100 | 0 | 11011 | 0 | 10010000 | 1100010 | 1001101 |
Color Harmonies of #8DFEBA
Complementary color
Monochromatic Colors of #8DFEBA
Black with #8DFEBA
Text Example
Text Example
White with #8DFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFEBA; }
p { color: rgb(141,254,186); }
H1.HeaderClassName
{
color: #8DFEBA;
}
.AnyTagClassName
{
color: #8DFEBA;
}
</style>
background-color css
<style>
a { background-color: #8DFEBA; }
a { background-color: rgb(141,254,186); }
div.DivClassName
{
background-color: #8DFEBA;
}
.BgClassName
{
background-color: #8DFEBA;
}
</style>
border-color css
<style>
span { border-color: #8DFEBA; }
span { border-color: rgb(141,254,186); }
td.TdClassName
{
border-color: #8DFEBA;
}
.TagClassName
{
border-color: #8DFEBA;
}
</style>