Shades of Aquamarine #7FFDBA
Tints of Aquamarine #7FFDBA
RGB
CMYK
RGB Variations
Color information
#7FFDBA (or 0x7FFDBA) is known color: Aquamarine. HEX triplet: 7F, FD and BA. RGB value is (127,253,186). Sum of RGB (Red+Green+Blue) = 127+253+186=566 (74% of max value = 765). Red value is 127 (50% from 255 or 22.44% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFDBA is #800245. Grayscale: #CFCFCF. Windows color (decimal): -8389190 or 12254591. OLE color: 12254591.
HSL color Cylindrical-coordinate representation of color #7FFDBA: hue angle of 148.1º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFDBA is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 186 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.01 |
| HSL | 148.1º | 0.97% | 0.75% | - |
| HSV(B) | 148.1º | 0.5% | 0.99% | - |
| XYZ | 52.74 | 78.31 | 58.79 | - |
| YUV | 207.69 | 115.76 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 186 | 0.50 | 0 | 0.26 | 0.01 | 148.1 | 0.97 | 0.75 |
| Hex | 7F | FD | BA | 32 | 0 | 1A | 1 | 94 | 61 | 4B |
| Octal | 177 | 375 | 272 | 62 | 0 | 32 | 1 | 224 | 141 | 113 |
| Binary | 1111111 | 11111101 | 10111010 | 110010 | 0 | 11010 | 1 | 10010100 | 1100001 | 1001011 |
Color Harmonies of #7FFDBA
Complementary color
Monochromatic Colors of #7FFDBA
Black with #7FFDBA
Text Example
Text Example
White with #7FFDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFDBA; }
p { color: rgb(127,253,186); }
H1.HeaderClassName
{
color: #7FFDBA;
}
.AnyTagClassName
{
color: #7FFDBA;
}
</style>
background-color css
<style>
a { background-color: #7FFDBA; }
a { background-color: rgb(127,253,186); }
div.DivClassName
{
background-color: #7FFDBA;
}
.BgClassName
{
background-color: #7FFDBA;
}
</style>
border-color css
<style>
span { border-color: #7FFDBA; }
span { border-color: rgb(127,253,186); }
td.TdClassName
{
border-color: #7FFDBA;
}
.TagClassName
{
border-color: #7FFDBA;
}
</style>