Shades of Aquamarine #7DF7D9
Tints of Aquamarine #7DF7D9
RGB
CMYK
RGB Variations
Color information
#7DF7D9 (or 0x7DF7D9) is known color: Aquamarine. HEX triplet: 7D, F7 and D9. RGB value is (125,247,217). Sum of RGB (Red+Green+Blue) = 125+247+217=589 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.22% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 247 - color contains mainly: green. Hex color #7DF7D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF7D9 is #820826. Grayscale: #CFCFCF. Windows color (decimal): -8521767 or 14284669. OLE color: 14284669.
HSL color Cylindrical-coordinate representation of color #7DF7D9: hue angle of 165.25º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF7D9 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 247 | 217 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.03 |
| HSL | 165.25º | 0.88% | 0.73% | - |
| HSV(B) | 165.25º | 0.49% | 0.97% | - |
| XYZ | 54.24 | 75.89 | 77.44 | - |
| YUV | 207.1 | 133.58 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 247 | 217 | 0.49 | 0 | 0.12 | 0.03 | 165.25 | 0.88 | 0.73 |
| Hex | 7D | F7 | D9 | 31 | 0 | C | 3 | A5 | 58 | 49 |
| Octal | 175 | 367 | 331 | 61 | 0 | 14 | 3 | 245 | 130 | 111 |
| Binary | 1111101 | 11110111 | 11011001 | 110001 | 0 | 1100 | 11 | 10100101 | 1011000 | 1001001 |
Color Harmonies of #7DF7D9
Complementary color
Monochromatic Colors of #7DF7D9
Black with #7DF7D9
Text Example
Text Example
White with #7DF7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF7D9; }
p { color: rgb(125,247,217); }
H1.HeaderClassName
{
color: #7DF7D9;
}
.AnyTagClassName
{
color: #7DF7D9;
}
</style>
background-color css
<style>
a { background-color: #7DF7D9; }
a { background-color: rgb(125,247,217); }
div.DivClassName
{
background-color: #7DF7D9;
}
.BgClassName
{
background-color: #7DF7D9;
}
</style>
border-color css
<style>
span { border-color: #7DF7D9; }
span { border-color: rgb(125,247,217); }
td.TdClassName
{
border-color: #7DF7D9;
}
.TagClassName
{
border-color: #7DF7D9;
}
</style>