Shades of Aquamarine #7FFBD9
Tints of Aquamarine #7FFBD9
RGB
CMYK
RGB Variations
Color information
#7FFBD9 (or 0x7FFBD9) is known color: Aquamarine. HEX triplet: 7F, FB and D9. RGB value is (127,251,217). Sum of RGB (Red+Green+Blue) = 127+251+217=595 (78% of max value = 765). Red value is 127 (50% from 255 or 21.34% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFBD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFBD9 is #800426. Grayscale: #D2D2D2. Windows color (decimal): -8389671 or 14285695. OLE color: 14285695.
HSL color Cylindrical-coordinate representation of color #7FFBD9: hue angle of 163.55º degrees, saturation: 0.94, 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 #7FFBD9 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 251 | 217 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.02 |
| HSL | 163.55º | 0.94% | 0.74% | - |
| HSV(B) | 163.55º | 0.49% | 0.98% | - |
| XYZ | 55.77 | 78.52 | 77.86 | - |
| YUV | 210.05 | 131.92 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 251 | 217 | 0.49 | 0 | 0.14 | 0.02 | 163.55 | 0.94 | 0.74 |
| Hex | 7F | FB | D9 | 31 | 0 | E | 2 | A4 | 5E | 4A |
| Octal | 177 | 373 | 331 | 61 | 0 | 16 | 2 | 244 | 136 | 112 |
| Binary | 1111111 | 11111011 | 11011001 | 110001 | 0 | 1110 | 10 | 10100100 | 1011110 | 1001010 |
Color Harmonies of #7FFBD9
Complementary color
Monochromatic Colors of #7FFBD9
Black with #7FFBD9
Text Example
Text Example
White with #7FFBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFBD9; }
p { color: rgb(127,251,217); }
H1.HeaderClassName
{
color: #7FFBD9;
}
.AnyTagClassName
{
color: #7FFBD9;
}
</style>
background-color css
<style>
a { background-color: #7FFBD9; }
a { background-color: rgb(127,251,217); }
div.DivClassName
{
background-color: #7FFBD9;
}
.BgClassName
{
background-color: #7FFBD9;
}
</style>
border-color css
<style>
span { border-color: #7FFBD9; }
span { border-color: rgb(127,251,217); }
td.TdClassName
{
border-color: #7FFBD9;
}
.TagClassName
{
border-color: #7FFBD9;
}
</style>