Shades of Aquamarine #7DFEEA
Tints of Aquamarine #7DFEEA
RGB
CMYK
RGB Variations
Color information
#7DFEEA (or 0x7DFEEA) is known color: Aquamarine. HEX triplet: 7D, FE and EA. RGB value is (125,254,234). Sum of RGB (Red+Green+Blue) = 125+254+234=613 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.39% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFEEA is #820115. Grayscale: #D5D5D5. Windows color (decimal): -8519958 or 15400573. OLE color: 15400573.
HSL color Cylindrical-coordinate representation of color #7DFEEA: hue angle of 170.7º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFEEA is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 234 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.00 |
| HSL | 170.7º | 0.98% | 0.74% | - |
| HSV(B) | 170.7º | 0.51% | 1% | - |
| XYZ | 58.75 | 81.18 | 90.42 | - |
| YUV | 213.15 | 139.76 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 234 | 0.51 | 0 | 0.08 | 0.00 | 170.7 | 0.98 | 0.74 |
| Hex | 7D | FE | EA | 33 | 0 | 8 | 0 | AB | 62 | 4A |
| Octal | 175 | 376 | 352 | 63 | 0 | 10 | 0 | 253 | 142 | 112 |
| Binary | 1111101 | 11111110 | 11101010 | 110011 | 0 | 1000 | 0 | 10101011 | 1100010 | 1001010 |
Color Harmonies of #7DFEEA
Complementary color
Monochromatic Colors of #7DFEEA
Black with #7DFEEA
Text Example
Text Example
White with #7DFEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFEEA; }
p { color: rgb(125,254,234); }
H1.HeaderClassName
{
color: #7DFEEA;
}
.AnyTagClassName
{
color: #7DFEEA;
}
</style>
background-color css
<style>
a { background-color: #7DFEEA; }
a { background-color: rgb(125,254,234); }
div.DivClassName
{
background-color: #7DFEEA;
}
.BgClassName
{
background-color: #7DFEEA;
}
</style>
border-color css
<style>
span { border-color: #7DFEEA; }
span { border-color: rgb(125,254,234); }
td.TdClassName
{
border-color: #7DFEEA;
}
.TagClassName
{
border-color: #7DFEEA;
}
</style>