Shades of Aquamarine #7DF4DB
Tints of Aquamarine #7DF4DB
RGB
CMYK
RGB Variations
Color information
#7DF4DB (or 0x7DF4DB) is known color: Aquamarine. HEX triplet: 7D, F4 and DB. RGB value is (125,244,219). Sum of RGB (Red+Green+Blue) = 125+244+219=588 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.26% from 588); Green value is 244 (95.70% from 255 or 41.50% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 244 - color contains mainly: green. Hex color #7DF4DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF4DB is #820B24. Grayscale: #CDCDCD. Windows color (decimal): -8522533 or 14414973. OLE color: 14414973.
HSL color Cylindrical-coordinate representation of color #7DF4DB: hue angle of 167.39º 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 #7DF4DB is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 244 | 219 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.04 |
| HSL | 167.4º | 0.84% | 0.72% | - |
| HSV(B) | 167.4º | 0.49% | 0.96% | - |
| XYZ | 53.59 | 74.18 | 78.51 | - |
| YUV | 205.57 | 135.58 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 244 | 219 | 0.49 | 0 | 0.10 | 0.04 | 167.4 | 0.84 | 0.72 |
| Hex | 7D | F4 | DB | 31 | 0 | A | 4 | A7 | 54 | 48 |
| Octal | 175 | 364 | 333 | 61 | 0 | 12 | 4 | 247 | 124 | 110 |
| Binary | 1111101 | 11110100 | 11011011 | 110001 | 0 | 1010 | 100 | 10100111 | 1010100 | 1001000 |
Color Harmonies of #7DF4DB
Complementary color
Monochromatic Colors of #7DF4DB
Black with #7DF4DB
Text Example
Text Example
White with #7DF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF4DB; }
p { color: rgb(125,244,219); }
H1.HeaderClassName
{
color: #7DF4DB;
}
.AnyTagClassName
{
color: #7DF4DB;
}
</style>
background-color css
<style>
a { background-color: #7DF4DB; }
a { background-color: rgb(125,244,219); }
div.DivClassName
{
background-color: #7DF4DB;
}
.BgClassName
{
background-color: #7DF4DB;
}
</style>
border-color css
<style>
span { border-color: #7DF4DB; }
span { border-color: rgb(125,244,219); }
td.TdClassName
{
border-color: #7DF4DB;
}
.TagClassName
{
border-color: #7DF4DB;
}
</style>