Shades of Aquamarine #8EFEE1
Tints of Aquamarine #8EFEE1
RGB
CMYK
RGB Variations
Color information
#8EFEE1 (or 0x8EFEE1) is known color: Aquamarine. HEX triplet: 8E, FE and E1. RGB value is (142,254,225). Sum of RGB (Red+Green+Blue) = 142+254+225=621 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.87% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #8EFEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFEE1 is #71011E. Grayscale: #D9D9D9. Windows color (decimal): -7405855 or 14810766. OLE color: 14810766.
HSL color Cylindrical-coordinate representation of color #8EFEE1: hue angle of 164.46º 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 #8EFEE1 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 254 | 225 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.00 |
| HSL | 164.46º | 0.98% | 0.78% | - |
| HSV(B) | 164.46º | 0.44% | 1% | - |
| XYZ | 60.19 | 82.07 | 83.9 | - |
| YUV | 217.21 | 132.39 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 254 | 225 | 0.44 | 0 | 0.11 | 0.00 | 164.46 | 0.98 | 0.78 |
| Hex | 8E | FE | E1 | 2C | 0 | B | 0 | A4 | 62 | 4E |
| Octal | 216 | 376 | 341 | 54 | 0 | 13 | 0 | 244 | 142 | 116 |
| Binary | 10001110 | 11111110 | 11100001 | 101100 | 0 | 1011 | 0 | 10100100 | 1100010 | 1001110 |
Color Harmonies of #8EFEE1
Complementary color
Monochromatic Colors of #8EFEE1
Black with #8EFEE1
Text Example
Text Example
White with #8EFEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFEE1; }
p { color: rgb(142,254,225); }
H1.HeaderClassName
{
color: #8EFEE1;
}
.AnyTagClassName
{
color: #8EFEE1;
}
</style>
background-color css
<style>
a { background-color: #8EFEE1; }
a { background-color: rgb(142,254,225); }
div.DivClassName
{
background-color: #8EFEE1;
}
.BgClassName
{
background-color: #8EFEE1;
}
</style>
border-color css
<style>
span { border-color: #8EFEE1; }
span { border-color: rgb(142,254,225); }
td.TdClassName
{
border-color: #8EFEE1;
}
.TagClassName
{
border-color: #8EFEE1;
}
</style>