Shades of Aquamarine #7CFEDB
Tints of Aquamarine #7CFEDB
RGB
CMYK
RGB Variations
Color information
#7CFEDB (or 0x7CFEDB) is known color: Aquamarine. HEX triplet: 7C, FE and DB. RGB value is (124,254,219). Sum of RGB (Red+Green+Blue) = 124+254+219=597 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.77% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #7CFEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFEDB is #830124. Grayscale: #D3D3D3. Windows color (decimal): -8585509 or 14417532. OLE color: 14417532.
HSL color Cylindrical-coordinate representation of color #7CFEDB: hue angle of 163.85º 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 #7CFEDB is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 254 | 219 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.00 |
| HSL | 163.85º | 0.98% | 0.74% | - |
| HSV(B) | 163.85º | 0.51% | 1% | - |
| XYZ | 56.54 | 80.28 | 79.53 | - |
| YUV | 211.14 | 132.43 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 254 | 219 | 0.51 | 0 | 0.14 | 0.00 | 163.85 | 0.98 | 0.74 |
| Hex | 7C | FE | DB | 33 | 0 | E | 0 | A4 | 62 | 4A |
| Octal | 174 | 376 | 333 | 63 | 0 | 16 | 0 | 244 | 142 | 112 |
| Binary | 1111100 | 11111110 | 11011011 | 110011 | 0 | 1110 | 0 | 10100100 | 1100010 | 1001010 |
Color Harmonies of #7CFEDB
Complementary color
Monochromatic Colors of #7CFEDB
Black with #7CFEDB
Text Example
Text Example
White with #7CFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFEDB; }
p { color: rgb(124,254,219); }
H1.HeaderClassName
{
color: #7CFEDB;
}
.AnyTagClassName
{
color: #7CFEDB;
}
</style>
background-color css
<style>
a { background-color: #7CFEDB; }
a { background-color: rgb(124,254,219); }
div.DivClassName
{
background-color: #7CFEDB;
}
.BgClassName
{
background-color: #7CFEDB;
}
</style>
border-color css
<style>
span { border-color: #7CFEDB; }
span { border-color: rgb(124,254,219); }
td.TdClassName
{
border-color: #7CFEDB;
}
.TagClassName
{
border-color: #7CFEDB;
}
</style>