Shades of Aquamarine #7DF5D7
Tints of Aquamarine #7DF5D7
RGB
CMYK
RGB Variations
Color information
#7DF5D7 (or 0x7DF5D7) is known color: Aquamarine. HEX triplet: 7D, F5 and D7. RGB value is (125,245,215). Sum of RGB (Red+Green+Blue) = 125+245+215=585 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.37% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 215 (84.38% from 255 or 36.75% from 585); Max value from RGB is 245 - color contains mainly: green. Hex color #7DF5D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF5D7 is #820A28. Grayscale: #CDCDCD. Windows color (decimal): -8522281 or 14153085. OLE color: 14153085.
HSL color Cylindrical-coordinate representation of color #7DF5D7: hue angle of 165º 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 #7DF5D7 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 245 | 215 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.04 |
| HSL | 165º | 0.86% | 0.73% | - |
| HSV(B) | 165º | 0.49% | 0.96% | - |
| XYZ | 53.38 | 74.57 | 75.87 | - |
| YUV | 205.7 | 133.24 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 245 | 215 | 0.49 | 0 | 0.12 | 0.04 | 165 | 0.86 | 0.73 |
| Hex | 7D | F5 | D7 | 31 | 0 | C | 4 | A5 | 56 | 49 |
| Octal | 175 | 365 | 327 | 61 | 0 | 14 | 4 | 245 | 126 | 111 |
| Binary | 1111101 | 11110101 | 11010111 | 110001 | 0 | 1100 | 100 | 10100101 | 1010110 | 1001001 |
Color Harmonies of #7DF5D7
Complementary color
Monochromatic Colors of #7DF5D7
Black with #7DF5D7
Text Example
Text Example
White with #7DF5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF5D7; }
p { color: rgb(125,245,215); }
H1.HeaderClassName
{
color: #7DF5D7;
}
.AnyTagClassName
{
color: #7DF5D7;
}
</style>
background-color css
<style>
a { background-color: #7DF5D7; }
a { background-color: rgb(125,245,215); }
div.DivClassName
{
background-color: #7DF5D7;
}
.BgClassName
{
background-color: #7DF5D7;
}
</style>
border-color css
<style>
span { border-color: #7DF5D7; }
span { border-color: rgb(125,245,215); }
td.TdClassName
{
border-color: #7DF5D7;
}
.TagClassName
{
border-color: #7DF5D7;
}
</style>