Shades of Aquamarine #7FFEC7
Tints of Aquamarine #7FFEC7
RGB
CMYK
RGB Variations
Color information
#7FFEC7 (or 0x7FFEC7) is known color: Aquamarine. HEX triplet: 7F, FE and C7. RGB value is (127,254,199). Sum of RGB (Red+Green+Blue) = 127+254+199=580 (76% of max value = 765). Red value is 127 (50% from 255 or 21.90% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #7FFEC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFEC7 is #800138. Grayscale: #D1D1D1. Windows color (decimal): -8388921 or 13106815. OLE color: 13106815.
HSL color Cylindrical-coordinate representation of color #7FFEC7: hue angle of 154.02º 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 #7FFEC7 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 254 | 199 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.00 |
| HSL | 154.02º | 0.98% | 0.75% | - |
| HSV(B) | 154.02º | 0.5% | 1% | - |
| XYZ | 54.5 | 79.52 | 66.51 | - |
| YUV | 209.76 | 121.92 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 254 | 199 | 0.50 | 0 | 0.22 | 0.00 | 154.02 | 0.98 | 0.75 |
| Hex | 7F | FE | C7 | 32 | 0 | 16 | 0 | 9A | 62 | 4B |
| Octal | 177 | 376 | 307 | 62 | 0 | 26 | 0 | 232 | 142 | 113 |
| Binary | 1111111 | 11111110 | 11000111 | 110010 | 0 | 10110 | 0 | 10011010 | 1100010 | 1001011 |
Color Harmonies of #7FFEC7
Complementary color
Monochromatic Colors of #7FFEC7
Black with #7FFEC7
Text Example
Text Example
White with #7FFEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFEC7; }
p { color: rgb(127,254,199); }
H1.HeaderClassName
{
color: #7FFEC7;
}
.AnyTagClassName
{
color: #7FFEC7;
}
</style>
background-color css
<style>
a { background-color: #7FFEC7; }
a { background-color: rgb(127,254,199); }
div.DivClassName
{
background-color: #7FFEC7;
}
.BgClassName
{
background-color: #7FFEC7;
}
</style>
border-color css
<style>
span { border-color: #7FFEC7; }
span { border-color: rgb(127,254,199); }
td.TdClassName
{
border-color: #7FFEC7;
}
.TagClassName
{
border-color: #7FFEC7;
}
</style>