Shades of Aquamarine #8EFABD
Tints of Aquamarine #8EFABD
RGB
CMYK
RGB Variations
Color information
#8EFABD (or 0x8EFABD) is known color: Aquamarine. HEX triplet: 8E, FA and BD. RGB value is (142,250,189). Sum of RGB (Red+Green+Blue) = 142+250+189=581 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.44% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFABD is #710542. Grayscale: #D2D2D2. Windows color (decimal): -7406915 or 12450446. OLE color: 12450446.
HSL color Cylindrical-coordinate representation of color #8EFABD: hue angle of 146.11º 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 #8EFABD is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 250 | 189 | - |
| CMYK | 0.43 | 0 | 0.24 | 0.02 |
| HSL | 146.11º | 0.92% | 0.77% | - |
| HSV(B) | 146.11º | 0.43% | 0.98% | - |
| XYZ | 54.53 | 77.8 | 60.29 | - |
| YUV | 210.75 | 115.72 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 250 | 189 | 0.43 | 0 | 0.24 | 0.02 | 146.11 | 0.92 | 0.77 |
| Hex | 8E | FA | BD | 2B | 0 | 18 | 2 | 92 | 5C | 4D |
| Octal | 216 | 372 | 275 | 53 | 0 | 30 | 2 | 222 | 134 | 115 |
| Binary | 10001110 | 11111010 | 10111101 | 101011 | 0 | 11000 | 10 | 10010010 | 1011100 | 1001101 |
Color Harmonies of #8EFABD
Complementary color
Monochromatic Colors of #8EFABD
Black with #8EFABD
Text Example
Text Example
White with #8EFABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFABD; }
p { color: rgb(142,250,189); }
H1.HeaderClassName
{
color: #8EFABD;
}
.AnyTagClassName
{
color: #8EFABD;
}
</style>
background-color css
<style>
a { background-color: #8EFABD; }
a { background-color: rgb(142,250,189); }
div.DivClassName
{
background-color: #8EFABD;
}
.BgClassName
{
background-color: #8EFABD;
}
</style>
border-color css
<style>
span { border-color: #8EFABD; }
span { border-color: rgb(142,250,189); }
td.TdClassName
{
border-color: #8EFABD;
}
.TagClassName
{
border-color: #8EFABD;
}
</style>