Shades of Aquamarine #8EFDE9
Tints of Aquamarine #8EFDE9
RGB
CMYK
RGB Variations
Color information
#8EFDE9 (or 0x8EFDE9) is known color: Aquamarine. HEX triplet: 8E, FD and E9. RGB value is (142,253,233). Sum of RGB (Red+Green+Blue) = 142+253+233=628 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.61% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFDE9 is #710216. Grayscale: #D9D9D9. Windows color (decimal): -7406103 or 15334798. OLE color: 15334798.
HSL color Cylindrical-coordinate representation of color #8EFDE9: hue angle of 169.19º 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 #8EFDE9 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 253 | 233 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.01 |
| HSL | 169.19º | 0.97% | 0.77% | - |
| HSV(B) | 169.19º | 0.44% | 0.99% | - |
| XYZ | 60.99 | 81.88 | 89.68 | - |
| YUV | 217.53 | 136.73 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 253 | 233 | 0.44 | 0 | 0.08 | 0.01 | 169.19 | 0.97 | 0.77 |
| Hex | 8E | FD | E9 | 2C | 0 | 8 | 1 | A9 | 61 | 4D |
| Octal | 216 | 375 | 351 | 54 | 0 | 10 | 1 | 251 | 141 | 115 |
| Binary | 10001110 | 11111101 | 11101001 | 101100 | 0 | 1000 | 1 | 10101001 | 1100001 | 1001101 |
Color Harmonies of #8EFDE9
Complementary color
Monochromatic Colors of #8EFDE9
Black with #8EFDE9
Text Example
Text Example
White with #8EFDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFDE9; }
p { color: rgb(142,253,233); }
H1.HeaderClassName
{
color: #8EFDE9;
}
.AnyTagClassName
{
color: #8EFDE9;
}
</style>
background-color css
<style>
a { background-color: #8EFDE9; }
a { background-color: rgb(142,253,233); }
div.DivClassName
{
background-color: #8EFDE9;
}
.BgClassName
{
background-color: #8EFDE9;
}
</style>
border-color css
<style>
span { border-color: #8EFDE9; }
span { border-color: rgb(142,253,233); }
td.TdClassName
{
border-color: #8EFDE9;
}
.TagClassName
{
border-color: #8EFDE9;
}
</style>