Shades of Aquamarine #7EEBCD
Tints of Aquamarine #7EEBCD
RGB
CMYK
RGB Variations
Color information
#7EEBCD (or 0x7EEBCD) is known color: Aquamarine. HEX triplet: 7E, EB and CD. RGB value is (126,235,205). Sum of RGB (Red+Green+Blue) = 126+235+205=566 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.26% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #7EEBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEBCD is #811432. Grayscale: #C7C7C7. Windows color (decimal): -8459315 or 13495166. OLE color: 13495166.
HSL color Cylindrical-coordinate representation of color #7EEBCD: hue angle of 163.49º 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 #7EEBCD is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 235 | 205 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.08 |
| HSL | 163.49º | 0.73% | 0.71% | - |
| HSV(B) | 163.49º | 0.46% | 0.92% | - |
| XYZ | 49.33 | 68.26 | 68.33 | - |
| YUV | 198.99 | 131.39 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 235 | 205 | 0.46 | 0 | 0.13 | 0.08 | 163.49 | 0.73 | 0.71 |
| Hex | 7E | EB | CD | 2E | 0 | D | 8 | A3 | 49 | 47 |
| Octal | 176 | 353 | 315 | 56 | 0 | 15 | 10 | 243 | 111 | 107 |
| Binary | 1111110 | 11101011 | 11001101 | 101110 | 0 | 1101 | 1000 | 10100011 | 1001001 | 1000111 |
Color Harmonies of #7EEBCD
Complementary color
Monochromatic Colors of #7EEBCD
Black with #7EEBCD
Text Example
Text Example
White with #7EEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEBCD; }
p { color: rgb(126,235,205); }
H1.HeaderClassName
{
color: #7EEBCD;
}
.AnyTagClassName
{
color: #7EEBCD;
}
</style>
background-color css
<style>
a { background-color: #7EEBCD; }
a { background-color: rgb(126,235,205); }
div.DivClassName
{
background-color: #7EEBCD;
}
.BgClassName
{
background-color: #7EEBCD;
}
</style>
border-color css
<style>
span { border-color: #7EEBCD; }
span { border-color: rgb(126,235,205); }
td.TdClassName
{
border-color: #7EEBCD;
}
.TagClassName
{
border-color: #7EEBCD;
}
</style>