Shades of Aquamarine #7DFFE7
Tints of Aquamarine #7DFFE7
RGB
CMYK
RGB Variations
Color information
#7DFFE7 (or 0x7DFFE7) is known color: Aquamarine. HEX triplet: 7D, FF and E7. RGB value is (125,255,231). Sum of RGB (Red+Green+Blue) = 125+255+231=611 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.46% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFFE7 is #820018. Grayscale: #D5D5D5. Windows color (decimal): -8519705 or 15204221. OLE color: 15204221.
HSL color Cylindrical-coordinate representation of color #7DFFE7: hue angle of 168.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFFE7 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 255 | 231 | - |
| CMYK | 0.51 | 0 | 0.09 | 0 |
| HSL | 168.92º | 1% | 0.75% | - |
| HSV(B) | 168.92º | 0.51% | 1% | - |
| XYZ | 58.64 | 81.65 | 88.27 | - |
| YUV | 213.39 | 137.93 | 64.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 255 | 231 | 0.51 | 0 | 0.09 | 0 | 168.92 | 1 | 0.75 |
| Hex | 7D | FF | E7 | 33 | 0 | 9 | 0 | A9 | 64 | 4B |
| Octal | 175 | 377 | 347 | 63 | 0 | 11 | 0 | 251 | 144 | 113 |
| Binary | 1111101 | 11111111 | 11100111 | 110011 | 0 | 1001 | 0 | 10101001 | 1100100 | 1001011 |
Color Harmonies of #7DFFE7
Complementary color
Monochromatic Colors of #7DFFE7
Black with #7DFFE7
Text Example
Text Example
White with #7DFFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFFE7; }
p { color: rgb(125,255,231); }
H1.HeaderClassName
{
color: #7DFFE7;
}
.AnyTagClassName
{
color: #7DFFE7;
}
</style>
background-color css
<style>
a { background-color: #7DFFE7; }
a { background-color: rgb(125,255,231); }
div.DivClassName
{
background-color: #7DFFE7;
}
.BgClassName
{
background-color: #7DFFE7;
}
</style>
border-color css
<style>
span { border-color: #7DFFE7; }
span { border-color: rgb(125,255,231); }
td.TdClassName
{
border-color: #7DFFE7;
}
.TagClassName
{
border-color: #7DFFE7;
}
</style>