Shades of Aquamarine #7CFED4
Tints of Aquamarine #7CFED4
RGB
CMYK
RGB Variations
Color information
#7CFED4 (or 0x7CFED4) is known color: Aquamarine. HEX triplet: 7C, FE and D4. RGB value is (124,254,212). Sum of RGB (Red+Green+Blue) = 124+254+212=590 (78% of max value = 765). Red value is 124 (48.83% from 255 or 21.02% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #7CFED4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFED4 is #83012B. Grayscale: #D2D2D2. Windows color (decimal): -8585516 or 13958780. OLE color: 13958780.
HSL color Cylindrical-coordinate representation of color #7CFED4: hue angle of 160.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 #7CFED4 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 254 | 212 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.00 |
| HSL | 160.62º | 0.98% | 0.74% | - |
| HSV(B) | 160.62º | 0.51% | 1% | - |
| XYZ | 55.64 | 79.92 | 74.78 | - |
| YUV | 210.34 | 128.93 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 254 | 212 | 0.51 | 0 | 0.17 | 0.00 | 160.62 | 0.98 | 0.74 |
| Hex | 7C | FE | D4 | 33 | 0 | 11 | 0 | A1 | 62 | 4A |
| Octal | 174 | 376 | 324 | 63 | 0 | 21 | 0 | 241 | 142 | 112 |
| Binary | 1111100 | 11111110 | 11010100 | 110011 | 0 | 10001 | 0 | 10100001 | 1100010 | 1001010 |
Color Harmonies of #7CFED4
Complementary color
Monochromatic Colors of #7CFED4
Black with #7CFED4
Text Example
Text Example
White with #7CFED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFED4; }
p { color: rgb(124,254,212); }
H1.HeaderClassName
{
color: #7CFED4;
}
.AnyTagClassName
{
color: #7CFED4;
}
</style>
background-color css
<style>
a { background-color: #7CFED4; }
a { background-color: rgb(124,254,212); }
div.DivClassName
{
background-color: #7CFED4;
}
.BgClassName
{
background-color: #7CFED4;
}
</style>
border-color css
<style>
span { border-color: #7CFED4; }
span { border-color: rgb(124,254,212); }
td.TdClassName
{
border-color: #7CFED4;
}
.TagClassName
{
border-color: #7CFED4;
}
</style>