Shades of Aquamarine #7DEBD8
Tints of Aquamarine #7DEBD8
RGB
CMYK
RGB Variations
Color information
#7DEBD8 (or 0x7DEBD8) is known color: Aquamarine. HEX triplet: 7D, EB and D8. RGB value is (125,235,216). Sum of RGB (Red+Green+Blue) = 125+235+216=576 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.70% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBD8 is #821427. Grayscale: #C7C7C7. Windows color (decimal): -8524840 or 14216061. OLE color: 14216061.
HSL color Cylindrical-coordinate representation of color #7DEBD8: hue angle of 169.64º 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 #7DEBD8 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 235 | 216 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.08 |
| HSL | 169.64º | 0.73% | 0.71% | - |
| HSV(B) | 169.64º | 0.47% | 0.92% | - |
| XYZ | 50.56 | 68.73 | 75.57 | - |
| YUV | 199.94 | 137.06 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 235 | 216 | 0.47 | 0 | 0.08 | 0.08 | 169.64 | 0.73 | 0.71 |
| Hex | 7D | EB | D8 | 2F | 0 | 8 | 8 | AA | 49 | 47 |
| Octal | 175 | 353 | 330 | 57 | 0 | 10 | 10 | 252 | 111 | 107 |
| Binary | 1111101 | 11101011 | 11011000 | 101111 | 0 | 1000 | 1000 | 10101010 | 1001001 | 1000111 |
Color Harmonies of #7DEBD8
Complementary color
Monochromatic Colors of #7DEBD8
Black with #7DEBD8
Text Example
Text Example
White with #7DEBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEBD8; }
p { color: rgb(125,235,216); }
H1.HeaderClassName
{
color: #7DEBD8;
}
.AnyTagClassName
{
color: #7DEBD8;
}
</style>
background-color css
<style>
a { background-color: #7DEBD8; }
a { background-color: rgb(125,235,216); }
div.DivClassName
{
background-color: #7DEBD8;
}
.BgClassName
{
background-color: #7DEBD8;
}
</style>
border-color css
<style>
span { border-color: #7DEBD8; }
span { border-color: rgb(125,235,216); }
td.TdClassName
{
border-color: #7DEBD8;
}
.TagClassName
{
border-color: #7DEBD8;
}
</style>