Shades of Aquamarine #7FFECF
Tints of Aquamarine #7FFECF
RGB
CMYK
RGB Variations
Color information
#7FFECF (or 0x7FFECF) is known color: Aquamarine. HEX triplet: 7F, FE and CF. RGB value is (127,254,207). Sum of RGB (Red+Green+Blue) = 127+254+207=588 (77% of max value = 765). Red value is 127 (50% from 255 or 21.60% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #7FFECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFECF is #800130. Grayscale: #D2D2D2. Windows color (decimal): -8388913 or 13631103. OLE color: 13631103.
HSL color Cylindrical-coordinate representation of color #7FFECF: hue angle of 157.8º 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 #7FFECF is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 254 | 207 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.00 |
| HSL | 157.8º | 0.98% | 0.75% | - |
| HSV(B) | 157.8º | 0.5% | 1% | - |
| XYZ | 55.46 | 79.9 | 71.53 | - |
| YUV | 210.67 | 125.92 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 254 | 207 | 0.50 | 0 | 0.19 | 0.00 | 157.8 | 0.98 | 0.75 |
| Hex | 7F | FE | CF | 32 | 0 | 13 | 0 | 9E | 62 | 4B |
| Octal | 177 | 376 | 317 | 62 | 0 | 23 | 0 | 236 | 142 | 113 |
| Binary | 1111111 | 11111110 | 11001111 | 110010 | 0 | 10011 | 0 | 10011110 | 1100010 | 1001011 |
Color Harmonies of #7FFECF
Complementary color
Monochromatic Colors of #7FFECF
Black with #7FFECF
Text Example
Text Example
White with #7FFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFECF; }
p { color: rgb(127,254,207); }
H1.HeaderClassName
{
color: #7FFECF;
}
.AnyTagClassName
{
color: #7FFECF;
}
</style>
background-color css
<style>
a { background-color: #7FFECF; }
a { background-color: rgb(127,254,207); }
div.DivClassName
{
background-color: #7FFECF;
}
.BgClassName
{
background-color: #7FFECF;
}
</style>
border-color css
<style>
span { border-color: #7FFECF; }
span { border-color: rgb(127,254,207); }
td.TdClassName
{
border-color: #7FFECF;
}
.TagClassName
{
border-color: #7FFECF;
}
</style>