Shades of Aquamarine #7EECDC
Tints of Aquamarine #7EECDC
RGB
CMYK
RGB Variations
Color information
#7EECDC (or 0x7EECDC) is known color: Aquamarine. HEX triplet: 7E, EC and DC. RGB value is (126,236,220). Sum of RGB (Red+Green+Blue) = 126+236+220=582 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.65% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #7EECDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EECDC is #811323. Grayscale: #C9C9C9. Windows color (decimal): -8459044 or 14478462. OLE color: 14478462.
HSL color Cylindrical-coordinate representation of color #7EECDC: hue angle of 171.27º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EECDC is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 236 | 220 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.07 |
| HSL | 171.27º | 0.74% | 0.71% | - |
| HSV(B) | 171.27º | 0.47% | 0.93% | - |
| XYZ | 51.52 | 69.59 | 78.43 | - |
| YUV | 201.29 | 138.56 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 236 | 220 | 0.47 | 0 | 0.07 | 0.07 | 171.27 | 0.74 | 0.71 |
| Hex | 7E | EC | DC | 2F | 0 | 7 | 7 | AB | 4A | 47 |
| Octal | 176 | 354 | 334 | 57 | 0 | 7 | 7 | 253 | 112 | 107 |
| Binary | 1111110 | 11101100 | 11011100 | 101111 | 0 | 111 | 111 | 10101011 | 1001010 | 1000111 |
Color Harmonies of #7EECDC
Complementary color
Monochromatic Colors of #7EECDC
Black with #7EECDC
Text Example
Text Example
White with #7EECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EECDC; }
p { color: rgb(126,236,220); }
H1.HeaderClassName
{
color: #7EECDC;
}
.AnyTagClassName
{
color: #7EECDC;
}
</style>
background-color css
<style>
a { background-color: #7EECDC; }
a { background-color: rgb(126,236,220); }
div.DivClassName
{
background-color: #7EECDC;
}
.BgClassName
{
background-color: #7EECDC;
}
</style>
border-color css
<style>
span { border-color: #7EECDC; }
span { border-color: rgb(126,236,220); }
td.TdClassName
{
border-color: #7EECDC;
}
.TagClassName
{
border-color: #7EECDC;
}
</style>