Shades of Aquamarine #7EF7CA
Tints of Aquamarine #7EF7CA
RGB
CMYK
RGB Variations
Color information
#7EF7CA (or 0x7EF7CA) is known color: Aquamarine. HEX triplet: 7E, F7 and CA. RGB value is (126,247,202). Sum of RGB (Red+Green+Blue) = 126+247+202=575 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.91% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 247 - color contains mainly: green. Hex color #7EF7CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF7CA is #810835. Grayscale: #CDCDCD. Windows color (decimal): -8456246 or 13301630. OLE color: 13301630.
HSL color Cylindrical-coordinate representation of color #7EF7CA: hue angle of 157.69º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF7CA is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 126 | 247 | 202 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.03 |
| HSL | 157.69º | 0.88% | 0.73% | - |
| HSV(B) | 157.69º | 0.49% | 0.97% | - |
| XYZ | 52.53 | 75.22 | 67.63 | - |
| YUV | 205.69 | 125.91 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 247 | 202 | 0.49 | 0 | 0.18 | 0.03 | 157.69 | 0.88 | 0.73 |
| Hex | 7E | F7 | CA | 31 | 0 | 12 | 3 | 9E | 58 | 49 |
| Octal | 176 | 367 | 312 | 61 | 0 | 22 | 3 | 236 | 130 | 111 |
| Binary | 1111110 | 11110111 | 11001010 | 110001 | 0 | 10010 | 11 | 10011110 | 1011000 | 1001001 |
Color Harmonies of #7EF7CA
Complementary color
Monochromatic Colors of #7EF7CA
Black with #7EF7CA
Text Example
Text Example
White with #7EF7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF7CA; }
p { color: rgb(126,247,202); }
H1.HeaderClassName
{
color: #7EF7CA;
}
.AnyTagClassName
{
color: #7EF7CA;
}
</style>
background-color css
<style>
a { background-color: #7EF7CA; }
a { background-color: rgb(126,247,202); }
div.DivClassName
{
background-color: #7EF7CA;
}
.BgClassName
{
background-color: #7EF7CA;
}
</style>
border-color css
<style>
span { border-color: #7EF7CA; }
span { border-color: rgb(126,247,202); }
td.TdClassName
{
border-color: #7EF7CA;
}
.TagClassName
{
border-color: #7EF7CA;
}
</style>