Shades of Aquamarine #7EF2CF
Tints of Aquamarine #7EF2CF
RGB
CMYK
RGB Variations
Color information
#7EF2CF (or 0x7EF2CF) is known color: Aquamarine. HEX triplet: 7E, F2 and CF. RGB value is (126,242,207). Sum of RGB (Red+Green+Blue) = 126+242+207=575 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.91% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #7EF2CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF2CF is #810D30. Grayscale: #CBCBCB. Windows color (decimal): -8457521 or 13628030. OLE color: 13628030.
HSL color Cylindrical-coordinate representation of color #7EF2CF: hue angle of 161.9º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EF2CF is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 242 | 207 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.05 |
| HSL | 161.9º | 0.82% | 0.72% | - |
| HSV(B) | 161.9º | 0.48% | 0.95% | - |
| XYZ | 51.62 | 72.44 | 70.29 | - |
| YUV | 203.33 | 130.07 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 242 | 207 | 0.48 | 0 | 0.14 | 0.05 | 161.9 | 0.82 | 0.72 |
| Hex | 7E | F2 | CF | 30 | 0 | E | 5 | A2 | 52 | 48 |
| Octal | 176 | 362 | 317 | 60 | 0 | 16 | 5 | 242 | 122 | 110 |
| Binary | 1111110 | 11110010 | 11001111 | 110000 | 0 | 1110 | 101 | 10100010 | 1010010 | 1001000 |
Color Harmonies of #7EF2CF
Complementary color
Monochromatic Colors of #7EF2CF
Black with #7EF2CF
Text Example
Text Example
White with #7EF2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF2CF; }
p { color: rgb(126,242,207); }
H1.HeaderClassName
{
color: #7EF2CF;
}
.AnyTagClassName
{
color: #7EF2CF;
}
</style>
background-color css
<style>
a { background-color: #7EF2CF; }
a { background-color: rgb(126,242,207); }
div.DivClassName
{
background-color: #7EF2CF;
}
.BgClassName
{
background-color: #7EF2CF;
}
</style>
border-color css
<style>
span { border-color: #7EF2CF; }
span { border-color: rgb(126,242,207); }
td.TdClassName
{
border-color: #7EF2CF;
}
.TagClassName
{
border-color: #7EF2CF;
}
</style>