Shades of Aquamarine #7CFECD
Tints of Aquamarine #7CFECD
RGB
CMYK
RGB Variations
Color information
#7CFECD (or 0x7CFECD) is known color: Aquamarine. HEX triplet: 7C, FE and CD. RGB value is (124,254,205). Sum of RGB (Red+Green+Blue) = 124+254+205=583 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.27% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #7CFECD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFECD is #830132. Grayscale: #D1D1D1. Windows color (decimal): -8585523 or 13500028. OLE color: 13500028.
HSL color Cylindrical-coordinate representation of color #7CFECD: hue angle of 157.38º 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 #7CFECD is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 254 | 205 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.00 |
| HSL | 157.38º | 0.98% | 0.74% | - |
| HSV(B) | 157.38º | 0.51% | 1% | - |
| XYZ | 54.77 | 79.58 | 70.23 | - |
| YUV | 209.54 | 125.43 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 254 | 205 | 0.51 | 0 | 0.19 | 0.00 | 157.38 | 0.98 | 0.74 |
| Hex | 7C | FE | CD | 33 | 0 | 13 | 0 | 9D | 62 | 4A |
| Octal | 174 | 376 | 315 | 63 | 0 | 23 | 0 | 235 | 142 | 112 |
| Binary | 1111100 | 11111110 | 11001101 | 110011 | 0 | 10011 | 0 | 10011101 | 1100010 | 1001010 |
Color Harmonies of #7CFECD
Complementary color
Monochromatic Colors of #7CFECD
Black with #7CFECD
Text Example
Text Example
White with #7CFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFECD; }
p { color: rgb(124,254,205); }
H1.HeaderClassName
{
color: #7CFECD;
}
.AnyTagClassName
{
color: #7CFECD;
}
</style>
background-color css
<style>
a { background-color: #7CFECD; }
a { background-color: rgb(124,254,205); }
div.DivClassName
{
background-color: #7CFECD;
}
.BgClassName
{
background-color: #7CFECD;
}
</style>
border-color css
<style>
span { border-color: #7CFECD; }
span { border-color: rgb(124,254,205); }
td.TdClassName
{
border-color: #7CFECD;
}
.TagClassName
{
border-color: #7CFECD;
}
</style>