Shades of Aquamarine #7EF1CF
Tints of Aquamarine #7EF1CF
RGB
CMYK
RGB Variations
Color information
#7EF1CF (or 0x7EF1CF) is known color: Aquamarine. HEX triplet: 7E, F1 and CF. RGB value is (126,241,207). Sum of RGB (Red+Green+Blue) = 126+241+207=574 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.95% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #7EF1CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF1CF is #810E30. Grayscale: #CACACA. Windows color (decimal): -8457777 or 13627774. OLE color: 13627774.
HSL color Cylindrical-coordinate representation of color #7EF1CF: hue angle of 162.26º degrees, saturation: 0.8, 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 #7EF1CF is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 241 | 207 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.05 |
| HSL | 162.26º | 0.8% | 0.72% | - |
| HSV(B) | 162.26º | 0.48% | 0.95% | - |
| XYZ | 51.32 | 71.85 | 70.2 | - |
| YUV | 202.74 | 130.4 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 241 | 207 | 0.48 | 0 | 0.14 | 0.05 | 162.26 | 0.8 | 0.72 |
| Hex | 7E | F1 | CF | 30 | 0 | E | 5 | A2 | 50 | 48 |
| Octal | 176 | 361 | 317 | 60 | 0 | 16 | 5 | 242 | 120 | 110 |
| Binary | 1111110 | 11110001 | 11001111 | 110000 | 0 | 1110 | 101 | 10100010 | 1010000 | 1001000 |
Color Harmonies of #7EF1CF
Complementary color
Monochromatic Colors of #7EF1CF
Black with #7EF1CF
Text Example
Text Example
White with #7EF1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF1CF; }
p { color: rgb(126,241,207); }
H1.HeaderClassName
{
color: #7EF1CF;
}
.AnyTagClassName
{
color: #7EF1CF;
}
</style>
background-color css
<style>
a { background-color: #7EF1CF; }
a { background-color: rgb(126,241,207); }
div.DivClassName
{
background-color: #7EF1CF;
}
.BgClassName
{
background-color: #7EF1CF;
}
</style>
border-color css
<style>
span { border-color: #7EF1CF; }
span { border-color: rgb(126,241,207); }
td.TdClassName
{
border-color: #7EF1CF;
}
.TagClassName
{
border-color: #7EF1CF;
}
</style>