Shades of Aquamarine #7DF1D9
Tints of Aquamarine #7DF1D9
RGB
CMYK
RGB Variations
Color information
#7DF1D9 (or 0x7DF1D9) is known color: Aquamarine. HEX triplet: 7D, F1 and D9. RGB value is (125,241,217). Sum of RGB (Red+Green+Blue) = 125+241+217=583 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.44% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF1D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF1D9 is #820E26. Grayscale: #CBCBCB. Windows color (decimal): -8523303 or 14283133. OLE color: 14283133.
HSL color Cylindrical-coordinate representation of color #7DF1D9: hue angle of 167.59º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF1D9 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 241 | 217 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.05 |
| HSL | 167.59º | 0.81% | 0.72% | - |
| HSV(B) | 167.59º | 0.48% | 0.95% | - |
| XYZ | 52.44 | 72.28 | 76.83 | - |
| YUV | 203.58 | 135.57 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 241 | 217 | 0.48 | 0 | 0.10 | 0.05 | 167.59 | 0.81 | 0.72 |
| Hex | 7D | F1 | D9 | 30 | 0 | A | 5 | A8 | 51 | 48 |
| Octal | 175 | 361 | 331 | 60 | 0 | 12 | 5 | 250 | 121 | 110 |
| Binary | 1111101 | 11110001 | 11011001 | 110000 | 0 | 1010 | 101 | 10101000 | 1010001 | 1001000 |
Color Harmonies of #7DF1D9
Complementary color
Monochromatic Colors of #7DF1D9
Black with #7DF1D9
Text Example
Text Example
White with #7DF1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF1D9; }
p { color: rgb(125,241,217); }
H1.HeaderClassName
{
color: #7DF1D9;
}
.AnyTagClassName
{
color: #7DF1D9;
}
</style>
background-color css
<style>
a { background-color: #7DF1D9; }
a { background-color: rgb(125,241,217); }
div.DivClassName
{
background-color: #7DF1D9;
}
.BgClassName
{
background-color: #7DF1D9;
}
</style>
border-color css
<style>
span { border-color: #7DF1D9; }
span { border-color: rgb(125,241,217); }
td.TdClassName
{
border-color: #7DF1D9;
}
.TagClassName
{
border-color: #7DF1D9;
}
</style>