Shades of Aquamarine #7DFDB4
Tints of Aquamarine #7DFDB4
RGB
CMYK
RGB Variations
Color information
#7DFDB4 (or 0x7DFDB4) is known color: Aquamarine. HEX triplet: 7D, FD and B4. RGB value is (125,253,180). Sum of RGB (Red+Green+Blue) = 125+253+180=558 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.40% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFDB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFDB4 is #82024B. Grayscale: #CECECE. Windows color (decimal): -8520268 or 11861373. OLE color: 11861373.
HSL color Cylindrical-coordinate representation of color #7DFDB4: hue angle of 145.78º 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 #7DFDB4 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 253 | 180 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.01 |
| HSL | 145.78º | 0.97% | 0.74% | - |
| HSV(B) | 145.78º | 0.51% | 0.99% | - |
| XYZ | 51.82 | 77.91 | 55.49 | - |
| YUV | 206.41 | 113.09 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 253 | 180 | 0.51 | 0 | 0.29 | 0.01 | 145.78 | 0.97 | 0.74 |
| Hex | 7D | FD | B4 | 33 | 0 | 1D | 1 | 92 | 61 | 4A |
| Octal | 175 | 375 | 264 | 63 | 0 | 35 | 1 | 222 | 141 | 112 |
| Binary | 1111101 | 11111101 | 10110100 | 110011 | 0 | 11101 | 1 | 10010010 | 1100001 | 1001010 |
Color Harmonies of #7DFDB4
Complementary color
Monochromatic Colors of #7DFDB4
Black with #7DFDB4
Text Example
Text Example
White with #7DFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFDB4; }
p { color: rgb(125,253,180); }
H1.HeaderClassName
{
color: #7DFDB4;
}
.AnyTagClassName
{
color: #7DFDB4;
}
</style>
background-color css
<style>
a { background-color: #7DFDB4; }
a { background-color: rgb(125,253,180); }
div.DivClassName
{
background-color: #7DFDB4;
}
.BgClassName
{
background-color: #7DFDB4;
}
</style>
border-color css
<style>
span { border-color: #7DFDB4; }
span { border-color: rgb(125,253,180); }
td.TdClassName
{
border-color: #7DFDB4;
}
.TagClassName
{
border-color: #7DFDB4;
}
</style>