Shades of Aquamarine #7AFACE
Tints of Aquamarine #7AFACE
RGB
CMYK
RGB Variations
Color information
#7AFACE (or 0x7AFACE) is known color: Aquamarine. HEX triplet: 7A, FA and CE. RGB value is (122,250,206). Sum of RGB (Red+Green+Blue) = 122+250+206=578 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.11% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFACE is #850531. Grayscale: #CECECE. Windows color (decimal): -8717618 or 13564538. OLE color: 13564538.
HSL color Cylindrical-coordinate representation of color #7AFACE: hue angle of 159.38º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AFACE is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 206 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.02 |
| HSL | 159.38º | 0.93% | 0.73% | - |
| HSV(B) | 159.38º | 0.51% | 0.98% | - |
| XYZ | 53.35 | 76.97 | 70.44 | - |
| YUV | 206.71 | 127.59 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 206 | 0.51 | 0 | 0.18 | 0.02 | 159.38 | 0.93 | 0.73 |
| Hex | 7A | FA | CE | 33 | 0 | 12 | 2 | 9F | 5D | 49 |
| Octal | 172 | 372 | 316 | 63 | 0 | 22 | 2 | 237 | 135 | 111 |
| Binary | 1111010 | 11111010 | 11001110 | 110011 | 0 | 10010 | 10 | 10011111 | 1011101 | 1001001 |
Color Harmonies of #7AFACE
Complementary color
Monochromatic Colors of #7AFACE
Black with #7AFACE
Text Example
Text Example
White with #7AFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFACE; }
p { color: rgb(122,250,206); }
H1.HeaderClassName
{
color: #7AFACE;
}
.AnyTagClassName
{
color: #7AFACE;
}
</style>
background-color css
<style>
a { background-color: #7AFACE; }
a { background-color: rgb(122,250,206); }
div.DivClassName
{
background-color: #7AFACE;
}
.BgClassName
{
background-color: #7AFACE;
}
</style>
border-color css
<style>
span { border-color: #7AFACE; }
span { border-color: rgb(122,250,206); }
td.TdClassName
{
border-color: #7AFACE;
}
.TagClassName
{
border-color: #7AFACE;
}
</style>