Shades of Aquamarine #7CFEDF
Tints of Aquamarine #7CFEDF
RGB
CMYK
RGB Variations
Color information
#7CFEDF (or 0x7CFEDF) is known color: Aquamarine. HEX triplet: 7C, FE and DF. RGB value is (124,254,223). Sum of RGB (Red+Green+Blue) = 124+254+223=601 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.63% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #7CFEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFEDF is #830120. Grayscale: #D3D3D3. Windows color (decimal): -8585505 or 14679676. OLE color: 14679676.
HSL color Cylindrical-coordinate representation of color #7CFEDF: hue angle of 165.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 #7CFEDF is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 254 | 223 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.00 |
| HSL | 165.69º | 0.98% | 0.74% | - |
| HSV(B) | 165.69º | 0.51% | 1% | - |
| XYZ | 57.07 | 80.5 | 82.34 | - |
| YUV | 211.6 | 134.43 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 254 | 223 | 0.51 | 0 | 0.12 | 0.00 | 165.69 | 0.98 | 0.74 |
| Hex | 7C | FE | DF | 33 | 0 | C | 0 | A6 | 62 | 4A |
| Octal | 174 | 376 | 337 | 63 | 0 | 14 | 0 | 246 | 142 | 112 |
| Binary | 1111100 | 11111110 | 11011111 | 110011 | 0 | 1100 | 0 | 10100110 | 1100010 | 1001010 |
Color Harmonies of #7CFEDF
Complementary color
Monochromatic Colors of #7CFEDF
Black with #7CFEDF
Text Example
Text Example
White with #7CFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFEDF; }
p { color: rgb(124,254,223); }
H1.HeaderClassName
{
color: #7CFEDF;
}
.AnyTagClassName
{
color: #7CFEDF;
}
</style>
background-color css
<style>
a { background-color: #7CFEDF; }
a { background-color: rgb(124,254,223); }
div.DivClassName
{
background-color: #7CFEDF;
}
.BgClassName
{
background-color: #7CFEDF;
}
</style>
border-color css
<style>
span { border-color: #7CFEDF; }
span { border-color: rgb(124,254,223); }
td.TdClassName
{
border-color: #7CFEDF;
}
.TagClassName
{
border-color: #7CFEDF;
}
</style>