Shades of Aquamarine #7EF1E5
Tints of Aquamarine #7EF1E5
RGB
CMYK
RGB Variations
Color information
#7EF1E5 (or 0x7EF1E5) is known color: Aquamarine. HEX triplet: 7E, F1 and E5. RGB value is (126,241,229). Sum of RGB (Red+Green+Blue) = 126+241+229=596 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.14% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #7EF1E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF1E5 is #810E1A. Grayscale: #CDCDCD. Windows color (decimal): -8457755 or 15069566. OLE color: 15069566.
HSL color Cylindrical-coordinate representation of color #7EF1E5: hue angle of 173.74º 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 #7EF1E5 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 241 | 229 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.05 |
| HSL | 173.74º | 0.8% | 0.72% | - |
| HSV(B) | 173.74º | 0.48% | 0.95% | - |
| XYZ | 54.2 | 73 | 85.36 | - |
| YUV | 205.25 | 141.4 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 241 | 229 | 0.48 | 0 | 0.05 | 0.05 | 173.74 | 0.8 | 0.72 |
| Hex | 7E | F1 | E5 | 30 | 0 | 5 | 5 | AE | 50 | 48 |
| Octal | 176 | 361 | 345 | 60 | 0 | 5 | 5 | 256 | 120 | 110 |
| Binary | 1111110 | 11110001 | 11100101 | 110000 | 0 | 101 | 101 | 10101110 | 1010000 | 1001000 |
Color Harmonies of #7EF1E5
Complementary color
Monochromatic Colors of #7EF1E5
Black with #7EF1E5
Text Example
Text Example
White with #7EF1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF1E5; }
p { color: rgb(126,241,229); }
H1.HeaderClassName
{
color: #7EF1E5;
}
.AnyTagClassName
{
color: #7EF1E5;
}
</style>
background-color css
<style>
a { background-color: #7EF1E5; }
a { background-color: rgb(126,241,229); }
div.DivClassName
{
background-color: #7EF1E5;
}
.BgClassName
{
background-color: #7EF1E5;
}
</style>
border-color css
<style>
span { border-color: #7EF1E5; }
span { border-color: rgb(126,241,229); }
td.TdClassName
{
border-color: #7EF1E5;
}
.TagClassName
{
border-color: #7EF1E5;
}
</style>