Shades of Aquamarine #8EFDDE
Tints of Aquamarine #8EFDDE
RGB
CMYK
RGB Variations
Color information
#8EFDDE (or 0x8EFDDE) is known color: Aquamarine. HEX triplet: 8E, FD and DE. RGB value is (142,253,222). Sum of RGB (Red+Green+Blue) = 142+253+222=617 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.01% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFDDE is #710221. Grayscale: #D8D8D8. Windows color (decimal): -7406114 or 14613902. OLE color: 14613902.
HSL color Cylindrical-coordinate representation of color #8EFDDE: hue angle of 163.24º 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 #8EFDDE is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 253 | 222 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.01 |
| HSL | 163.24º | 0.97% | 0.77% | - |
| HSV(B) | 163.24º | 0.44% | 0.99% | - |
| XYZ | 59.47 | 81.28 | 81.66 | - |
| YUV | 216.28 | 131.23 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 253 | 222 | 0.44 | 0 | 0.12 | 0.01 | 163.24 | 0.97 | 0.77 |
| Hex | 8E | FD | DE | 2C | 0 | C | 1 | A3 | 61 | 4D |
| Octal | 216 | 375 | 336 | 54 | 0 | 14 | 1 | 243 | 141 | 115 |
| Binary | 10001110 | 11111101 | 11011110 | 101100 | 0 | 1100 | 1 | 10100011 | 1100001 | 1001101 |
Color Harmonies of #8EFDDE
Complementary color
Monochromatic Colors of #8EFDDE
Black with #8EFDDE
Text Example
Text Example
White with #8EFDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFDDE; }
p { color: rgb(142,253,222); }
H1.HeaderClassName
{
color: #8EFDDE;
}
.AnyTagClassName
{
color: #8EFDDE;
}
</style>
background-color css
<style>
a { background-color: #8EFDDE; }
a { background-color: rgb(142,253,222); }
div.DivClassName
{
background-color: #8EFDDE;
}
.BgClassName
{
background-color: #8EFDDE;
}
</style>
border-color css
<style>
span { border-color: #8EFDDE; }
span { border-color: rgb(142,253,222); }
td.TdClassName
{
border-color: #8EFDDE;
}
.TagClassName
{
border-color: #8EFDDE;
}
</style>