Shades of Aquamarine #7DFFE2
Tints of Aquamarine #7DFFE2
RGB
CMYK
RGB Variations
Color information
#7DFFE2 (or 0x7DFFE2) is known color: Aquamarine. HEX triplet: 7D, FF and E2. RGB value is (125,255,226). Sum of RGB (Red+Green+Blue) = 125+255+226=606 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.63% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 226 (88.67% from 255 or 37.29% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFFE2 is #82001D. Grayscale: #D4D4D4. Windows color (decimal): -8519710 or 14876541. OLE color: 14876541.
HSL color Cylindrical-coordinate representation of color #7DFFE2: hue angle of 166.62º 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 #7DFFE2 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 255 | 226 | - |
| CMYK | 0.51 | 0 | 0.11 | 0 |
| HSL | 166.62º | 1% | 0.75% | - |
| HSV(B) | 166.62º | 0.51% | 1% | - |
| XYZ | 57.94 | 81.37 | 84.6 | - |
| YUV | 212.82 | 135.43 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 255 | 226 | 0.51 | 0 | 0.11 | 0 | 166.62 | 1 | 0.75 |
| Hex | 7D | FF | E2 | 33 | 0 | B | 0 | A7 | 64 | 4B |
| Octal | 175 | 377 | 342 | 63 | 0 | 13 | 0 | 247 | 144 | 113 |
| Binary | 1111101 | 11111111 | 11100010 | 110011 | 0 | 1011 | 0 | 10100111 | 1100100 | 1001011 |
Color Harmonies of #7DFFE2
Complementary color
Monochromatic Colors of #7DFFE2
Black with #7DFFE2
Text Example
Text Example
White with #7DFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFFE2; }
p { color: rgb(125,255,226); }
H1.HeaderClassName
{
color: #7DFFE2;
}
.AnyTagClassName
{
color: #7DFFE2;
}
</style>
background-color css
<style>
a { background-color: #7DFFE2; }
a { background-color: rgb(125,255,226); }
div.DivClassName
{
background-color: #7DFFE2;
}
.BgClassName
{
background-color: #7DFFE2;
}
</style>
border-color css
<style>
span { border-color: #7DFFE2; }
span { border-color: rgb(125,255,226); }
td.TdClassName
{
border-color: #7DFFE2;
}
.TagClassName
{
border-color: #7DFFE2;
}
</style>