Shades of Aquamarine #7CFED2
Tints of Aquamarine #7CFED2
RGB
CMYK
RGB Variations
Color information
#7CFED2 (or 0x7CFED2) is known color: Aquamarine. HEX triplet: 7C, FE and D2. RGB value is (124,254,210). Sum of RGB (Red+Green+Blue) = 124+254+210=588 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.09% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #7CFED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFED2 is #83012D. Grayscale: #D2D2D2. Windows color (decimal): -8585518 or 13827708. OLE color: 13827708.
HSL color Cylindrical-coordinate representation of color #7CFED2: hue angle of 159.69º 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 #7CFED2 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 254 | 210 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.00 |
| HSL | 159.69º | 0.98% | 0.74% | - |
| HSV(B) | 159.69º | 0.51% | 1% | - |
| XYZ | 55.39 | 79.82 | 73.46 | - |
| YUV | 210.11 | 127.93 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 254 | 210 | 0.51 | 0 | 0.17 | 0.00 | 159.69 | 0.98 | 0.74 |
| Hex | 7C | FE | D2 | 33 | 0 | 11 | 0 | A0 | 62 | 4A |
| Octal | 174 | 376 | 322 | 63 | 0 | 21 | 0 | 240 | 142 | 112 |
| Binary | 1111100 | 11111110 | 11010010 | 110011 | 0 | 10001 | 0 | 10100000 | 1100010 | 1001010 |
Color Harmonies of #7CFED2
Complementary color
Monochromatic Colors of #7CFED2
Black with #7CFED2
Text Example
Text Example
White with #7CFED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFED2; }
p { color: rgb(124,254,210); }
H1.HeaderClassName
{
color: #7CFED2;
}
.AnyTagClassName
{
color: #7CFED2;
}
</style>
background-color css
<style>
a { background-color: #7CFED2; }
a { background-color: rgb(124,254,210); }
div.DivClassName
{
background-color: #7CFED2;
}
.BgClassName
{
background-color: #7CFED2;
}
</style>
border-color css
<style>
span { border-color: #7CFED2; }
span { border-color: rgb(124,254,210); }
td.TdClassName
{
border-color: #7CFED2;
}
.TagClassName
{
border-color: #7CFED2;
}
</style>