Shades of Aquamarine #7FFACC
Tints of Aquamarine #7FFACC
RGB
CMYK
RGB Variations
Color information
#7FFACC (or 0x7FFACC) is known color: Aquamarine. HEX triplet: 7F, FA and CC. RGB value is (127,250,204). Sum of RGB (Red+Green+Blue) = 127+250+204=581 (76% of max value = 765). Red value is 127 (50% from 255 or 21.86% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFACC is #800533. Grayscale: #D0D0D0. Windows color (decimal): -8389940 or 13433471. OLE color: 13433471.
HSL color Cylindrical-coordinate representation of color #7FFACC: hue angle of 157.56º 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 #7FFACC is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 250 | 204 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.02 |
| HSL | 157.56º | 0.92% | 0.74% | - |
| HSV(B) | 157.56º | 0.49% | 0.98% | - |
| XYZ | 53.84 | 77.24 | 69.2 | - |
| YUV | 207.98 | 125.75 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 204 | 0.49 | 0 | 0.18 | 0.02 | 157.56 | 0.92 | 0.74 |
| Hex | 7F | FA | CC | 31 | 0 | 12 | 2 | 9E | 5C | 4A |
| Octal | 177 | 372 | 314 | 61 | 0 | 22 | 2 | 236 | 134 | 112 |
| Binary | 1111111 | 11111010 | 11001100 | 110001 | 0 | 10010 | 10 | 10011110 | 1011100 | 1001010 |
Color Harmonies of #7FFACC
Complementary color
Monochromatic Colors of #7FFACC
Black with #7FFACC
Text Example
Text Example
White with #7FFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFACC; }
p { color: rgb(127,250,204); }
H1.HeaderClassName
{
color: #7FFACC;
}
.AnyTagClassName
{
color: #7FFACC;
}
</style>
background-color css
<style>
a { background-color: #7FFACC; }
a { background-color: rgb(127,250,204); }
div.DivClassName
{
background-color: #7FFACC;
}
.BgClassName
{
background-color: #7FFACC;
}
</style>
border-color css
<style>
span { border-color: #7FFACC; }
span { border-color: rgb(127,250,204); }
td.TdClassName
{
border-color: #7FFACC;
}
.TagClassName
{
border-color: #7FFACC;
}
</style>