Shades of Aquamarine #7FFAC7
Tints of Aquamarine #7FFAC7
RGB
CMYK
RGB Variations
Color information
#7FFAC7 (or 0x7FFAC7) is known color: Aquamarine. HEX triplet: 7F, FA and C7. RGB value is (127,250,199). Sum of RGB (Red+Green+Blue) = 127+250+199=576 (76% of max value = 765). Red value is 127 (50% from 255 or 22.05% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFAC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFAC7 is #800538. Grayscale: #CFCFCF. Windows color (decimal): -8389945 or 13105791. OLE color: 13105791.
HSL color Cylindrical-coordinate representation of color #7FFAC7: hue angle of 155.12º 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 #7FFAC7 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 250 | 199 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.02 |
| HSL | 155.12º | 0.92% | 0.74% | - |
| HSV(B) | 155.12º | 0.49% | 0.98% | - |
| XYZ | 53.25 | 77.01 | 66.09 | - |
| YUV | 207.41 | 123.25 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 199 | 0.49 | 0 | 0.20 | 0.02 | 155.12 | 0.92 | 0.74 |
| Hex | 7F | FA | C7 | 31 | 0 | 14 | 2 | 9B | 5C | 4A |
| Octal | 177 | 372 | 307 | 61 | 0 | 24 | 2 | 233 | 134 | 112 |
| Binary | 1111111 | 11111010 | 11000111 | 110001 | 0 | 10100 | 10 | 10011011 | 1011100 | 1001010 |
Color Harmonies of #7FFAC7
Complementary color
Monochromatic Colors of #7FFAC7
Black with #7FFAC7
Text Example
Text Example
White with #7FFAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFAC7; }
p { color: rgb(127,250,199); }
H1.HeaderClassName
{
color: #7FFAC7;
}
.AnyTagClassName
{
color: #7FFAC7;
}
</style>
background-color css
<style>
a { background-color: #7FFAC7; }
a { background-color: rgb(127,250,199); }
div.DivClassName
{
background-color: #7FFAC7;
}
.BgClassName
{
background-color: #7FFAC7;
}
</style>
border-color css
<style>
span { border-color: #7FFAC7; }
span { border-color: rgb(127,250,199); }
td.TdClassName
{
border-color: #7FFAC7;
}
.TagClassName
{
border-color: #7FFAC7;
}
</style>