Shades of Aquamarine #7FFAD7
Tints of Aquamarine #7FFAD7
RGB
CMYK
RGB Variations
Color information
#7FFAD7 (or 0x7FFAD7) is known color: Aquamarine. HEX triplet: 7F, FA and D7. RGB value is (127,250,215). Sum of RGB (Red+Green+Blue) = 127+250+215=592 (78% of max value = 765). Red value is 127 (50% from 255 or 21.45% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFAD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFAD7 is #800528. Grayscale: #D1D1D1. Windows color (decimal): -8389929 or 14154367. OLE color: 14154367.
HSL color Cylindrical-coordinate representation of color #7FFAD7: hue angle of 162.93º 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 #7FFAD7 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 250 | 215 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.02 |
| HSL | 162.93º | 0.92% | 0.74% | - |
| HSV(B) | 162.93º | 0.49% | 0.98% | - |
| XYZ | 55.2 | 77.79 | 76.4 | - |
| YUV | 209.23 | 131.25 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 215 | 0.49 | 0 | 0.14 | 0.02 | 162.93 | 0.92 | 0.74 |
| Hex | 7F | FA | D7 | 31 | 0 | E | 2 | A3 | 5C | 4A |
| Octal | 177 | 372 | 327 | 61 | 0 | 16 | 2 | 243 | 134 | 112 |
| Binary | 1111111 | 11111010 | 11010111 | 110001 | 0 | 1110 | 10 | 10100011 | 1011100 | 1001010 |
Color Harmonies of #7FFAD7
Complementary color
Monochromatic Colors of #7FFAD7
Black with #7FFAD7
Text Example
Text Example
White with #7FFAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFAD7; }
p { color: rgb(127,250,215); }
H1.HeaderClassName
{
color: #7FFAD7;
}
.AnyTagClassName
{
color: #7FFAD7;
}
</style>
background-color css
<style>
a { background-color: #7FFAD7; }
a { background-color: rgb(127,250,215); }
div.DivClassName
{
background-color: #7FFAD7;
}
.BgClassName
{
background-color: #7FFAD7;
}
</style>
border-color css
<style>
span { border-color: #7FFAD7; }
span { border-color: rgb(127,250,215); }
td.TdClassName
{
border-color: #7FFAD7;
}
.TagClassName
{
border-color: #7FFAD7;
}
</style>