Shades of Aquamarine #7FEFE4
Tints of Aquamarine #7FEFE4
RGB
CMYK
RGB Variations
Color information
#7FEFE4 (or 0x7FEFE4) is known color: Aquamarine. HEX triplet: 7F, EF and E4. RGB value is (127,239,228). Sum of RGB (Red+Green+Blue) = 127+239+228=594 (78% of max value = 765). Red value is 127 (50% from 255 or 21.38% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #7FEFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEFE4 is #80101B. Grayscale: #CCCCCC. Windows color (decimal): -8392732 or 15003519. OLE color: 15003519.
HSL color Cylindrical-coordinate representation of color #7FEFE4: hue angle of 174.11º 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 #7FEFE4 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 239 | 228 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.06 |
| HSL | 174.11º | 0.78% | 0.72% | - |
| HSV(B) | 174.11º | 0.47% | 0.94% | - |
| XYZ | 53.62 | 71.85 | 84.44 | - |
| YUV | 204.26 | 141.39 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 239 | 228 | 0.47 | 0 | 0.05 | 0.06 | 174.11 | 0.78 | 0.72 |
| Hex | 7F | EF | E4 | 2F | 0 | 5 | 6 | AE | 4E | 48 |
| Octal | 177 | 357 | 344 | 57 | 0 | 5 | 6 | 256 | 116 | 110 |
| Binary | 1111111 | 11101111 | 11100100 | 101111 | 0 | 101 | 110 | 10101110 | 1001110 | 1001000 |
Color Harmonies of #7FEFE4
Complementary color
Monochromatic Colors of #7FEFE4
Black with #7FEFE4
Text Example
Text Example
White with #7FEFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEFE4; }
p { color: rgb(127,239,228); }
H1.HeaderClassName
{
color: #7FEFE4;
}
.AnyTagClassName
{
color: #7FEFE4;
}
</style>
background-color css
<style>
a { background-color: #7FEFE4; }
a { background-color: rgb(127,239,228); }
div.DivClassName
{
background-color: #7FEFE4;
}
.BgClassName
{
background-color: #7FEFE4;
}
</style>
border-color css
<style>
span { border-color: #7FEFE4; }
span { border-color: rgb(127,239,228); }
td.TdClassName
{
border-color: #7FEFE4;
}
.TagClassName
{
border-color: #7FEFE4;
}
</style>