Shades of Aquamarine #7FEFE2
Tints of Aquamarine #7FEFE2
RGB
CMYK
RGB Variations
Color information
#7FEFE2 (or 0x7FEFE2) is known color: Aquamarine. HEX triplet: 7F, EF and E2. RGB value is (127,239,226). Sum of RGB (Red+Green+Blue) = 127+239+226=592 (78% of max value = 765). Red value is 127 (50% from 255 or 21.45% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 226 (88.67% from 255 or 38.18% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #7FEFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEFE2 is #80101D. Grayscale: #CBCBCB. Windows color (decimal): -8392734 or 14872447. OLE color: 14872447.
HSL color Cylindrical-coordinate representation of color #7FEFE2: hue angle of 173.04º 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 #7FEFE2 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 239 | 226 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.06 |
| HSL | 173.04º | 0.78% | 0.72% | - |
| HSV(B) | 173.04º | 0.47% | 0.94% | - |
| XYZ | 53.35 | 71.74 | 82.99 | - |
| YUV | 204.03 | 140.39 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 239 | 226 | 0.47 | 0 | 0.05 | 0.06 | 173.04 | 0.78 | 0.72 |
| Hex | 7F | EF | E2 | 2F | 0 | 5 | 6 | AD | 4E | 48 |
| Octal | 177 | 357 | 342 | 57 | 0 | 5 | 6 | 255 | 116 | 110 |
| Binary | 1111111 | 11101111 | 11100010 | 101111 | 0 | 101 | 110 | 10101101 | 1001110 | 1001000 |
Color Harmonies of #7FEFE2
Complementary color
Monochromatic Colors of #7FEFE2
Black with #7FEFE2
Text Example
Text Example
White with #7FEFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEFE2; }
p { color: rgb(127,239,226); }
H1.HeaderClassName
{
color: #7FEFE2;
}
.AnyTagClassName
{
color: #7FEFE2;
}
</style>
background-color css
<style>
a { background-color: #7FEFE2; }
a { background-color: rgb(127,239,226); }
div.DivClassName
{
background-color: #7FEFE2;
}
.BgClassName
{
background-color: #7FEFE2;
}
</style>
border-color css
<style>
span { border-color: #7FEFE2; }
span { border-color: rgb(127,239,226); }
td.TdClassName
{
border-color: #7FEFE2;
}
.TagClassName
{
border-color: #7FEFE2;
}
</style>