Shades of Aquamarine #8EF3DF
Tints of Aquamarine #8EF3DF
RGB
CMYK
RGB Variations
Color information
#8EF3DF (or 0x8EF3DF) is known color: Aquamarine. HEX triplet: 8E, F3 and DF. RGB value is (142,243,223). Sum of RGB (Red+Green+Blue) = 142+243+223=608 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.36% from 608); Green value is 243 (95.31% from 255 or 39.97% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 243 - color contains mainly: green. Hex color #8EF3DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF3DF is #710C20. Grayscale: #D2D2D2. Windows color (decimal): -7408673 or 14676878. OLE color: 14676878.
HSL color Cylindrical-coordinate representation of color #8EF3DF: hue angle of 168.12º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EF3DF is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 243 | 223 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.05 |
| HSL | 168.12º | 0.81% | 0.75% | - |
| HSV(B) | 168.12º | 0.42% | 0.95% | - |
| XYZ | 56.53 | 75.18 | 81.34 | - |
| YUV | 210.52 | 135.04 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 243 | 223 | 0.42 | 0 | 0.08 | 0.05 | 168.12 | 0.81 | 0.75 |
| Hex | 8E | F3 | DF | 2A | 0 | 8 | 5 | A8 | 51 | 4B |
| Octal | 216 | 363 | 337 | 52 | 0 | 10 | 5 | 250 | 121 | 113 |
| Binary | 10001110 | 11110011 | 11011111 | 101010 | 0 | 1000 | 101 | 10101000 | 1010001 | 1001011 |
Color Harmonies of #8EF3DF
Complementary color
Monochromatic Colors of #8EF3DF
Black with #8EF3DF
Text Example
Text Example
White with #8EF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF3DF; }
p { color: rgb(142,243,223); }
H1.HeaderClassName
{
color: #8EF3DF;
}
.AnyTagClassName
{
color: #8EF3DF;
}
</style>
background-color css
<style>
a { background-color: #8EF3DF; }
a { background-color: rgb(142,243,223); }
div.DivClassName
{
background-color: #8EF3DF;
}
.BgClassName
{
background-color: #8EF3DF;
}
</style>
border-color css
<style>
span { border-color: #8EF3DF; }
span { border-color: rgb(142,243,223); }
td.TdClassName
{
border-color: #8EF3DF;
}
.TagClassName
{
border-color: #8EF3DF;
}
</style>