Shades of Aquamarine #7FFACF
Tints of Aquamarine #7FFACF
RGB
CMYK
RGB Variations
Color information
#7FFACF (or 0x7FFACF) is known color: Aquamarine. HEX triplet: 7F, FA and CF. RGB value is (127,250,207). Sum of RGB (Red+Green+Blue) = 127+250+207=584 (77% of max value = 765). Red value is 127 (50% from 255 or 21.75% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFACF is #800530. Grayscale: #D0D0D0. Windows color (decimal): -8389937 or 13630079. OLE color: 13630079.
HSL color Cylindrical-coordinate representation of color #7FFACF: hue angle of 159.02º 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 #7FFACF is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 250 | 207 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.02 |
| HSL | 159.02º | 0.92% | 0.74% | - |
| HSV(B) | 159.02º | 0.49% | 0.98% | - |
| XYZ | 54.2 | 77.39 | 71.11 | - |
| YUV | 208.32 | 127.25 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 207 | 0.49 | 0 | 0.17 | 0.02 | 159.02 | 0.92 | 0.74 |
| Hex | 7F | FA | CF | 31 | 0 | 11 | 2 | 9F | 5C | 4A |
| Octal | 177 | 372 | 317 | 61 | 0 | 21 | 2 | 237 | 134 | 112 |
| Binary | 1111111 | 11111010 | 11001111 | 110001 | 0 | 10001 | 10 | 10011111 | 1011100 | 1001010 |
Color Harmonies of #7FFACF
Complementary color
Monochromatic Colors of #7FFACF
Black with #7FFACF
Text Example
Text Example
White with #7FFACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFACF; }
p { color: rgb(127,250,207); }
H1.HeaderClassName
{
color: #7FFACF;
}
.AnyTagClassName
{
color: #7FFACF;
}
</style>
background-color css
<style>
a { background-color: #7FFACF; }
a { background-color: rgb(127,250,207); }
div.DivClassName
{
background-color: #7FFACF;
}
.BgClassName
{
background-color: #7FFACF;
}
</style>
border-color css
<style>
span { border-color: #7FFACF; }
span { border-color: rgb(127,250,207); }
td.TdClassName
{
border-color: #7FFACF;
}
.TagClassName
{
border-color: #7FFACF;
}
</style>