Shades of Aquamarine #8EFEC0
Tints of Aquamarine #8EFEC0
RGB
CMYK
RGB Variations
Color information
#8EFEC0 (or 0x8EFEC0) is known color: Aquamarine. HEX triplet: 8E, FE and C0. RGB value is (142,254,192). Sum of RGB (Red+Green+Blue) = 142+254+192=588 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.15% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #8EFEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFEC0 is #71013F. Grayscale: #D5D5D5. Windows color (decimal): -7405888 or 12648078. OLE color: 12648078.
HSL color Cylindrical-coordinate representation of color #8EFEC0: hue angle of 146.79º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFEC0 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 254 | 192 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.00 |
| HSL | 146.79º | 0.98% | 0.78% | - |
| HSV(B) | 146.79º | 0.44% | 1% | - |
| XYZ | 56.11 | 80.44 | 62.44 | - |
| YUV | 213.44 | 115.89 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 254 | 192 | 0.44 | 0 | 0.24 | 0.00 | 146.79 | 0.98 | 0.78 |
| Hex | 8E | FE | C0 | 2C | 0 | 18 | 0 | 93 | 62 | 4E |
| Octal | 216 | 376 | 300 | 54 | 0 | 30 | 0 | 223 | 142 | 116 |
| Binary | 10001110 | 11111110 | 11000000 | 101100 | 0 | 11000 | 0 | 10010011 | 1100010 | 1001110 |
Color Harmonies of #8EFEC0
Complementary color
Monochromatic Colors of #8EFEC0
Black with #8EFEC0
Text Example
Text Example
White with #8EFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFEC0; }
p { color: rgb(142,254,192); }
H1.HeaderClassName
{
color: #8EFEC0;
}
.AnyTagClassName
{
color: #8EFEC0;
}
</style>
background-color css
<style>
a { background-color: #8EFEC0; }
a { background-color: rgb(142,254,192); }
div.DivClassName
{
background-color: #8EFEC0;
}
.BgClassName
{
background-color: #8EFEC0;
}
</style>
border-color css
<style>
span { border-color: #8EFEC0; }
span { border-color: rgb(142,254,192); }
td.TdClassName
{
border-color: #8EFEC0;
}
.TagClassName
{
border-color: #8EFEC0;
}
</style>