Shades of Aquamarine #7DFEDF
Tints of Aquamarine #7DFEDF
RGB
CMYK
RGB Variations
Color information
#7DFEDF (or 0x7DFEDF) is known color: Aquamarine. HEX triplet: 7D, FE and DF. RGB value is (125,254,223). Sum of RGB (Red+Green+Blue) = 125+254+223=602 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.76% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFEDF is #820120. Grayscale: #D3D3D3. Windows color (decimal): -8519969 or 14679677. OLE color: 14679677.
HSL color Cylindrical-coordinate representation of color #7DFEDF: hue angle of 165.58º 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 #7DFEDF is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 223 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.00 |
| HSL | 165.58º | 0.98% | 0.74% | - |
| HSV(B) | 165.58º | 0.51% | 1% | - |
| XYZ | 57.22 | 80.57 | 82.35 | - |
| YUV | 211.9 | 134.26 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 223 | 0.51 | 0 | 0.12 | 0.00 | 165.58 | 0.98 | 0.74 |
| Hex | 7D | FE | DF | 33 | 0 | C | 0 | A6 | 62 | 4A |
| Octal | 175 | 376 | 337 | 63 | 0 | 14 | 0 | 246 | 142 | 112 |
| Binary | 1111101 | 11111110 | 11011111 | 110011 | 0 | 1100 | 0 | 10100110 | 1100010 | 1001010 |
Color Harmonies of #7DFEDF
Complementary color
Monochromatic Colors of #7DFEDF
Black with #7DFEDF
Text Example
Text Example
White with #7DFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFEDF; }
p { color: rgb(125,254,223); }
H1.HeaderClassName
{
color: #7DFEDF;
}
.AnyTagClassName
{
color: #7DFEDF;
}
</style>
background-color css
<style>
a { background-color: #7DFEDF; }
a { background-color: rgb(125,254,223); }
div.DivClassName
{
background-color: #7DFEDF;
}
.BgClassName
{
background-color: #7DFEDF;
}
</style>
border-color css
<style>
span { border-color: #7DFEDF; }
span { border-color: rgb(125,254,223); }
td.TdClassName
{
border-color: #7DFEDF;
}
.TagClassName
{
border-color: #7DFEDF;
}
</style>