Shades of Aquamarine #7DEFDD
Tints of Aquamarine #7DEFDD
RGB
CMYK
RGB Variations
Color information
#7DEFDD (or 0x7DEFDD) is known color: Aquamarine. HEX triplet: 7D, EF and DD. RGB value is (125,239,221). Sum of RGB (Red+Green+Blue) = 125+239+221=585 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.37% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEFDD is #821022. Grayscale: #CACACA. Windows color (decimal): -8523811 or 14544765. OLE color: 14544765.
HSL color Cylindrical-coordinate representation of color #7DEFDD: hue angle of 170.53º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DEFDD is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 239 | 221 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.06 |
| HSL | 170.53º | 0.78% | 0.71% | - |
| HSV(B) | 170.53º | 0.48% | 0.94% | - |
| XYZ | 52.38 | 71.31 | 79.41 | - |
| YUV | 202.86 | 138.23 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 239 | 221 | 0.48 | 0 | 0.08 | 0.06 | 170.53 | 0.78 | 0.71 |
| Hex | 7D | EF | DD | 30 | 0 | 8 | 6 | AB | 4E | 47 |
| Octal | 175 | 357 | 335 | 60 | 0 | 10 | 6 | 253 | 116 | 107 |
| Binary | 1111101 | 11101111 | 11011101 | 110000 | 0 | 1000 | 110 | 10101011 | 1001110 | 1000111 |
Color Harmonies of #7DEFDD
Complementary color
Monochromatic Colors of #7DEFDD
Black with #7DEFDD
Text Example
Text Example
White with #7DEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEFDD; }
p { color: rgb(125,239,221); }
H1.HeaderClassName
{
color: #7DEFDD;
}
.AnyTagClassName
{
color: #7DEFDD;
}
</style>
background-color css
<style>
a { background-color: #7DEFDD; }
a { background-color: rgb(125,239,221); }
div.DivClassName
{
background-color: #7DEFDD;
}
.BgClassName
{
background-color: #7DEFDD;
}
</style>
border-color css
<style>
span { border-color: #7DEFDD; }
span { border-color: rgb(125,239,221); }
td.TdClassName
{
border-color: #7DEFDD;
}
.TagClassName
{
border-color: #7DEFDD;
}
</style>