Shades of Aquamarine #7CFEAD
Tints of Aquamarine #7CFEAD
RGB
CMYK
RGB Variations
Color information
#7CFEAD (or 0x7CFEAD) is known color: Aquamarine. HEX triplet: 7C, FE and AD. RGB value is (124,254,173). Sum of RGB (Red+Green+Blue) = 124+254+173=551 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.50% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #7CFEAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CFEAD is #830152. Grayscale: #CECECE. Windows color (decimal): -8585555 or 11402876. OLE color: 11402876.
HSL color Cylindrical-coordinate representation of color #7CFEAD: hue angle of 142.62º 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 #7CFEAD is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 254 | 173 | - |
| CMYK | 0.51 | 0 | 0.32 | 0.00 |
| HSL | 142.62º | 0.98% | 0.74% | - |
| HSV(B) | 142.62º | 0.51% | 1% | - |
| XYZ | 51.3 | 78.19 | 51.92 | - |
| YUV | 205.9 | 109.43 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 254 | 173 | 0.51 | 0 | 0.32 | 0.00 | 142.62 | 0.98 | 0.74 |
| Hex | 7C | FE | AD | 33 | 0 | 20 | 0 | 8F | 62 | 4A |
| Octal | 174 | 376 | 255 | 63 | 0 | 40 | 0 | 217 | 142 | 112 |
| Binary | 1111100 | 11111110 | 10101101 | 110011 | 0 | 100000 | 0 | 10001111 | 1100010 | 1001010 |
Color Harmonies of #7CFEAD
Complementary color
Monochromatic Colors of #7CFEAD
Black with #7CFEAD
Text Example
Text Example
White with #7CFEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFEAD; }
p { color: rgb(124,254,173); }
H1.HeaderClassName
{
color: #7CFEAD;
}
.AnyTagClassName
{
color: #7CFEAD;
}
</style>
background-color css
<style>
a { background-color: #7CFEAD; }
a { background-color: rgb(124,254,173); }
div.DivClassName
{
background-color: #7CFEAD;
}
.BgClassName
{
background-color: #7CFEAD;
}
</style>
border-color css
<style>
span { border-color: #7CFEAD; }
span { border-color: rgb(124,254,173); }
td.TdClassName
{
border-color: #7CFEAD;
}
.TagClassName
{
border-color: #7CFEAD;
}
</style>