Shades of Aquamarine #7FFADD
Tints of Aquamarine #7FFADD
RGB
CMYK
RGB Variations
Color information
#7FFADD (or 0x7FFADD) is known color: Aquamarine. HEX triplet: 7F, FA and DD. RGB value is (127,250,221). Sum of RGB (Red+Green+Blue) = 127+250+221=598 (79% of max value = 765). Red value is 127 (50% from 255 or 21.24% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFADD is #800522. Grayscale: #D1D1D1. Windows color (decimal): -8389923 or 14547583. OLE color: 14547583.
HSL color Cylindrical-coordinate representation of color #7FFADD: hue angle of 165.85º 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 #7FFADD is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 250 | 221 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.02 |
| HSL | 165.85º | 0.92% | 0.74% | - |
| HSV(B) | 165.85º | 0.49% | 0.98% | - |
| XYZ | 55.99 | 78.1 | 80.53 | - |
| YUV | 209.92 | 134.25 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 221 | 0.49 | 0 | 0.12 | 0.02 | 165.85 | 0.92 | 0.74 |
| Hex | 7F | FA | DD | 31 | 0 | C | 2 | A6 | 5C | 4A |
| Octal | 177 | 372 | 335 | 61 | 0 | 14 | 2 | 246 | 134 | 112 |
| Binary | 1111111 | 11111010 | 11011101 | 110001 | 0 | 1100 | 10 | 10100110 | 1011100 | 1001010 |
Color Harmonies of #7FFADD
Complementary color
Monochromatic Colors of #7FFADD
Black with #7FFADD
Text Example
Text Example
White with #7FFADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFADD; }
p { color: rgb(127,250,221); }
H1.HeaderClassName
{
color: #7FFADD;
}
.AnyTagClassName
{
color: #7FFADD;
}
</style>
background-color css
<style>
a { background-color: #7FFADD; }
a { background-color: rgb(127,250,221); }
div.DivClassName
{
background-color: #7FFADD;
}
.BgClassName
{
background-color: #7FFADD;
}
</style>
border-color css
<style>
span { border-color: #7FFADD; }
span { border-color: rgb(127,250,221); }
td.TdClassName
{
border-color: #7FFADD;
}
.TagClassName
{
border-color: #7FFADD;
}
</style>