Shades of Aquamarine #7DF2E0
Tints of Aquamarine #7DF2E0
RGB
CMYK
RGB Variations
Color information
#7DF2E0 (or 0x7DF2E0) is known color: Aquamarine. HEX triplet: 7D, F2 and E0. RGB value is (125,242,224). Sum of RGB (Red+Green+Blue) = 125+242+224=591 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.15% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF2E0 is #820D1F. Grayscale: #CCCCCC. Windows color (decimal): -8523040 or 14742141. OLE color: 14742141.
HSL color Cylindrical-coordinate representation of color #7DF2E0: hue angle of 170.77º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF2E0 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 224 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.05 |
| HSL | 170.77º | 0.82% | 0.72% | - |
| HSV(B) | 170.77º | 0.48% | 0.95% | - |
| XYZ | 53.66 | 73.25 | 81.83 | - |
| YUV | 204.97 | 138.74 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 224 | 0.48 | 0 | 0.07 | 0.05 | 170.77 | 0.82 | 0.72 |
| Hex | 7D | F2 | E0 | 30 | 0 | 7 | 5 | AB | 52 | 48 |
| Octal | 175 | 362 | 340 | 60 | 0 | 7 | 5 | 253 | 122 | 110 |
| Binary | 1111101 | 11110010 | 11100000 | 110000 | 0 | 111 | 101 | 10101011 | 1010010 | 1001000 |
Color Harmonies of #7DF2E0
Complementary color
Monochromatic Colors of #7DF2E0
Black with #7DF2E0
Text Example
Text Example
White with #7DF2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF2E0; }
p { color: rgb(125,242,224); }
H1.HeaderClassName
{
color: #7DF2E0;
}
.AnyTagClassName
{
color: #7DF2E0;
}
</style>
background-color css
<style>
a { background-color: #7DF2E0; }
a { background-color: rgb(125,242,224); }
div.DivClassName
{
background-color: #7DF2E0;
}
.BgClassName
{
background-color: #7DF2E0;
}
</style>
border-color css
<style>
span { border-color: #7DF2E0; }
span { border-color: rgb(125,242,224); }
td.TdClassName
{
border-color: #7DF2E0;
}
.TagClassName
{
border-color: #7DF2E0;
}
</style>