Shades of Aquamarine #7EECDD
Tints of Aquamarine #7EECDD
RGB
CMYK
RGB Variations
Color information
#7EECDD (or 0x7EECDD) is known color: Aquamarine. HEX triplet: 7E, EC and DD. RGB value is (126,236,221). Sum of RGB (Red+Green+Blue) = 126+236+221=583 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.61% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #7EECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EECDD is #811322. Grayscale: #C9C9C9. Windows color (decimal): -8459043 or 14543998. OLE color: 14543998.
HSL color Cylindrical-coordinate representation of color #7EECDD: hue angle of 171.82º 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 #7EECDD is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 236 | 221 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.07 |
| HSL | 171.82º | 0.74% | 0.71% | - |
| HSV(B) | 171.82º | 0.47% | 0.93% | - |
| XYZ | 51.65 | 69.65 | 79.13 | - |
| YUV | 201.4 | 139.06 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 236 | 221 | 0.47 | 0 | 0.06 | 0.07 | 171.82 | 0.74 | 0.71 |
| Hex | 7E | EC | DD | 2F | 0 | 6 | 7 | AC | 4A | 47 |
| Octal | 176 | 354 | 335 | 57 | 0 | 6 | 7 | 254 | 112 | 107 |
| Binary | 1111110 | 11101100 | 11011101 | 101111 | 0 | 110 | 111 | 10101100 | 1001010 | 1000111 |
Color Harmonies of #7EECDD
Complementary color
Monochromatic Colors of #7EECDD
Black with #7EECDD
Text Example
Text Example
White with #7EECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EECDD; }
p { color: rgb(126,236,221); }
H1.HeaderClassName
{
color: #7EECDD;
}
.AnyTagClassName
{
color: #7EECDD;
}
</style>
background-color css
<style>
a { background-color: #7EECDD; }
a { background-color: rgb(126,236,221); }
div.DivClassName
{
background-color: #7EECDD;
}
.BgClassName
{
background-color: #7EECDD;
}
</style>
border-color css
<style>
span { border-color: #7EECDD; }
span { border-color: rgb(126,236,221); }
td.TdClassName
{
border-color: #7EECDD;
}
.TagClassName
{
border-color: #7EECDD;
}
</style>