Shades of Aquamarine #7FFCD9
Tints of Aquamarine #7FFCD9
RGB
CMYK
RGB Variations
Color information
#7FFCD9 (or 0x7FFCD9) is known color: Aquamarine. HEX triplet: 7F, FC and D9. RGB value is (127,252,217). Sum of RGB (Red+Green+Blue) = 127+252+217=596 (78% of max value = 765). Red value is 127 (50% from 255 or 21.31% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFCD9 is #800326. Grayscale: #D2D2D2. Windows color (decimal): -8389415 or 14285951. OLE color: 14285951.
HSL color Cylindrical-coordinate representation of color #7FFCD9: hue angle of 163.2º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFCD9 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 252 | 217 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.01 |
| HSL | 163.2º | 0.95% | 0.74% | - |
| HSV(B) | 163.2º | 0.5% | 0.99% | - |
| XYZ | 56.09 | 79.14 | 77.97 | - |
| YUV | 210.64 | 131.59 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 252 | 217 | 0.50 | 0 | 0.14 | 0.01 | 163.2 | 0.95 | 0.74 |
| Hex | 7F | FC | D9 | 32 | 0 | E | 1 | A3 | 5F | 4A |
| Octal | 177 | 374 | 331 | 62 | 0 | 16 | 1 | 243 | 137 | 112 |
| Binary | 1111111 | 11111100 | 11011001 | 110010 | 0 | 1110 | 1 | 10100011 | 1011111 | 1001010 |
Color Harmonies of #7FFCD9
Complementary color
Monochromatic Colors of #7FFCD9
Black with #7FFCD9
Text Example
Text Example
White with #7FFCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFCD9; }
p { color: rgb(127,252,217); }
H1.HeaderClassName
{
color: #7FFCD9;
}
.AnyTagClassName
{
color: #7FFCD9;
}
</style>
background-color css
<style>
a { background-color: #7FFCD9; }
a { background-color: rgb(127,252,217); }
div.DivClassName
{
background-color: #7FFCD9;
}
.BgClassName
{
background-color: #7FFCD9;
}
</style>
border-color css
<style>
span { border-color: #7FFCD9; }
span { border-color: rgb(127,252,217); }
td.TdClassName
{
border-color: #7FFCD9;
}
.TagClassName
{
border-color: #7FFCD9;
}
</style>