Shades of Aquamarine #7EFFDD
Tints of Aquamarine #7EFFDD
RGB
CMYK
RGB Variations
Color information
#7EFFDD (or 0x7EFFDD) is known color: Aquamarine. HEX triplet: 7E, FF and DD. RGB value is (126,255,221). Sum of RGB (Red+Green+Blue) = 126+255+221=602 (79% of max value = 765). Red value is 126 (49.61% from 255 or 20.93% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFFDD is #810022. Grayscale: #D4D4D4. Windows color (decimal): -8454179 or 14548862. OLE color: 14548862.
HSL color Cylindrical-coordinate representation of color #7EFFDD: hue angle of 164.19º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EFFDD is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 221 | - |
| CMYK | 0.51 | 0 | 0.13 | 0 |
| HSL | 164.19º | 1% | 0.75% | - |
| HSV(B) | 164.19º | 0.51% | 1% | - |
| XYZ | 57.42 | 81.18 | 81.05 | - |
| YUV | 212.55 | 132.76 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 221 | 0.51 | 0 | 0.13 | 0 | 164.19 | 1 | 0.75 |
| Hex | 7E | FF | DD | 33 | 0 | D | 0 | A4 | 64 | 4B |
| Octal | 176 | 377 | 335 | 63 | 0 | 15 | 0 | 244 | 144 | 113 |
| Binary | 1111110 | 11111111 | 11011101 | 110011 | 0 | 1101 | 0 | 10100100 | 1100100 | 1001011 |
Color Harmonies of #7EFFDD
Complementary color
Monochromatic Colors of #7EFFDD
Black with #7EFFDD
Text Example
Text Example
White with #7EFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFFDD; }
p { color: rgb(126,255,221); }
H1.HeaderClassName
{
color: #7EFFDD;
}
.AnyTagClassName
{
color: #7EFFDD;
}
</style>
background-color css
<style>
a { background-color: #7EFFDD; }
a { background-color: rgb(126,255,221); }
div.DivClassName
{
background-color: #7EFFDD;
}
.BgClassName
{
background-color: #7EFFDD;
}
</style>
border-color css
<style>
span { border-color: #7EFFDD; }
span { border-color: rgb(126,255,221); }
td.TdClassName
{
border-color: #7EFFDD;
}
.TagClassName
{
border-color: #7EFFDD;
}
</style>