Shades of Aquamarine #8EFABC
Tints of Aquamarine #8EFABC
RGB
CMYK
RGB Variations
Color information
#8EFABC (or 0x8EFABC) is known color: Aquamarine. HEX triplet: 8E, FA and BC. RGB value is (142,250,188). Sum of RGB (Red+Green+Blue) = 142+250+188=580 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.48% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFABC is #710543. Grayscale: #D2D2D2. Windows color (decimal): -7406916 or 12384910. OLE color: 12384910.
HSL color Cylindrical-coordinate representation of color #8EFABC: hue angle of 145.56º 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 #8EFABC is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 250 | 188 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.02 |
| HSL | 145.56º | 0.92% | 0.77% | - |
| HSV(B) | 145.56º | 0.43% | 0.98% | - |
| XYZ | 54.42 | 77.75 | 59.72 | - |
| YUV | 210.64 | 115.22 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 250 | 188 | 0.43 | 0 | 0.25 | 0.02 | 145.56 | 0.92 | 0.77 |
| Hex | 8E | FA | BC | 2B | 0 | 19 | 2 | 92 | 5C | 4D |
| Octal | 216 | 372 | 274 | 53 | 0 | 31 | 2 | 222 | 134 | 115 |
| Binary | 10001110 | 11111010 | 10111100 | 101011 | 0 | 11001 | 10 | 10010010 | 1011100 | 1001101 |
Color Harmonies of #8EFABC
Complementary color
Monochromatic Colors of #8EFABC
Black with #8EFABC
Text Example
Text Example
White with #8EFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFABC; }
p { color: rgb(142,250,188); }
H1.HeaderClassName
{
color: #8EFABC;
}
.AnyTagClassName
{
color: #8EFABC;
}
</style>
background-color css
<style>
a { background-color: #8EFABC; }
a { background-color: rgb(142,250,188); }
div.DivClassName
{
background-color: #8EFABC;
}
.BgClassName
{
background-color: #8EFABC;
}
</style>
border-color css
<style>
span { border-color: #8EFABC; }
span { border-color: rgb(142,250,188); }
td.TdClassName
{
border-color: #8EFABC;
}
.TagClassName
{
border-color: #8EFABC;
}
</style>