Shades of Aquamarine #7FEFE1
Tints of Aquamarine #7FEFE1
RGB
CMYK
RGB Variations
Color information
#7FEFE1 (or 0x7FEFE1) is known color: Aquamarine. HEX triplet: 7F, EF and E1. RGB value is (127,239,225). Sum of RGB (Red+Green+Blue) = 127+239+225=591 (78% of max value = 765). Red value is 127 (50% from 255 or 21.49% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #7FEFE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEFE1 is #80101E. Grayscale: #CBCBCB. Windows color (decimal): -8392735 or 14806911. OLE color: 14806911.
HSL color Cylindrical-coordinate representation of color #7FEFE1: hue angle of 172.5º 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 #7FEFE1 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 239 | 225 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.06 |
| HSL | 172.5º | 0.78% | 0.72% | - |
| HSV(B) | 172.5º | 0.47% | 0.94% | - |
| XYZ | 53.21 | 71.68 | 82.27 | - |
| YUV | 203.92 | 139.89 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 239 | 225 | 0.47 | 0 | 0.06 | 0.06 | 172.5 | 0.78 | 0.72 |
| Hex | 7F | EF | E1 | 2F | 0 | 6 | 6 | AC | 4E | 48 |
| Octal | 177 | 357 | 341 | 57 | 0 | 6 | 6 | 254 | 116 | 110 |
| Binary | 1111111 | 11101111 | 11100001 | 101111 | 0 | 110 | 110 | 10101100 | 1001110 | 1001000 |
Color Harmonies of #7FEFE1
Complementary color
Monochromatic Colors of #7FEFE1
Black with #7FEFE1
Text Example
Text Example
White with #7FEFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEFE1; }
p { color: rgb(127,239,225); }
H1.HeaderClassName
{
color: #7FEFE1;
}
.AnyTagClassName
{
color: #7FEFE1;
}
</style>
background-color css
<style>
a { background-color: #7FEFE1; }
a { background-color: rgb(127,239,225); }
div.DivClassName
{
background-color: #7FEFE1;
}
.BgClassName
{
background-color: #7FEFE1;
}
</style>
border-color css
<style>
span { border-color: #7FEFE1; }
span { border-color: rgb(127,239,225); }
td.TdClassName
{
border-color: #7FEFE1;
}
.TagClassName
{
border-color: #7FEFE1;
}
</style>