Shades of Aquamarine #7FEFE0
Tints of Aquamarine #7FEFE0
RGB
CMYK
RGB Variations
Color information
#7FEFE0 (or 0x7FEFE0) is known color: Aquamarine. HEX triplet: 7F, EF and E0. RGB value is (127,239,224). Sum of RGB (Red+Green+Blue) = 127+239+224=590 (78% of max value = 765). Red value is 127 (50% from 255 or 21.53% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 239 - color contains mainly: green. Hex color #7FEFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEFE0 is #80101F. Grayscale: #CBCBCB. Windows color (decimal): -8392736 or 14741375. OLE color: 14741375.
HSL color Cylindrical-coordinate representation of color #7FEFE0: hue angle of 171.96º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FEFE0 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 239 | 224 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.06 |
| HSL | 171.96º | 0.78% | 0.72% | - |
| HSV(B) | 171.96º | 0.47% | 0.94% | - |
| XYZ | 53.07 | 71.63 | 81.55 | - |
| YUV | 203.8 | 139.39 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 239 | 224 | 0.47 | 0 | 0.06 | 0.06 | 171.96 | 0.78 | 0.72 |
| Hex | 7F | EF | E0 | 2F | 0 | 6 | 6 | AC | 4E | 48 |
| Octal | 177 | 357 | 340 | 57 | 0 | 6 | 6 | 254 | 116 | 110 |
| Binary | 1111111 | 11101111 | 11100000 | 101111 | 0 | 110 | 110 | 10101100 | 1001110 | 1001000 |
Color Harmonies of #7FEFE0
Complementary color
Monochromatic Colors of #7FEFE0
Black with #7FEFE0
Text Example
Text Example
White with #7FEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEFE0; }
p { color: rgb(127,239,224); }
H1.HeaderClassName
{
color: #7FEFE0;
}
.AnyTagClassName
{
color: #7FEFE0;
}
</style>
background-color css
<style>
a { background-color: #7FEFE0; }
a { background-color: rgb(127,239,224); }
div.DivClassName
{
background-color: #7FEFE0;
}
.BgClassName
{
background-color: #7FEFE0;
}
</style>
border-color css
<style>
span { border-color: #7FEFE0; }
span { border-color: rgb(127,239,224); }
td.TdClassName
{
border-color: #7FEFE0;
}
.TagClassName
{
border-color: #7FEFE0;
}
</style>