Shades of Aquamarine #7DF7DF
Tints of Aquamarine #7DF7DF
RGB
CMYK
RGB Variations
Color information
#7DF7DF (or 0x7DF7DF) is known color: Aquamarine. HEX triplet: 7D, F7 and DF. RGB value is (125,247,223). Sum of RGB (Red+Green+Blue) = 125+247+223=595 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.01% from 595); Green value is 247 (96.88% from 255 or 41.51% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 247 - color contains mainly: green. Hex color #7DF7DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF7DF is #820820. Grayscale: #CFCFCF. Windows color (decimal): -8521761 or 14677885. OLE color: 14677885.
HSL color Cylindrical-coordinate representation of color #7DF7DF: hue angle of 168.2º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF7DF is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 247 | 223 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.03 |
| HSL | 168.2º | 0.88% | 0.73% | - |
| HSV(B) | 168.2º | 0.49% | 0.97% | - |
| XYZ | 55.04 | 76.21 | 81.62 | - |
| YUV | 207.79 | 136.58 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 247 | 223 | 0.49 | 0 | 0.10 | 0.03 | 168.2 | 0.88 | 0.73 |
| Hex | 7D | F7 | DF | 31 | 0 | A | 3 | A8 | 58 | 49 |
| Octal | 175 | 367 | 337 | 61 | 0 | 12 | 3 | 250 | 130 | 111 |
| Binary | 1111101 | 11110111 | 11011111 | 110001 | 0 | 1010 | 11 | 10101000 | 1011000 | 1001001 |
Color Harmonies of #7DF7DF
Complementary color
Monochromatic Colors of #7DF7DF
Black with #7DF7DF
Text Example
Text Example
White with #7DF7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF7DF; }
p { color: rgb(125,247,223); }
H1.HeaderClassName
{
color: #7DF7DF;
}
.AnyTagClassName
{
color: #7DF7DF;
}
</style>
background-color css
<style>
a { background-color: #7DF7DF; }
a { background-color: rgb(125,247,223); }
div.DivClassName
{
background-color: #7DF7DF;
}
.BgClassName
{
background-color: #7DF7DF;
}
</style>
border-color css
<style>
span { border-color: #7DF7DF; }
span { border-color: rgb(125,247,223); }
td.TdClassName
{
border-color: #7DF7DF;
}
.TagClassName
{
border-color: #7DF7DF;
}
</style>