Shades of Aquamarine #7DEBDC
Tints of Aquamarine #7DEBDC
RGB
CMYK
RGB Variations
Color information
#7DEBDC (or 0x7DEBDC) is known color: Aquamarine. HEX triplet: 7D, EB and DC. RGB value is (125,235,220). Sum of RGB (Red+Green+Blue) = 125+235+220=580 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.55% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBDC is #821423. Grayscale: #C8C8C8. Windows color (decimal): -8524836 or 14478205. OLE color: 14478205.
HSL color Cylindrical-coordinate representation of color #7DEBDC: hue angle of 171.82º 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 #7DEBDC is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 235 | 220 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.08 |
| HSL | 171.82º | 0.73% | 0.71% | - |
| HSV(B) | 171.82º | 0.47% | 0.92% | - |
| XYZ | 51.08 | 68.94 | 78.33 | - |
| YUV | 200.4 | 139.06 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 235 | 220 | 0.47 | 0 | 0.06 | 0.08 | 171.82 | 0.73 | 0.71 |
| Hex | 7D | EB | DC | 2F | 0 | 6 | 8 | AC | 49 | 47 |
| Octal | 175 | 353 | 334 | 57 | 0 | 6 | 10 | 254 | 111 | 107 |
| Binary | 1111101 | 11101011 | 11011100 | 101111 | 0 | 110 | 1000 | 10101100 | 1001001 | 1000111 |
Color Harmonies of #7DEBDC
Complementary color
Monochromatic Colors of #7DEBDC
Black with #7DEBDC
Text Example
Text Example
White with #7DEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEBDC; }
p { color: rgb(125,235,220); }
H1.HeaderClassName
{
color: #7DEBDC;
}
.AnyTagClassName
{
color: #7DEBDC;
}
</style>
background-color css
<style>
a { background-color: #7DEBDC; }
a { background-color: rgb(125,235,220); }
div.DivClassName
{
background-color: #7DEBDC;
}
.BgClassName
{
background-color: #7DEBDC;
}
</style>
border-color css
<style>
span { border-color: #7DEBDC; }
span { border-color: rgb(125,235,220); }
td.TdClassName
{
border-color: #7DEBDC;
}
.TagClassName
{
border-color: #7DEBDC;
}
</style>