Shades of Aquamarine #7FFACE
Tints of Aquamarine #7FFACE
RGB
CMYK
RGB Variations
Color information
#7FFACE (or 0x7FFACE) is known color: Aquamarine. HEX triplet: 7F, FA and CE. RGB value is (127,250,206). Sum of RGB (Red+Green+Blue) = 127+250+206=583 (77% of max value = 765). Red value is 127 (50% from 255 or 21.78% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFACE is #800531. Grayscale: #D0D0D0. Windows color (decimal): -8389938 or 13564543. OLE color: 13564543.
HSL color Cylindrical-coordinate representation of color #7FFACE: hue angle of 158.54º 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 #7FFACE is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 250 | 206 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.02 |
| HSL | 158.54º | 0.92% | 0.74% | - |
| HSV(B) | 158.54º | 0.49% | 0.98% | - |
| XYZ | 54.08 | 77.34 | 70.47 | - |
| YUV | 208.21 | 126.75 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 250 | 206 | 0.49 | 0 | 0.18 | 0.02 | 158.54 | 0.92 | 0.74 |
| Hex | 7F | FA | CE | 31 | 0 | 12 | 2 | 9F | 5C | 4A |
| Octal | 177 | 372 | 316 | 61 | 0 | 22 | 2 | 237 | 134 | 112 |
| Binary | 1111111 | 11111010 | 11001110 | 110001 | 0 | 10010 | 10 | 10011111 | 1011100 | 1001010 |
Color Harmonies of #7FFACE
Complementary color
Monochromatic Colors of #7FFACE
Black with #7FFACE
Text Example
Text Example
White with #7FFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFACE; }
p { color: rgb(127,250,206); }
H1.HeaderClassName
{
color: #7FFACE;
}
.AnyTagClassName
{
color: #7FFACE;
}
</style>
background-color css
<style>
a { background-color: #7FFACE; }
a { background-color: rgb(127,250,206); }
div.DivClassName
{
background-color: #7FFACE;
}
.BgClassName
{
background-color: #7FFACE;
}
</style>
border-color css
<style>
span { border-color: #7FFACE; }
span { border-color: rgb(127,250,206); }
td.TdClassName
{
border-color: #7FFACE;
}
.TagClassName
{
border-color: #7FFACE;
}
</style>