Shades of Aquamarine #7FFAD1
Tints of Aquamarine #7FFAD1
RGB
CMYK
RGB Variations
Color information
#7FFAD1 (or 0x7FFAD1) is known color: Aquamarine. HEX triplet: 7F, FA and D1. RGB value is (127,250,209). Sum of RGB (Red+Green+Blue) = 127+250+209=586 (77% of max value = 765). Red value is 127 (50% from 255 or 21.67% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFAD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFAD1 is #80052E. Grayscale: #D0D0D0. Windows color (decimal): -8389935 or 13761151. OLE color: 13761151.
HSL color Cylindrical-coordinate representation of color #7FFAD1: hue angle of 160º 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 #7FFAD1 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 250 | 209 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.02 |
| HSL | 160º | 0.92% | 0.74% | - |
| HSV(B) | 160º | 0.49% | 0.98% | - |
| XYZ | 54.45 | 77.49 | 72.41 | - |
| YUV | 208.55 | 128.25 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 209 | 0.49 | 0 | 0.16 | 0.02 | 160 | 0.92 | 0.74 |
| Hex | 7F | FA | D1 | 31 | 0 | 10 | 2 | A0 | 5C | 4A |
| Octal | 177 | 372 | 321 | 61 | 0 | 20 | 2 | 240 | 134 | 112 |
| Binary | 1111111 | 11111010 | 11010001 | 110001 | 0 | 10000 | 10 | 10100000 | 1011100 | 1001010 |
Color Harmonies of #7FFAD1
Complementary color
Monochromatic Colors of #7FFAD1
Black with #7FFAD1
Text Example
Text Example
White with #7FFAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFAD1; }
p { color: rgb(127,250,209); }
H1.HeaderClassName
{
color: #7FFAD1;
}
.AnyTagClassName
{
color: #7FFAD1;
}
</style>
background-color css
<style>
a { background-color: #7FFAD1; }
a { background-color: rgb(127,250,209); }
div.DivClassName
{
background-color: #7FFAD1;
}
.BgClassName
{
background-color: #7FFAD1;
}
</style>
border-color css
<style>
span { border-color: #7FFAD1; }
span { border-color: rgb(127,250,209); }
td.TdClassName
{
border-color: #7FFAD1;
}
.TagClassName
{
border-color: #7FFAD1;
}
</style>