Shades of Aquamarine #7DFDDA
Tints of Aquamarine #7DFDDA
RGB
CMYK
RGB Variations
Color information
#7DFDDA (or 0x7DFDDA) is known color: Aquamarine. HEX triplet: 7D, FD and DA. RGB value is (125,253,218). Sum of RGB (Red+Green+Blue) = 125+253+218=596 (78% of max value = 765). Red value is 125 (49.22% from 255 or 20.97% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFDDA is #820225. Grayscale: #D2D2D2. Windows color (decimal): -8520230 or 14351741. OLE color: 14351741.
HSL color Cylindrical-coordinate representation of color #7DFDDA: hue angle of 163.59º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFDDA is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 253 | 218 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.01 |
| HSL | 163.59º | 0.97% | 0.74% | - |
| HSV(B) | 163.59º | 0.51% | 0.99% | - |
| XYZ | 56.24 | 79.67 | 78.74 | - |
| YUV | 210.74 | 132.09 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 253 | 218 | 0.51 | 0 | 0.14 | 0.01 | 163.59 | 0.97 | 0.74 |
| Hex | 7D | FD | DA | 33 | 0 | E | 1 | A4 | 61 | 4A |
| Octal | 175 | 375 | 332 | 63 | 0 | 16 | 1 | 244 | 141 | 112 |
| Binary | 1111101 | 11111101 | 11011010 | 110011 | 0 | 1110 | 1 | 10100100 | 1100001 | 1001010 |
Color Harmonies of #7DFDDA
Complementary color
Monochromatic Colors of #7DFDDA
Black with #7DFDDA
Text Example
Text Example
White with #7DFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFDDA; }
p { color: rgb(125,253,218); }
H1.HeaderClassName
{
color: #7DFDDA;
}
.AnyTagClassName
{
color: #7DFDDA;
}
</style>
background-color css
<style>
a { background-color: #7DFDDA; }
a { background-color: rgb(125,253,218); }
div.DivClassName
{
background-color: #7DFDDA;
}
.BgClassName
{
background-color: #7DFDDA;
}
</style>
border-color css
<style>
span { border-color: #7DFDDA; }
span { border-color: rgb(125,253,218); }
td.TdClassName
{
border-color: #7DFDDA;
}
.TagClassName
{
border-color: #7DFDDA;
}
</style>