Shades of Aquamarine #7CFCDA
Tints of Aquamarine #7CFCDA
RGB
CMYK
RGB Variations
Color information
#7CFCDA (or 0x7CFCDA) is known color: Aquamarine. HEX triplet: 7C, FC and DA. RGB value is (124,252,218). Sum of RGB (Red+Green+Blue) = 124+252+218=594 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.88% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #7CFCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFCDA is #830325. Grayscale: #D1D1D1. Windows color (decimal): -8586022 or 14351484. OLE color: 14351484.
HSL color Cylindrical-coordinate representation of color #7CFCDA: hue angle of 164.06º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFCDA is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 252 | 218 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.01 |
| HSL | 164.06º | 0.96% | 0.74% | - |
| HSV(B) | 164.06º | 0.51% | 0.99% | - |
| XYZ | 55.78 | 78.97 | 78.63 | - |
| YUV | 209.85 | 132.59 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 252 | 218 | 0.51 | 0 | 0.13 | 0.01 | 164.06 | 0.96 | 0.74 |
| Hex | 7C | FC | DA | 33 | 0 | D | 1 | A4 | 60 | 4A |
| Octal | 174 | 374 | 332 | 63 | 0 | 15 | 1 | 244 | 140 | 112 |
| Binary | 1111100 | 11111100 | 11011010 | 110011 | 0 | 1101 | 1 | 10100100 | 1100000 | 1001010 |
Color Harmonies of #7CFCDA
Complementary color
Monochromatic Colors of #7CFCDA
Black with #7CFCDA
Text Example
Text Example
White with #7CFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFCDA; }
p { color: rgb(124,252,218); }
H1.HeaderClassName
{
color: #7CFCDA;
}
.AnyTagClassName
{
color: #7CFCDA;
}
</style>
background-color css
<style>
a { background-color: #7CFCDA; }
a { background-color: rgb(124,252,218); }
div.DivClassName
{
background-color: #7CFCDA;
}
.BgClassName
{
background-color: #7CFCDA;
}
</style>
border-color css
<style>
span { border-color: #7CFCDA; }
span { border-color: rgb(124,252,218); }
td.TdClassName
{
border-color: #7CFCDA;
}
.TagClassName
{
border-color: #7CFCDA;
}
</style>