Shades of Aquamarine #7DFDDD
Tints of Aquamarine #7DFDDD
RGB
CMYK
RGB Variations
Color information
#7DFDDD (or 0x7DFDDD) is known color: Aquamarine. HEX triplet: 7D, FD and DD. RGB value is (125,253,221). Sum of RGB (Red+Green+Blue) = 125+253+221=599 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.87% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFDDD is #820222. Grayscale: #D3D3D3. Windows color (decimal): -8520227 or 14548349. OLE color: 14548349.
HSL color Cylindrical-coordinate representation of color #7DFDDD: hue angle of 165º 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 #7DFDDD is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 253 | 221 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.01 |
| HSL | 165º | 0.97% | 0.74% | - |
| HSV(B) | 165º | 0.51% | 0.99% | - |
| XYZ | 56.63 | 79.83 | 80.83 | - |
| YUV | 211.08 | 133.59 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 253 | 221 | 0.51 | 0 | 0.13 | 0.01 | 165 | 0.97 | 0.74 |
| Hex | 7D | FD | DD | 33 | 0 | D | 1 | A5 | 61 | 4A |
| Octal | 175 | 375 | 335 | 63 | 0 | 15 | 1 | 245 | 141 | 112 |
| Binary | 1111101 | 11111101 | 11011101 | 110011 | 0 | 1101 | 1 | 10100101 | 1100001 | 1001010 |
Color Harmonies of #7DFDDD
Complementary color
Monochromatic Colors of #7DFDDD
Black with #7DFDDD
Text Example
Text Example
White with #7DFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFDDD; }
p { color: rgb(125,253,221); }
H1.HeaderClassName
{
color: #7DFDDD;
}
.AnyTagClassName
{
color: #7DFDDD;
}
</style>
background-color css
<style>
a { background-color: #7DFDDD; }
a { background-color: rgb(125,253,221); }
div.DivClassName
{
background-color: #7DFDDD;
}
.BgClassName
{
background-color: #7DFDDD;
}
</style>
border-color css
<style>
span { border-color: #7DFDDD; }
span { border-color: rgb(125,253,221); }
td.TdClassName
{
border-color: #7DFDDD;
}
.TagClassName
{
border-color: #7DFDDD;
}
</style>