Shades of Aquamarine #7DF1DA
Tints of Aquamarine #7DF1DA
RGB
CMYK
RGB Variations
Color information
#7DF1DA (or 0x7DF1DA) is known color: Aquamarine. HEX triplet: 7D, F1 and DA. RGB value is (125,241,218). Sum of RGB (Red+Green+Blue) = 125+241+218=584 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.40% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF1DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF1DA is #820E25. Grayscale: #CBCBCB. Windows color (decimal): -8523302 or 14348669. OLE color: 14348669.
HSL color Cylindrical-coordinate representation of color #7DF1DA: hue angle of 168.1º 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 #7DF1DA is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 241 | 218 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.05 |
| HSL | 168.1º | 0.81% | 0.72% | - |
| HSV(B) | 168.1º | 0.48% | 0.95% | - |
| XYZ | 52.57 | 72.33 | 77.52 | - |
| YUV | 203.69 | 136.07 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 241 | 218 | 0.48 | 0 | 0.10 | 0.05 | 168.1 | 0.81 | 0.72 |
| Hex | 7D | F1 | DA | 30 | 0 | A | 5 | A8 | 51 | 48 |
| Octal | 175 | 361 | 332 | 60 | 0 | 12 | 5 | 250 | 121 | 110 |
| Binary | 1111101 | 11110001 | 11011010 | 110000 | 0 | 1010 | 101 | 10101000 | 1010001 | 1001000 |
Color Harmonies of #7DF1DA
Complementary color
Monochromatic Colors of #7DF1DA
Black with #7DF1DA
Text Example
Text Example
White with #7DF1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF1DA; }
p { color: rgb(125,241,218); }
H1.HeaderClassName
{
color: #7DF1DA;
}
.AnyTagClassName
{
color: #7DF1DA;
}
</style>
background-color css
<style>
a { background-color: #7DF1DA; }
a { background-color: rgb(125,241,218); }
div.DivClassName
{
background-color: #7DF1DA;
}
.BgClassName
{
background-color: #7DF1DA;
}
</style>
border-color css
<style>
span { border-color: #7DF1DA; }
span { border-color: rgb(125,241,218); }
td.TdClassName
{
border-color: #7DF1DA;
}
.TagClassName
{
border-color: #7DF1DA;
}
</style>