Shades of Aquamarine #7CFADA
Tints of Aquamarine #7CFADA
RGB
CMYK
RGB Variations
Color information
#7CFADA (or 0x7CFADA) is known color: Aquamarine. HEX triplet: 7C, FA and DA. RGB value is (124,250,218). Sum of RGB (Red+Green+Blue) = 124+250+218=592 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.95% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #7CFADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFADA is #830525. Grayscale: #D0D0D0. Windows color (decimal): -8586534 or 14350972. OLE color: 14350972.
HSL color Cylindrical-coordinate representation of color #7CFADA: hue angle of 164.76º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CFADA is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 250 | 218 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.02 |
| HSL | 164.76º | 0.93% | 0.73% | - |
| HSV(B) | 164.76º | 0.5% | 0.98% | - |
| XYZ | 55.15 | 77.72 | 78.42 | - |
| YUV | 208.68 | 133.26 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 250 | 218 | 0.50 | 0 | 0.13 | 0.02 | 164.76 | 0.93 | 0.73 |
| Hex | 7C | FA | DA | 32 | 0 | D | 2 | A5 | 5D | 49 |
| Octal | 174 | 372 | 332 | 62 | 0 | 15 | 2 | 245 | 135 | 111 |
| Binary | 1111100 | 11111010 | 11011010 | 110010 | 0 | 1101 | 10 | 10100101 | 1011101 | 1001001 |
Color Harmonies of #7CFADA
Complementary color
Monochromatic Colors of #7CFADA
Black with #7CFADA
Text Example
Text Example
White with #7CFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFADA; }
p { color: rgb(124,250,218); }
H1.HeaderClassName
{
color: #7CFADA;
}
.AnyTagClassName
{
color: #7CFADA;
}
</style>
background-color css
<style>
a { background-color: #7CFADA; }
a { background-color: rgb(124,250,218); }
div.DivClassName
{
background-color: #7CFADA;
}
.BgClassName
{
background-color: #7CFADA;
}
</style>
border-color css
<style>
span { border-color: #7CFADA; }
span { border-color: rgb(124,250,218); }
td.TdClassName
{
border-color: #7CFADA;
}
.TagClassName
{
border-color: #7CFADA;
}
</style>