Shades of Aquamarine #7CFEBC
Tints of Aquamarine #7CFEBC
RGB
CMYK
RGB Variations
Color information
#7CFEBC (or 0x7CFEBC) is known color: Aquamarine. HEX triplet: 7C, FE and BC. RGB value is (124,254,188). Sum of RGB (Red+Green+Blue) = 124+254+188=566 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.91% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #7CFEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFEBC is #830143. Grayscale: #CFCFCF. Windows color (decimal): -8585540 or 12385916. OLE color: 12385916.
HSL color Cylindrical-coordinate representation of color #7CFEBC: hue angle of 149.54º 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 #7CFEBC is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 254 | 188 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.00 |
| HSL | 149.54º | 0.98% | 0.74% | - |
| HSV(B) | 149.54º | 0.51% | 1% | - |
| XYZ | 52.83 | 78.8 | 60 | - |
| YUV | 207.61 | 116.93 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 254 | 188 | 0.51 | 0 | 0.26 | 0.00 | 149.54 | 0.98 | 0.74 |
| Hex | 7C | FE | BC | 33 | 0 | 1A | 0 | 96 | 62 | 4A |
| Octal | 174 | 376 | 274 | 63 | 0 | 32 | 0 | 226 | 142 | 112 |
| Binary | 1111100 | 11111110 | 10111100 | 110011 | 0 | 11010 | 0 | 10010110 | 1100010 | 1001010 |
Color Harmonies of #7CFEBC
Complementary color
Monochromatic Colors of #7CFEBC
Black with #7CFEBC
Text Example
Text Example
White with #7CFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFEBC; }
p { color: rgb(124,254,188); }
H1.HeaderClassName
{
color: #7CFEBC;
}
.AnyTagClassName
{
color: #7CFEBC;
}
</style>
background-color css
<style>
a { background-color: #7CFEBC; }
a { background-color: rgb(124,254,188); }
div.DivClassName
{
background-color: #7CFEBC;
}
.BgClassName
{
background-color: #7CFEBC;
}
</style>
border-color css
<style>
span { border-color: #7CFEBC; }
span { border-color: rgb(124,254,188); }
td.TdClassName
{
border-color: #7CFEBC;
}
.TagClassName
{
border-color: #7CFEBC;
}
</style>