Shades of Aquamarine #8EFEC1
Tints of Aquamarine #8EFEC1
RGB
CMYK
RGB Variations
Color information
#8EFEC1 (or 0x8EFEC1) is known color: Aquamarine. HEX triplet: 8E, FE and C1. RGB value is (142,254,193). Sum of RGB (Red+Green+Blue) = 142+254+193=589 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.11% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #8EFEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFEC1 is #71013E. Grayscale: #D5D5D5. Windows color (decimal): -7405887 or 12713614. OLE color: 12713614.
HSL color Cylindrical-coordinate representation of color #8EFEC1: hue angle of 147.32º 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 #8EFEC1 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 254 | 193 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.00 |
| HSL | 147.32º | 0.98% | 0.78% | - |
| HSV(B) | 147.32º | 0.44% | 1% | - |
| XYZ | 56.22 | 80.48 | 63.02 | - |
| YUV | 213.56 | 116.39 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 254 | 193 | 0.44 | 0 | 0.24 | 0.00 | 147.32 | 0.98 | 0.78 |
| Hex | 8E | FE | C1 | 2C | 0 | 18 | 0 | 93 | 62 | 4E |
| Octal | 216 | 376 | 301 | 54 | 0 | 30 | 0 | 223 | 142 | 116 |
| Binary | 10001110 | 11111110 | 11000001 | 101100 | 0 | 11000 | 0 | 10010011 | 1100010 | 1001110 |
Color Harmonies of #8EFEC1
Complementary color
Monochromatic Colors of #8EFEC1
Black with #8EFEC1
Text Example
Text Example
White with #8EFEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFEC1; }
p { color: rgb(142,254,193); }
H1.HeaderClassName
{
color: #8EFEC1;
}
.AnyTagClassName
{
color: #8EFEC1;
}
</style>
background-color css
<style>
a { background-color: #8EFEC1; }
a { background-color: rgb(142,254,193); }
div.DivClassName
{
background-color: #8EFEC1;
}
.BgClassName
{
background-color: #8EFEC1;
}
</style>
border-color css
<style>
span { border-color: #8EFEC1; }
span { border-color: rgb(142,254,193); }
td.TdClassName
{
border-color: #8EFEC1;
}
.TagClassName
{
border-color: #8EFEC1;
}
</style>