Shades of Aquamarine #7DF4DD
Tints of Aquamarine #7DF4DD
RGB
CMYK
RGB Variations
Color information
#7DF4DD (or 0x7DF4DD) is known color: Aquamarine. HEX triplet: 7D, F4 and DD. RGB value is (125,244,221). Sum of RGB (Red+Green+Blue) = 125+244+221=590 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.19% from 590); Green value is 244 (95.70% from 255 or 41.36% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 244 - color contains mainly: green. Hex color #7DF4DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF4DD is #820B22. Grayscale: #CDCDCD. Windows color (decimal): -8522531 or 14546045. OLE color: 14546045.
HSL color Cylindrical-coordinate representation of color #7DF4DD: hue angle of 168.4º 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 #7DF4DD is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 244 | 221 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.04 |
| HSL | 168.4º | 0.84% | 0.72% | - |
| HSV(B) | 168.4º | 0.49% | 0.96% | - |
| XYZ | 53.86 | 74.28 | 79.91 | - |
| YUV | 205.8 | 136.58 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 244 | 221 | 0.49 | 0 | 0.09 | 0.04 | 168.4 | 0.84 | 0.72 |
| Hex | 7D | F4 | DD | 31 | 0 | 9 | 4 | A8 | 54 | 48 |
| Octal | 175 | 364 | 335 | 61 | 0 | 11 | 4 | 250 | 124 | 110 |
| Binary | 1111101 | 11110100 | 11011101 | 110001 | 0 | 1001 | 100 | 10101000 | 1010100 | 1001000 |
Color Harmonies of #7DF4DD
Complementary color
Monochromatic Colors of #7DF4DD
Black with #7DF4DD
Text Example
Text Example
White with #7DF4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF4DD; }
p { color: rgb(125,244,221); }
H1.HeaderClassName
{
color: #7DF4DD;
}
.AnyTagClassName
{
color: #7DF4DD;
}
</style>
background-color css
<style>
a { background-color: #7DF4DD; }
a { background-color: rgb(125,244,221); }
div.DivClassName
{
background-color: #7DF4DD;
}
.BgClassName
{
background-color: #7DF4DD;
}
</style>
border-color css
<style>
span { border-color: #7DF4DD; }
span { border-color: rgb(125,244,221); }
td.TdClassName
{
border-color: #7DF4DD;
}
.TagClassName
{
border-color: #7DF4DD;
}
</style>