Shades of Aquamarine #7DF4CE
Tints of Aquamarine #7DF4CE
RGB
CMYK
RGB Variations
Color information
#7DF4CE (or 0x7DF4CE) is known color: Aquamarine. HEX triplet: 7D, F4 and CE. RGB value is (125,244,206). Sum of RGB (Red+Green+Blue) = 125+244+206=575 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.74% from 575); Green value is 244 (95.70% from 255 or 42.43% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 244 - color contains mainly: green. Hex color #7DF4CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF4CE is #820B31. Grayscale: #CCCCCC. Windows color (decimal): -8522546 or 13563005. OLE color: 13563005.
HSL color Cylindrical-coordinate representation of color #7DF4CE: hue angle of 160.84º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF4CE is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 244 | 206 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.04 |
| HSL | 160.84º | 0.84% | 0.72% | - |
| HSV(B) | 160.84º | 0.49% | 0.96% | - |
| XYZ | 51.95 | 73.52 | 69.84 | - |
| YUV | 204.09 | 129.08 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 244 | 206 | 0.49 | 0 | 0.16 | 0.04 | 160.84 | 0.84 | 0.72 |
| Hex | 7D | F4 | CE | 31 | 0 | 10 | 4 | A1 | 54 | 48 |
| Octal | 175 | 364 | 316 | 61 | 0 | 20 | 4 | 241 | 124 | 110 |
| Binary | 1111101 | 11110100 | 11001110 | 110001 | 0 | 10000 | 100 | 10100001 | 1010100 | 1001000 |
Color Harmonies of #7DF4CE
Complementary color
Monochromatic Colors of #7DF4CE
Black with #7DF4CE
Text Example
Text Example
White with #7DF4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF4CE; }
p { color: rgb(125,244,206); }
H1.HeaderClassName
{
color: #7DF4CE;
}
.AnyTagClassName
{
color: #7DF4CE;
}
</style>
background-color css
<style>
a { background-color: #7DF4CE; }
a { background-color: rgb(125,244,206); }
div.DivClassName
{
background-color: #7DF4CE;
}
.BgClassName
{
background-color: #7DF4CE;
}
</style>
border-color css
<style>
span { border-color: #7DF4CE; }
span { border-color: rgb(125,244,206); }
td.TdClassName
{
border-color: #7DF4CE;
}
.TagClassName
{
border-color: #7DF4CE;
}
</style>