Shades of Aquamarine #7DFFBC
Tints of Aquamarine #7DFFBC
RGB
CMYK
RGB Variations
Color information
#7DFFBC (or 0x7DFFBC) is known color: Aquamarine. HEX triplet: 7D, FF and BC. RGB value is (125,255,188). Sum of RGB (Red+Green+Blue) = 125+255+188=568 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.01% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFFBC is #820043. Grayscale: #D0D0D0. Windows color (decimal): -8519748 or 12386173. OLE color: 12386173.
HSL color Cylindrical-coordinate representation of color #7DFFBC: hue angle of 149.08º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFFBC is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 255 | 188 | - |
| CMYK | 0.51 | 0 | 0.26 | 0 |
| HSL | 149.08º | 1% | 0.75% | - |
| HSV(B) | 149.08º | 0.51% | 1% | - |
| XYZ | 53.29 | 79.51 | 60.12 | - |
| YUV | 208.49 | 116.43 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 255 | 188 | 0.51 | 0 | 0.26 | 0 | 149.08 | 1 | 0.75 |
| Hex | 7D | FF | BC | 33 | 0 | 1A | 0 | 95 | 64 | 4B |
| Octal | 175 | 377 | 274 | 63 | 0 | 32 | 0 | 225 | 144 | 113 |
| Binary | 1111101 | 11111111 | 10111100 | 110011 | 0 | 11010 | 0 | 10010101 | 1100100 | 1001011 |
Color Harmonies of #7DFFBC
Complementary color
Monochromatic Colors of #7DFFBC
Black with #7DFFBC
Text Example
Text Example
White with #7DFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFFBC; }
p { color: rgb(125,255,188); }
H1.HeaderClassName
{
color: #7DFFBC;
}
.AnyTagClassName
{
color: #7DFFBC;
}
</style>
background-color css
<style>
a { background-color: #7DFFBC; }
a { background-color: rgb(125,255,188); }
div.DivClassName
{
background-color: #7DFFBC;
}
.BgClassName
{
background-color: #7DFFBC;
}
</style>
border-color css
<style>
span { border-color: #7DFFBC; }
span { border-color: rgb(125,255,188); }
td.TdClassName
{
border-color: #7DFFBC;
}
.TagClassName
{
border-color: #7DFFBC;
}
</style>