Shades of Aquamarine #7DF9DB
Tints of Aquamarine #7DF9DB
RGB
CMYK
RGB Variations
Color information
#7DF9DB (or 0x7DF9DB) is known color: Aquamarine. HEX triplet: 7D, F9 and DB. RGB value is (125,249,219). Sum of RGB (Red+Green+Blue) = 125+249+219=593 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.08% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF9DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF9DB is #820624. Grayscale: #D0D0D0. Windows color (decimal): -8521253 or 14416253. OLE color: 14416253.
HSL color Cylindrical-coordinate representation of color #7DF9DB: hue angle of 165.48º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF9DB is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 249 | 219 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.02 |
| HSL | 165.48º | 0.91% | 0.73% | - |
| HSV(B) | 165.48º | 0.5% | 0.98% | - |
| XYZ | 55.12 | 77.23 | 79.02 | - |
| YUV | 208.5 | 133.92 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 249 | 219 | 0.50 | 0 | 0.12 | 0.02 | 165.48 | 0.91 | 0.73 |
| Hex | 7D | F9 | DB | 32 | 0 | C | 2 | A5 | 5B | 49 |
| Octal | 175 | 371 | 333 | 62 | 0 | 14 | 2 | 245 | 133 | 111 |
| Binary | 1111101 | 11111001 | 11011011 | 110010 | 0 | 1100 | 10 | 10100101 | 1011011 | 1001001 |
Color Harmonies of #7DF9DB
Complementary color
Monochromatic Colors of #7DF9DB
Black with #7DF9DB
Text Example
Text Example
White with #7DF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF9DB; }
p { color: rgb(125,249,219); }
H1.HeaderClassName
{
color: #7DF9DB;
}
.AnyTagClassName
{
color: #7DF9DB;
}
</style>
background-color css
<style>
a { background-color: #7DF9DB; }
a { background-color: rgb(125,249,219); }
div.DivClassName
{
background-color: #7DF9DB;
}
.BgClassName
{
background-color: #7DF9DB;
}
</style>
border-color css
<style>
span { border-color: #7DF9DB; }
span { border-color: rgb(125,249,219); }
td.TdClassName
{
border-color: #7DF9DB;
}
.TagClassName
{
border-color: #7DF9DB;
}
</style>