Shades of Aquamarine #7AF7CF
Tints of Aquamarine #7AF7CF
RGB
CMYK
RGB Variations
Color information
#7AF7CF (or 0x7AF7CF) is known color: Aquamarine. HEX triplet: 7A, F7 and CF. RGB value is (122,247,207). Sum of RGB (Red+Green+Blue) = 122+247+207=576 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.18% from 576); Green value is 247 (96.88% from 255 or 42.88% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF7CF is #850830. Grayscale: #CDCDCD. Windows color (decimal): -8718385 or 13629306. OLE color: 13629306.
HSL color Cylindrical-coordinate representation of color #7AF7CF: hue angle of 160.8º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF7CF is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 247 | 207 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.03 |
| HSL | 160.8º | 0.89% | 0.72% | - |
| HSV(B) | 160.8º | 0.51% | 0.97% | - |
| XYZ | 52.55 | 75.16 | 70.77 | - |
| YUV | 205.07 | 129.09 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 247 | 207 | 0.51 | 0 | 0.16 | 0.03 | 160.8 | 0.89 | 0.72 |
| Hex | 7A | F7 | CF | 33 | 0 | 10 | 3 | A1 | 59 | 48 |
| Octal | 172 | 367 | 317 | 63 | 0 | 20 | 3 | 241 | 131 | 110 |
| Binary | 1111010 | 11110111 | 11001111 | 110011 | 0 | 10000 | 11 | 10100001 | 1011001 | 1001000 |
Color Harmonies of #7AF7CF
Complementary color
Monochromatic Colors of #7AF7CF
Black with #7AF7CF
Text Example
Text Example
White with #7AF7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF7CF; }
p { color: rgb(122,247,207); }
H1.HeaderClassName
{
color: #7AF7CF;
}
.AnyTagClassName
{
color: #7AF7CF;
}
</style>
background-color css
<style>
a { background-color: #7AF7CF; }
a { background-color: rgb(122,247,207); }
div.DivClassName
{
background-color: #7AF7CF;
}
.BgClassName
{
background-color: #7AF7CF;
}
</style>
border-color css
<style>
span { border-color: #7AF7CF; }
span { border-color: rgb(122,247,207); }
td.TdClassName
{
border-color: #7AF7CF;
}
.TagClassName
{
border-color: #7AF7CF;
}
</style>