Shades of Aquamarine #7EEBDE
Tints of Aquamarine #7EEBDE
RGB
CMYK
RGB Variations
Color information
#7EEBDE (or 0x7EEBDE) is known color: Aquamarine. HEX triplet: 7E, EB and DE. RGB value is (126,235,222). Sum of RGB (Red+Green+Blue) = 126+235+222=583 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.61% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #7EEBDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEBDE is #811421. Grayscale: #C8C8C8. Windows color (decimal): -8459298 or 14609278. OLE color: 14609278.
HSL color Cylindrical-coordinate representation of color #7EEBDE: hue angle of 172.84º 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 #7EEBDE is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 235 | 222 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.08 |
| HSL | 172.84º | 0.73% | 0.71% | - |
| HSV(B) | 172.84º | 0.46% | 0.92% | - |
| XYZ | 51.5 | 69.13 | 79.74 | - |
| YUV | 200.93 | 139.89 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 235 | 222 | 0.46 | 0 | 0.06 | 0.08 | 172.84 | 0.73 | 0.71 |
| Hex | 7E | EB | DE | 2E | 0 | 6 | 8 | AD | 49 | 47 |
| Octal | 176 | 353 | 336 | 56 | 0 | 6 | 10 | 255 | 111 | 107 |
| Binary | 1111110 | 11101011 | 11011110 | 101110 | 0 | 110 | 1000 | 10101101 | 1001001 | 1000111 |
Color Harmonies of #7EEBDE
Complementary color
Monochromatic Colors of #7EEBDE
Black with #7EEBDE
Text Example
Text Example
White with #7EEBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEBDE; }
p { color: rgb(126,235,222); }
H1.HeaderClassName
{
color: #7EEBDE;
}
.AnyTagClassName
{
color: #7EEBDE;
}
</style>
background-color css
<style>
a { background-color: #7EEBDE; }
a { background-color: rgb(126,235,222); }
div.DivClassName
{
background-color: #7EEBDE;
}
.BgClassName
{
background-color: #7EEBDE;
}
</style>
border-color css
<style>
span { border-color: #7EEBDE; }
span { border-color: rgb(126,235,222); }
td.TdClassName
{
border-color: #7EEBDE;
}
.TagClassName
{
border-color: #7EEBDE;
}
</style>