Shades of Aquamarine #7CFEDA
Tints of Aquamarine #7CFEDA
RGB
CMYK
RGB Variations
Color information
#7CFEDA (or 0x7CFEDA) is known color: Aquamarine. HEX triplet: 7C, FE and DA. RGB value is (124,254,218). Sum of RGB (Red+Green+Blue) = 124+254+218=596 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.81% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #7CFEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFEDA is #830125. Grayscale: #D3D3D3. Windows color (decimal): -8585510 or 14351996. OLE color: 14351996.
HSL color Cylindrical-coordinate representation of color #7CFEDA: hue angle of 163.38º 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 #7CFEDA is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 254 | 218 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.00 |
| HSL | 163.38º | 0.98% | 0.74% | - |
| HSV(B) | 163.38º | 0.51% | 1% | - |
| XYZ | 56.41 | 80.23 | 78.84 | - |
| YUV | 211.03 | 131.93 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 254 | 218 | 0.51 | 0 | 0.14 | 0.00 | 163.38 | 0.98 | 0.74 |
| Hex | 7C | FE | DA | 33 | 0 | E | 0 | A3 | 62 | 4A |
| Octal | 174 | 376 | 332 | 63 | 0 | 16 | 0 | 243 | 142 | 112 |
| Binary | 1111100 | 11111110 | 11011010 | 110011 | 0 | 1110 | 0 | 10100011 | 1100010 | 1001010 |
Color Harmonies of #7CFEDA
Complementary color
Monochromatic Colors of #7CFEDA
Black with #7CFEDA
Text Example
Text Example
White with #7CFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFEDA; }
p { color: rgb(124,254,218); }
H1.HeaderClassName
{
color: #7CFEDA;
}
.AnyTagClassName
{
color: #7CFEDA;
}
</style>
background-color css
<style>
a { background-color: #7CFEDA; }
a { background-color: rgb(124,254,218); }
div.DivClassName
{
background-color: #7CFEDA;
}
.BgClassName
{
background-color: #7CFEDA;
}
</style>
border-color css
<style>
span { border-color: #7CFEDA; }
span { border-color: rgb(124,254,218); }
td.TdClassName
{
border-color: #7CFEDA;
}
.TagClassName
{
border-color: #7CFEDA;
}
</style>