Shades of Aquamarine #7FFEDC
Tints of Aquamarine #7FFEDC
RGB
CMYK
RGB Variations
Color information
#7FFEDC (or 0x7FFEDC) is known color: Aquamarine. HEX triplet: 7F, FE and DC. RGB value is (127,254,220). Sum of RGB (Red+Green+Blue) = 127+254+220=601 (79% of max value = 765). Red value is 127 (50% from 255 or 21.13% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #7FFEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFEDC is #800123. Grayscale: #D4D4D4. Windows color (decimal): -8388900 or 14483071. OLE color: 14483071.
HSL color Cylindrical-coordinate representation of color #7FFEDC: hue angle of 163.94º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFEDC is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 254 | 220 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.00 |
| HSL | 163.94º | 0.98% | 0.75% | - |
| HSV(B) | 163.94º | 0.5% | 1% | - |
| XYZ | 57.11 | 80.56 | 80.25 | - |
| YUV | 212.15 | 132.42 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 254 | 220 | 0.50 | 0 | 0.13 | 0.00 | 163.94 | 0.98 | 0.75 |
| Hex | 7F | FE | DC | 32 | 0 | D | 0 | A4 | 62 | 4B |
| Octal | 177 | 376 | 334 | 62 | 0 | 15 | 0 | 244 | 142 | 113 |
| Binary | 1111111 | 11111110 | 11011100 | 110010 | 0 | 1101 | 0 | 10100100 | 1100010 | 1001011 |
Color Harmonies of #7FFEDC
Complementary color
Monochromatic Colors of #7FFEDC
Black with #7FFEDC
Text Example
Text Example
White with #7FFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFEDC; }
p { color: rgb(127,254,220); }
H1.HeaderClassName
{
color: #7FFEDC;
}
.AnyTagClassName
{
color: #7FFEDC;
}
</style>
background-color css
<style>
a { background-color: #7FFEDC; }
a { background-color: rgb(127,254,220); }
div.DivClassName
{
background-color: #7FFEDC;
}
.BgClassName
{
background-color: #7FFEDC;
}
</style>
border-color css
<style>
span { border-color: #7FFEDC; }
span { border-color: rgb(127,254,220); }
td.TdClassName
{
border-color: #7FFEDC;
}
.TagClassName
{
border-color: #7FFEDC;
}
</style>