Shades of Aquamarine #7EF5DB
Tints of Aquamarine #7EF5DB
RGB
CMYK
RGB Variations
Color information
#7EF5DB (or 0x7EF5DB) is known color: Aquamarine. HEX triplet: 7E, F5 and DB. RGB value is (126,245,219). Sum of RGB (Red+Green+Blue) = 126+245+219=590 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.36% from 590); Green value is 245 (96.09% from 255 or 41.53% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 245 - color contains mainly: green. Hex color #7EF5DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF5DB is #810A24. Grayscale: #CECECE. Windows color (decimal): -8456741 or 14415230. OLE color: 14415230.
HSL color Cylindrical-coordinate representation of color #7EF5DB: hue angle of 166.89º 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 #7EF5DB is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 126 | 245 | 219 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.04 |
| HSL | 166.89º | 0.86% | 0.73% | - |
| HSV(B) | 166.89º | 0.49% | 0.96% | - |
| XYZ | 54.04 | 74.85 | 78.62 | - |
| YUV | 206.46 | 135.08 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 245 | 219 | 0.49 | 0 | 0.11 | 0.04 | 166.89 | 0.86 | 0.73 |
| Hex | 7E | F5 | DB | 31 | 0 | B | 4 | A7 | 56 | 49 |
| Octal | 176 | 365 | 333 | 61 | 0 | 13 | 4 | 247 | 126 | 111 |
| Binary | 1111110 | 11110101 | 11011011 | 110001 | 0 | 1011 | 100 | 10100111 | 1010110 | 1001001 |
Color Harmonies of #7EF5DB
Complementary color
Monochromatic Colors of #7EF5DB
Black with #7EF5DB
Text Example
Text Example
White with #7EF5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF5DB; }
p { color: rgb(126,245,219); }
H1.HeaderClassName
{
color: #7EF5DB;
}
.AnyTagClassName
{
color: #7EF5DB;
}
</style>
background-color css
<style>
a { background-color: #7EF5DB; }
a { background-color: rgb(126,245,219); }
div.DivClassName
{
background-color: #7EF5DB;
}
.BgClassName
{
background-color: #7EF5DB;
}
</style>
border-color css
<style>
span { border-color: #7EF5DB; }
span { border-color: rgb(126,245,219); }
td.TdClassName
{
border-color: #7EF5DB;
}
.TagClassName
{
border-color: #7EF5DB;
}
</style>