Shades of Aquamarine #7DFEDB
Tints of Aquamarine #7DFEDB
RGB
CMYK
RGB Variations
Color information
#7DFEDB (or 0x7DFEDB) is known color: Aquamarine. HEX triplet: 7D, FE and DB. RGB value is (125,254,219). Sum of RGB (Red+Green+Blue) = 125+254+219=598 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.90% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFEDB is #820124. Grayscale: #D3D3D3. Windows color (decimal): -8519973 or 14417533. OLE color: 14417533.
HSL color Cylindrical-coordinate representation of color #7DFEDB: hue angle of 163.72º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFEDB is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 219 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.00 |
| HSL | 163.72º | 0.98% | 0.74% | - |
| HSV(B) | 163.72º | 0.51% | 1% | - |
| XYZ | 56.69 | 80.36 | 79.54 | - |
| YUV | 211.44 | 132.26 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 219 | 0.51 | 0 | 0.14 | 0.00 | 163.72 | 0.98 | 0.74 |
| Hex | 7D | FE | DB | 33 | 0 | E | 0 | A4 | 62 | 4A |
| Octal | 175 | 376 | 333 | 63 | 0 | 16 | 0 | 244 | 142 | 112 |
| Binary | 1111101 | 11111110 | 11011011 | 110011 | 0 | 1110 | 0 | 10100100 | 1100010 | 1001010 |
Color Harmonies of #7DFEDB
Complementary color
Monochromatic Colors of #7DFEDB
Black with #7DFEDB
Text Example
Text Example
White with #7DFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFEDB; }
p { color: rgb(125,254,219); }
H1.HeaderClassName
{
color: #7DFEDB;
}
.AnyTagClassName
{
color: #7DFEDB;
}
</style>
background-color css
<style>
a { background-color: #7DFEDB; }
a { background-color: rgb(125,254,219); }
div.DivClassName
{
background-color: #7DFEDB;
}
.BgClassName
{
background-color: #7DFEDB;
}
</style>
border-color css
<style>
span { border-color: #7DFEDB; }
span { border-color: rgb(125,254,219); }
td.TdClassName
{
border-color: #7DFEDB;
}
.TagClassName
{
border-color: #7DFEDB;
}
</style>