Shades of Aquamarine #8EF9BA
Tints of Aquamarine #8EF9BA
RGB
CMYK
RGB Variations
Color information
#8EF9BA (or 0x8EF9BA) is known color: Aquamarine. HEX triplet: 8E, F9 and BA. RGB value is (142,249,186). Sum of RGB (Red+Green+Blue) = 142+249+186=577 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.61% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #8EF9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF9BA is #710645. Grayscale: #D1D1D1. Windows color (decimal): -7407174 or 12253582. OLE color: 12253582.
HSL color Cylindrical-coordinate representation of color #8EF9BA: hue angle of 144.67º degrees, saturation: 0.9, 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 #8EF9BA is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 249 | 186 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.02 |
| HSL | 144.67º | 0.9% | 0.77% | - |
| HSV(B) | 144.67º | 0.43% | 0.98% | - |
| XYZ | 53.89 | 77.05 | 58.49 | - |
| YUV | 209.83 | 114.55 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 249 | 186 | 0.43 | 0 | 0.25 | 0.02 | 144.67 | 0.9 | 0.77 |
| Hex | 8E | F9 | BA | 2B | 0 | 19 | 2 | 91 | 5A | 4D |
| Octal | 216 | 371 | 272 | 53 | 0 | 31 | 2 | 221 | 132 | 115 |
| Binary | 10001110 | 11111001 | 10111010 | 101011 | 0 | 11001 | 10 | 10010001 | 1011010 | 1001101 |
Color Harmonies of #8EF9BA
Complementary color
Monochromatic Colors of #8EF9BA
Black with #8EF9BA
Text Example
Text Example
White with #8EF9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF9BA; }
p { color: rgb(142,249,186); }
H1.HeaderClassName
{
color: #8EF9BA;
}
.AnyTagClassName
{
color: #8EF9BA;
}
</style>
background-color css
<style>
a { background-color: #8EF9BA; }
a { background-color: rgb(142,249,186); }
div.DivClassName
{
background-color: #8EF9BA;
}
.BgClassName
{
background-color: #8EF9BA;
}
</style>
border-color css
<style>
span { border-color: #8EF9BA; }
span { border-color: rgb(142,249,186); }
td.TdClassName
{
border-color: #8EF9BA;
}
.TagClassName
{
border-color: #8EF9BA;
}
</style>