Shades of Aquamarine #7DF8B9
Tints of Aquamarine #7DF8B9
RGB
CMYK
RGB Variations
Color information
#7DF8B9 (or 0x7DF8B9) is known color: Aquamarine. HEX triplet: 7D, F8 and B9. RGB value is (125,248,185). Sum of RGB (Red+Green+Blue) = 125+248+185=558 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.40% from 558); Green value is 248 (97.27% from 255 or 44.44% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF8B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF8B9 is #820746. Grayscale: #CCCCCC. Windows color (decimal): -8521543 or 12187773. OLE color: 12187773.
HSL color Cylindrical-coordinate representation of color #7DF8B9: hue angle of 149.27º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF8B9 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 248 | 185 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.03 |
| HSL | 149.27º | 0.9% | 0.73% | - |
| HSV(B) | 149.27º | 0.5% | 0.97% | - |
| XYZ | 50.78 | 75 | 57.7 | - |
| YUV | 204.04 | 117.25 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 248 | 185 | 0.50 | 0 | 0.25 | 0.03 | 149.27 | 0.9 | 0.73 |
| Hex | 7D | F8 | B9 | 32 | 0 | 19 | 3 | 95 | 5A | 49 |
| Octal | 175 | 370 | 271 | 62 | 0 | 31 | 3 | 225 | 132 | 111 |
| Binary | 1111101 | 11111000 | 10111001 | 110010 | 0 | 11001 | 11 | 10010101 | 1011010 | 1001001 |
Color Harmonies of #7DF8B9
Complementary color
Monochromatic Colors of #7DF8B9
Black with #7DF8B9
Text Example
Text Example
White with #7DF8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF8B9; }
p { color: rgb(125,248,185); }
H1.HeaderClassName
{
color: #7DF8B9;
}
.AnyTagClassName
{
color: #7DF8B9;
}
</style>
background-color css
<style>
a { background-color: #7DF8B9; }
a { background-color: rgb(125,248,185); }
div.DivClassName
{
background-color: #7DF8B9;
}
.BgClassName
{
background-color: #7DF8B9;
}
</style>
border-color css
<style>
span { border-color: #7DF8B9; }
span { border-color: rgb(125,248,185); }
td.TdClassName
{
border-color: #7DF8B9;
}
.TagClassName
{
border-color: #7DF8B9;
}
</style>