Shades of Aquamarine #7DF6DF
Tints of Aquamarine #7DF6DF
RGB
CMYK
RGB Variations
Color information
#7DF6DF (or 0x7DF6DF) is known color: Aquamarine. HEX triplet: 7D, F6 and DF. RGB value is (125,246,223). Sum of RGB (Red+Green+Blue) = 125+246+223=594 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.04% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 246 - color contains mainly: green. Hex color #7DF6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF6DF is #820920. Grayscale: #CFCFCF. Windows color (decimal): -8522017 or 14677629. OLE color: 14677629.
HSL color Cylindrical-coordinate representation of color #7DF6DF: hue angle of 168.6º degrees, saturation: 0.87, 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 #7DF6DF is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 246 | 223 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.04 |
| HSL | 168.6º | 0.87% | 0.73% | - |
| HSV(B) | 168.6º | 0.49% | 0.96% | - |
| XYZ | 54.73 | 75.6 | 81.52 | - |
| YUV | 207.2 | 136.91 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 246 | 223 | 0.49 | 0 | 0.09 | 0.04 | 168.6 | 0.87 | 0.73 |
| Hex | 7D | F6 | DF | 31 | 0 | 9 | 4 | A9 | 57 | 49 |
| Octal | 175 | 366 | 337 | 61 | 0 | 11 | 4 | 251 | 127 | 111 |
| Binary | 1111101 | 11110110 | 11011111 | 110001 | 0 | 1001 | 100 | 10101001 | 1010111 | 1001001 |
Color Harmonies of #7DF6DF
Complementary color
Monochromatic Colors of #7DF6DF
Black with #7DF6DF
Text Example
Text Example
White with #7DF6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF6DF; }
p { color: rgb(125,246,223); }
H1.HeaderClassName
{
color: #7DF6DF;
}
.AnyTagClassName
{
color: #7DF6DF;
}
</style>
background-color css
<style>
a { background-color: #7DF6DF; }
a { background-color: rgb(125,246,223); }
div.DivClassName
{
background-color: #7DF6DF;
}
.BgClassName
{
background-color: #7DF6DF;
}
</style>
border-color css
<style>
span { border-color: #7DF6DF; }
span { border-color: rgb(125,246,223); }
td.TdClassName
{
border-color: #7DF6DF;
}
.TagClassName
{
border-color: #7DF6DF;
}
</style>