Shades of Aquamarine #7DF5E5
Tints of Aquamarine #7DF5E5
RGB
CMYK
RGB Variations
Color information
#7DF5E5 (or 0x7DF5E5) is known color: Aquamarine. HEX triplet: 7D, F5 and E5. RGB value is (125,245,229). Sum of RGB (Red+Green+Blue) = 125+245+229=599 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.87% from 599); Green value is 245 (96.09% from 255 or 40.90% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 245 - color contains mainly: green. Hex color #7DF5E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF5E5 is #820A1A. Grayscale: #CFCFCF. Windows color (decimal): -8522267 or 15070589. OLE color: 15070589.
HSL color Cylindrical-coordinate representation of color #7DF5E5: hue angle of 172º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF5E5 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 245 | 229 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.04 |
| HSL | 172º | 0.86% | 0.73% | - |
| HSV(B) | 172º | 0.49% | 0.96% | - |
| XYZ | 55.25 | 75.32 | 85.76 | - |
| YUV | 207.3 | 140.24 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 245 | 229 | 0.49 | 0 | 0.07 | 0.04 | 172 | 0.86 | 0.73 |
| Hex | 7D | F5 | E5 | 31 | 0 | 7 | 4 | AC | 56 | 49 |
| Octal | 175 | 365 | 345 | 61 | 0 | 7 | 4 | 254 | 126 | 111 |
| Binary | 1111101 | 11110101 | 11100101 | 110001 | 0 | 111 | 100 | 10101100 | 1010110 | 1001001 |
Color Harmonies of #7DF5E5
Complementary color
Monochromatic Colors of #7DF5E5
Black with #7DF5E5
Text Example
Text Example
White with #7DF5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF5E5; }
p { color: rgb(125,245,229); }
H1.HeaderClassName
{
color: #7DF5E5;
}
.AnyTagClassName
{
color: #7DF5E5;
}
</style>
background-color css
<style>
a { background-color: #7DF5E5; }
a { background-color: rgb(125,245,229); }
div.DivClassName
{
background-color: #7DF5E5;
}
.BgClassName
{
background-color: #7DF5E5;
}
</style>
border-color css
<style>
span { border-color: #7DF5E5; }
span { border-color: rgb(125,245,229); }
td.TdClassName
{
border-color: #7DF5E5;
}
.TagClassName
{
border-color: #7DF5E5;
}
</style>