Shades of Aquamarine #7EF5C5
Tints of Aquamarine #7EF5C5
RGB
CMYK
RGB Variations
Color information
#7EF5C5 (or 0x7EF5C5) is known color: Aquamarine. HEX triplet: 7E, F5 and C5. RGB value is (126,245,197). Sum of RGB (Red+Green+Blue) = 126+245+197=568 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.18% from 568); Green value is 245 (96.09% from 255 or 43.13% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 245 - color contains mainly: green. Hex color #7EF5C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF5C5 is #810A3A. Grayscale: #CCCCCC. Windows color (decimal): -8456763 or 12973438. OLE color: 12973438.
HSL color Cylindrical-coordinate representation of color #7EF5C5: hue angle of 155.8º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF5C5 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 126 | 245 | 197 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.04 |
| HSL | 155.8º | 0.86% | 0.73% | - |
| HSV(B) | 155.8º | 0.49% | 0.96% | - |
| XYZ | 51.33 | 73.77 | 64.36 | - |
| YUV | 203.95 | 124.08 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 245 | 197 | 0.49 | 0 | 0.20 | 0.04 | 155.8 | 0.86 | 0.73 |
| Hex | 7E | F5 | C5 | 31 | 0 | 14 | 4 | 9C | 56 | 49 |
| Octal | 176 | 365 | 305 | 61 | 0 | 24 | 4 | 234 | 126 | 111 |
| Binary | 1111110 | 11110101 | 11000101 | 110001 | 0 | 10100 | 100 | 10011100 | 1010110 | 1001001 |
Color Harmonies of #7EF5C5
Complementary color
Monochromatic Colors of #7EF5C5
Black with #7EF5C5
Text Example
Text Example
White with #7EF5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF5C5; }
p { color: rgb(126,245,197); }
H1.HeaderClassName
{
color: #7EF5C5;
}
.AnyTagClassName
{
color: #7EF5C5;
}
</style>
background-color css
<style>
a { background-color: #7EF5C5; }
a { background-color: rgb(126,245,197); }
div.DivClassName
{
background-color: #7EF5C5;
}
.BgClassName
{
background-color: #7EF5C5;
}
</style>
border-color css
<style>
span { border-color: #7EF5C5; }
span { border-color: rgb(126,245,197); }
td.TdClassName
{
border-color: #7EF5C5;
}
.TagClassName
{
border-color: #7EF5C5;
}
</style>