Shades of Aquamarine #7FFAD9
Tints of Aquamarine #7FFAD9
RGB
CMYK
RGB Variations
Color information
#7FFAD9 (or 0x7FFAD9) is known color: Aquamarine. HEX triplet: 7F, FA and D9. RGB value is (127,250,217). Sum of RGB (Red+Green+Blue) = 127+250+217=594 (78% of max value = 765). Red value is 127 (50% from 255 or 21.38% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFAD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFAD9 is #800526. Grayscale: #D1D1D1. Windows color (decimal): -8389927 or 14285439. OLE color: 14285439.
HSL color Cylindrical-coordinate representation of color #7FFAD9: hue angle of 163.9º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FFAD9 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 250 | 217 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.02 |
| HSL | 163.9º | 0.92% | 0.74% | - |
| HSV(B) | 163.9º | 0.49% | 0.98% | - |
| XYZ | 55.46 | 77.89 | 77.76 | - |
| YUV | 209.46 | 132.25 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 217 | 0.49 | 0 | 0.13 | 0.02 | 163.9 | 0.92 | 0.74 |
| Hex | 7F | FA | D9 | 31 | 0 | D | 2 | A4 | 5C | 4A |
| Octal | 177 | 372 | 331 | 61 | 0 | 15 | 2 | 244 | 134 | 112 |
| Binary | 1111111 | 11111010 | 11011001 | 110001 | 0 | 1101 | 10 | 10100100 | 1011100 | 1001010 |
Color Harmonies of #7FFAD9
Complementary color
Monochromatic Colors of #7FFAD9
Black with #7FFAD9
Text Example
Text Example
White with #7FFAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFAD9; }
p { color: rgb(127,250,217); }
H1.HeaderClassName
{
color: #7FFAD9;
}
.AnyTagClassName
{
color: #7FFAD9;
}
</style>
background-color css
<style>
a { background-color: #7FFAD9; }
a { background-color: rgb(127,250,217); }
div.DivClassName
{
background-color: #7FFAD9;
}
.BgClassName
{
background-color: #7FFAD9;
}
</style>
border-color css
<style>
span { border-color: #7FFAD9; }
span { border-color: rgb(127,250,217); }
td.TdClassName
{
border-color: #7FFAD9;
}
.TagClassName
{
border-color: #7FFAD9;
}
</style>