Shades of Aquamarine #7DFEBC
Tints of Aquamarine #7DFEBC
RGB
CMYK
RGB Variations
Color information
#7DFEBC (or 0x7DFEBC) is known color: Aquamarine. HEX triplet: 7D, FE and BC. RGB value is (125,254,188). Sum of RGB (Red+Green+Blue) = 125+254+188=567 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.05% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFEBC is #820143. Grayscale: #D0D0D0. Windows color (decimal): -8520004 or 12385917. OLE color: 12385917.
HSL color Cylindrical-coordinate representation of color #7DFEBC: hue angle of 149.3º 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 #7DFEBC is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 188 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.00 |
| HSL | 149.3º | 0.98% | 0.74% | - |
| HSV(B) | 149.3º | 0.51% | 1% | - |
| XYZ | 52.98 | 78.87 | 60.01 | - |
| YUV | 207.91 | 116.76 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 188 | 0.51 | 0 | 0.26 | 0.00 | 149.3 | 0.98 | 0.74 |
| Hex | 7D | FE | BC | 33 | 0 | 1A | 0 | 95 | 62 | 4A |
| Octal | 175 | 376 | 274 | 63 | 0 | 32 | 0 | 225 | 142 | 112 |
| Binary | 1111101 | 11111110 | 10111100 | 110011 | 0 | 11010 | 0 | 10010101 | 1100010 | 1001010 |
Color Harmonies of #7DFEBC
Complementary color
Monochromatic Colors of #7DFEBC
Black with #7DFEBC
Text Example
Text Example
White with #7DFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFEBC; }
p { color: rgb(125,254,188); }
H1.HeaderClassName
{
color: #7DFEBC;
}
.AnyTagClassName
{
color: #7DFEBC;
}
</style>
background-color css
<style>
a { background-color: #7DFEBC; }
a { background-color: rgb(125,254,188); }
div.DivClassName
{
background-color: #7DFEBC;
}
.BgClassName
{
background-color: #7DFEBC;
}
</style>
border-color css
<style>
span { border-color: #7DFEBC; }
span { border-color: rgb(125,254,188); }
td.TdClassName
{
border-color: #7DFEBC;
}
.TagClassName
{
border-color: #7DFEBC;
}
</style>