Shades of Aquamarine #7EEBDB
Tints of Aquamarine #7EEBDB
RGB
CMYK
RGB Variations
Color information
#7EEBDB (or 0x7EEBDB) is known color: Aquamarine. HEX triplet: 7E, EB and DB. RGB value is (126,235,219). Sum of RGB (Red+Green+Blue) = 126+235+219=580 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.72% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #7EEBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEBDB is #811424. Grayscale: #C8C8C8. Windows color (decimal): -8459301 or 14412670. OLE color: 14412670.
HSL color Cylindrical-coordinate representation of color #7EEBDB: hue angle of 171.19º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EEBDB is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 235 | 219 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.08 |
| HSL | 171.19º | 0.73% | 0.71% | - |
| HSV(B) | 171.19º | 0.46% | 0.92% | - |
| XYZ | 51.1 | 68.97 | 77.64 | - |
| YUV | 200.59 | 138.39 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 235 | 219 | 0.46 | 0 | 0.07 | 0.08 | 171.19 | 0.73 | 0.71 |
| Hex | 7E | EB | DB | 2E | 0 | 7 | 8 | AB | 49 | 47 |
| Octal | 176 | 353 | 333 | 56 | 0 | 7 | 10 | 253 | 111 | 107 |
| Binary | 1111110 | 11101011 | 11011011 | 101110 | 0 | 111 | 1000 | 10101011 | 1001001 | 1000111 |
Color Harmonies of #7EEBDB
Complementary color
Monochromatic Colors of #7EEBDB
Black with #7EEBDB
Text Example
Text Example
White with #7EEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEBDB; }
p { color: rgb(126,235,219); }
H1.HeaderClassName
{
color: #7EEBDB;
}
.AnyTagClassName
{
color: #7EEBDB;
}
</style>
background-color css
<style>
a { background-color: #7EEBDB; }
a { background-color: rgb(126,235,219); }
div.DivClassName
{
background-color: #7EEBDB;
}
.BgClassName
{
background-color: #7EEBDB;
}
</style>
border-color css
<style>
span { border-color: #7EEBDB; }
span { border-color: rgb(126,235,219); }
td.TdClassName
{
border-color: #7EEBDB;
}
.TagClassName
{
border-color: #7EEBDB;
}
</style>