Shades of Aquamarine #7DF0D9
Tints of Aquamarine #7DF0D9
RGB
CMYK
RGB Variations
Color information
#7DF0D9 (or 0x7DF0D9) is known color: Aquamarine. HEX triplet: 7D, F0 and D9. RGB value is (125,240,217). Sum of RGB (Red+Green+Blue) = 125+240+217=582 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.48% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF0D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF0D9 is #820F26. Grayscale: #CACACA. Windows color (decimal): -8523559 or 14282877. OLE color: 14282877.
HSL color Cylindrical-coordinate representation of color #7DF0D9: hue angle of 168º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF0D9 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 240 | 217 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.06 |
| HSL | 168º | 0.79% | 0.72% | - |
| HSV(B) | 168º | 0.48% | 0.94% | - |
| XYZ | 52.14 | 71.69 | 76.74 | - |
| YUV | 202.99 | 135.9 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 240 | 217 | 0.48 | 0 | 0.10 | 0.06 | 168 | 0.79 | 0.72 |
| Hex | 7D | F0 | D9 | 30 | 0 | A | 6 | A8 | 4F | 48 |
| Octal | 175 | 360 | 331 | 60 | 0 | 12 | 6 | 250 | 117 | 110 |
| Binary | 1111101 | 11110000 | 11011001 | 110000 | 0 | 1010 | 110 | 10101000 | 1001111 | 1001000 |
Color Harmonies of #7DF0D9
Complementary color
Monochromatic Colors of #7DF0D9
Black with #7DF0D9
Text Example
Text Example
White with #7DF0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF0D9; }
p { color: rgb(125,240,217); }
H1.HeaderClassName
{
color: #7DF0D9;
}
.AnyTagClassName
{
color: #7DF0D9;
}
</style>
background-color css
<style>
a { background-color: #7DF0D9; }
a { background-color: rgb(125,240,217); }
div.DivClassName
{
background-color: #7DF0D9;
}
.BgClassName
{
background-color: #7DF0D9;
}
</style>
border-color css
<style>
span { border-color: #7DF0D9; }
span { border-color: rgb(125,240,217); }
td.TdClassName
{
border-color: #7DF0D9;
}
.TagClassName
{
border-color: #7DF0D9;
}
</style>