Shades of Aquamarine #7FFCE7
Tints of Aquamarine #7FFCE7
RGB
CMYK
RGB Variations
Color information
#7FFCE7 (or 0x7FFCE7) is known color: Aquamarine. HEX triplet: 7F, FC and E7. RGB value is (127,252,231). Sum of RGB (Red+Green+Blue) = 127+252+231=610 (80% of max value = 765). Red value is 127 (50% from 255 or 20.82% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFCE7 is #800318. Grayscale: #D4D4D4. Windows color (decimal): -8389401 or 15203455. OLE color: 15203455.
HSL color Cylindrical-coordinate representation of color #7FFCE7: hue angle of 169.92º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFCE7 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 252 | 231 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.01 |
| HSL | 169.92º | 0.95% | 0.74% | - |
| HSV(B) | 169.92º | 0.5% | 0.99% | - |
| XYZ | 57.99 | 79.9 | 87.97 | - |
| YUV | 212.23 | 138.59 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 252 | 231 | 0.50 | 0 | 0.08 | 0.01 | 169.92 | 0.95 | 0.74 |
| Hex | 7F | FC | E7 | 32 | 0 | 8 | 1 | AA | 5F | 4A |
| Octal | 177 | 374 | 347 | 62 | 0 | 10 | 1 | 252 | 137 | 112 |
| Binary | 1111111 | 11111100 | 11100111 | 110010 | 0 | 1000 | 1 | 10101010 | 1011111 | 1001010 |
Color Harmonies of #7FFCE7
Complementary color
Monochromatic Colors of #7FFCE7
Black with #7FFCE7
Text Example
Text Example
White with #7FFCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFCE7; }
p { color: rgb(127,252,231); }
H1.HeaderClassName
{
color: #7FFCE7;
}
.AnyTagClassName
{
color: #7FFCE7;
}
</style>
background-color css
<style>
a { background-color: #7FFCE7; }
a { background-color: rgb(127,252,231); }
div.DivClassName
{
background-color: #7FFCE7;
}
.BgClassName
{
background-color: #7FFCE7;
}
</style>
border-color css
<style>
span { border-color: #7FFCE7; }
span { border-color: rgb(127,252,231); }
td.TdClassName
{
border-color: #7FFCE7;
}
.TagClassName
{
border-color: #7FFCE7;
}
</style>