Shades of Aquamarine #8EF8DF
Tints of Aquamarine #8EF8DF
RGB
CMYK
RGB Variations
Color information
#8EF8DF (or 0x8EF8DF) is known color: Aquamarine. HEX triplet: 8E, F8 and DF. RGB value is (142,248,223). Sum of RGB (Red+Green+Blue) = 142+248+223=613 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.16% from 613); Green value is 248 (97.27% from 255 or 40.46% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 248 - color contains mainly: green. Hex color #8EF8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF8DF is #710720. Grayscale: #D5D5D5. Windows color (decimal): -7407393 or 14678158. OLE color: 14678158.
HSL color Cylindrical-coordinate representation of color #8EF8DF: hue angle of 165.85º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EF8DF is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 142 | 248 | 223 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.03 |
| HSL | 165.85º | 0.88% | 0.76% | - |
| HSV(B) | 165.85º | 0.43% | 0.97% | - |
| XYZ | 58.04 | 78.21 | 81.85 | - |
| YUV | 213.46 | 133.38 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 248 | 223 | 0.43 | 0 | 0.10 | 0.03 | 165.85 | 0.88 | 0.76 |
| Hex | 8E | F8 | DF | 2B | 0 | A | 3 | A6 | 58 | 4C |
| Octal | 216 | 370 | 337 | 53 | 0 | 12 | 3 | 246 | 130 | 114 |
| Binary | 10001110 | 11111000 | 11011111 | 101011 | 0 | 1010 | 11 | 10100110 | 1011000 | 1001100 |
Color Harmonies of #8EF8DF
Complementary color
Monochromatic Colors of #8EF8DF
Black with #8EF8DF
Text Example
Text Example
White with #8EF8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF8DF; }
p { color: rgb(142,248,223); }
H1.HeaderClassName
{
color: #8EF8DF;
}
.AnyTagClassName
{
color: #8EF8DF;
}
</style>
background-color css
<style>
a { background-color: #8EF8DF; }
a { background-color: rgb(142,248,223); }
div.DivClassName
{
background-color: #8EF8DF;
}
.BgClassName
{
background-color: #8EF8DF;
}
</style>
border-color css
<style>
span { border-color: #8EF8DF; }
span { border-color: rgb(142,248,223); }
td.TdClassName
{
border-color: #8EF8DF;
}
.TagClassName
{
border-color: #8EF8DF;
}
</style>