Shades of Aquamarine #7DEBD4
Tints of Aquamarine #7DEBD4
RGB
CMYK
RGB Variations
Color information
#7DEBD4 (or 0x7DEBD4) is known color: Aquamarine. HEX triplet: 7D, EB and D4. RGB value is (125,235,212). Sum of RGB (Red+Green+Blue) = 125+235+212=572 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.85% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBD4 is #82142B. Grayscale: #C7C7C7. Windows color (decimal): -8524844 or 13953917. OLE color: 13953917.
HSL color Cylindrical-coordinate representation of color #7DEBD4: hue angle of 167.45º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEBD4 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 235 | 212 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.08 |
| HSL | 167.45º | 0.73% | 0.71% | - |
| HSV(B) | 167.45º | 0.47% | 0.92% | - |
| XYZ | 50.05 | 68.53 | 72.88 | - |
| YUV | 199.49 | 135.06 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 235 | 212 | 0.47 | 0 | 0.10 | 0.08 | 167.45 | 0.73 | 0.71 |
| Hex | 7D | EB | D4 | 2F | 0 | A | 8 | A7 | 49 | 47 |
| Octal | 175 | 353 | 324 | 57 | 0 | 12 | 10 | 247 | 111 | 107 |
| Binary | 1111101 | 11101011 | 11010100 | 101111 | 0 | 1010 | 1000 | 10100111 | 1001001 | 1000111 |
Color Harmonies of #7DEBD4
Complementary color
Monochromatic Colors of #7DEBD4
Black with #7DEBD4
Text Example
Text Example
White with #7DEBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEBD4; }
p { color: rgb(125,235,212); }
H1.HeaderClassName
{
color: #7DEBD4;
}
.AnyTagClassName
{
color: #7DEBD4;
}
</style>
background-color css
<style>
a { background-color: #7DEBD4; }
a { background-color: rgb(125,235,212); }
div.DivClassName
{
background-color: #7DEBD4;
}
.BgClassName
{
background-color: #7DEBD4;
}
</style>
border-color css
<style>
span { border-color: #7DEBD4; }
span { border-color: rgb(125,235,212); }
td.TdClassName
{
border-color: #7DEBD4;
}
.TagClassName
{
border-color: #7DEBD4;
}
</style>