Shades of Aquamarine #8EFDEA
Tints of Aquamarine #8EFDEA
RGB
CMYK
RGB Variations
Color information
#8EFDEA (or 0x8EFDEA) is known color: Aquamarine. HEX triplet: 8E, FD and EA. RGB value is (142,253,234). Sum of RGB (Red+Green+Blue) = 142+253+234=629 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.58% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFDEA is #710215. Grayscale: #D9D9D9. Windows color (decimal): -7406102 or 15400334. OLE color: 15400334.
HSL color Cylindrical-coordinate representation of color #8EFDEA: hue angle of 169.73º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFDEA is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 253 | 234 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.01 |
| HSL | 169.73º | 0.97% | 0.77% | - |
| HSV(B) | 169.73º | 0.44% | 0.99% | - |
| XYZ | 61.13 | 81.94 | 90.44 | - |
| YUV | 217.65 | 137.23 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 253 | 234 | 0.44 | 0 | 0.08 | 0.01 | 169.73 | 0.97 | 0.77 |
| Hex | 8E | FD | EA | 2C | 0 | 8 | 1 | AA | 61 | 4D |
| Octal | 216 | 375 | 352 | 54 | 0 | 10 | 1 | 252 | 141 | 115 |
| Binary | 10001110 | 11111101 | 11101010 | 101100 | 0 | 1000 | 1 | 10101010 | 1100001 | 1001101 |
Color Harmonies of #8EFDEA
Complementary color
Monochromatic Colors of #8EFDEA
Black with #8EFDEA
Text Example
Text Example
White with #8EFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFDEA; }
p { color: rgb(142,253,234); }
H1.HeaderClassName
{
color: #8EFDEA;
}
.AnyTagClassName
{
color: #8EFDEA;
}
</style>
background-color css
<style>
a { background-color: #8EFDEA; }
a { background-color: rgb(142,253,234); }
div.DivClassName
{
background-color: #8EFDEA;
}
.BgClassName
{
background-color: #8EFDEA;
}
</style>
border-color css
<style>
span { border-color: #8EFDEA; }
span { border-color: rgb(142,253,234); }
td.TdClassName
{
border-color: #8EFDEA;
}
.TagClassName
{
border-color: #8EFDEA;
}
</style>