Shades of Aquamarine #7EF5DF
Tints of Aquamarine #7EF5DF
RGB
CMYK
RGB Variations
Color information
#7EF5DF (or 0x7EF5DF) is known color: Aquamarine. HEX triplet: 7E, F5 and DF. RGB value is (126,245,223). Sum of RGB (Red+Green+Blue) = 126+245+223=594 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.21% from 594); Green value is 245 (96.09% from 255 or 41.25% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 245 - color contains mainly: green. Hex color #7EF5DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF5DF is #810A20. Grayscale: #CECECE. Windows color (decimal): -8456737 or 14677374. OLE color: 14677374.
HSL color Cylindrical-coordinate representation of color #7EF5DF: hue angle of 168.91º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF5DF is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 126 | 245 | 223 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.04 |
| HSL | 168.91º | 0.86% | 0.73% | - |
| HSV(B) | 168.91º | 0.49% | 0.96% | - |
| XYZ | 54.58 | 75.07 | 81.43 | - |
| YUV | 206.91 | 137.08 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 245 | 223 | 0.49 | 0 | 0.09 | 0.04 | 168.91 | 0.86 | 0.73 |
| Hex | 7E | F5 | DF | 31 | 0 | 9 | 4 | A9 | 56 | 49 |
| Octal | 176 | 365 | 337 | 61 | 0 | 11 | 4 | 251 | 126 | 111 |
| Binary | 1111110 | 11110101 | 11011111 | 110001 | 0 | 1001 | 100 | 10101001 | 1010110 | 1001001 |
Color Harmonies of #7EF5DF
Complementary color
Monochromatic Colors of #7EF5DF
Black with #7EF5DF
Text Example
Text Example
White with #7EF5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF5DF; }
p { color: rgb(126,245,223); }
H1.HeaderClassName
{
color: #7EF5DF;
}
.AnyTagClassName
{
color: #7EF5DF;
}
</style>
background-color css
<style>
a { background-color: #7EF5DF; }
a { background-color: rgb(126,245,223); }
div.DivClassName
{
background-color: #7EF5DF;
}
.BgClassName
{
background-color: #7EF5DF;
}
</style>
border-color css
<style>
span { border-color: #7EF5DF; }
span { border-color: rgb(126,245,223); }
td.TdClassName
{
border-color: #7EF5DF;
}
.TagClassName
{
border-color: #7EF5DF;
}
</style>