Shades of Aquamarine #7DFADB
Tints of Aquamarine #7DFADB
RGB
CMYK
RGB Variations
Color information
#7DFADB (or 0x7DFADB) is known color: Aquamarine. HEX triplet: 7D, FA and DB. RGB value is (125,250,219). Sum of RGB (Red+Green+Blue) = 125+250+219=594 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.04% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFADB is #820524. Grayscale: #D1D1D1. Windows color (decimal): -8520997 or 14416509. OLE color: 14416509.
HSL color Cylindrical-coordinate representation of color #7DFADB: hue angle of 165.12º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFADB is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 250 | 219 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.02 |
| HSL | 165.12º | 0.93% | 0.74% | - |
| HSV(B) | 165.12º | 0.5% | 0.98% | - |
| XYZ | 55.43 | 77.85 | 79.12 | - |
| YUV | 209.09 | 133.59 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 250 | 219 | 0.50 | 0 | 0.12 | 0.02 | 165.12 | 0.93 | 0.74 |
| Hex | 7D | FA | DB | 32 | 0 | C | 2 | A5 | 5D | 4A |
| Octal | 175 | 372 | 333 | 62 | 0 | 14 | 2 | 245 | 135 | 112 |
| Binary | 1111101 | 11111010 | 11011011 | 110010 | 0 | 1100 | 10 | 10100101 | 1011101 | 1001010 |
Color Harmonies of #7DFADB
Complementary color
Monochromatic Colors of #7DFADB
Black with #7DFADB
Text Example
Text Example
White with #7DFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFADB; }
p { color: rgb(125,250,219); }
H1.HeaderClassName
{
color: #7DFADB;
}
.AnyTagClassName
{
color: #7DFADB;
}
</style>
background-color css
<style>
a { background-color: #7DFADB; }
a { background-color: rgb(125,250,219); }
div.DivClassName
{
background-color: #7DFADB;
}
.BgClassName
{
background-color: #7DFADB;
}
</style>
border-color css
<style>
span { border-color: #7DFADB; }
span { border-color: rgb(125,250,219); }
td.TdClassName
{
border-color: #7DFADB;
}
.TagClassName
{
border-color: #7DFADB;
}
</style>