Shades of Aquamarine #7AF0DF
Tints of Aquamarine #7AF0DF
RGB
CMYK
RGB Variations
Color information
#7AF0DF (or 0x7AF0DF) is known color: Aquamarine. HEX triplet: 7A, F0 and DF. RGB value is (122,240,223). Sum of RGB (Red+Green+Blue) = 122+240+223=585 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.85% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF0DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF0DF is #850F20. Grayscale: #CACACA. Windows color (decimal): -8720161 or 14676090. OLE color: 14676090.
HSL color Cylindrical-coordinate representation of color #7AF0DF: hue angle of 171.36º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF0DF is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 240 | 223 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.06 |
| HSL | 171.36º | 0.8% | 0.71% | - |
| HSV(B) | 171.36º | 0.49% | 0.94% | - |
| XYZ | 52.51 | 71.79 | 80.9 | - |
| YUV | 202.78 | 139.41 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 240 | 223 | 0.49 | 0 | 0.07 | 0.06 | 171.36 | 0.8 | 0.71 |
| Hex | 7A | F0 | DF | 31 | 0 | 7 | 6 | AB | 50 | 47 |
| Octal | 172 | 360 | 337 | 61 | 0 | 7 | 6 | 253 | 120 | 107 |
| Binary | 1111010 | 11110000 | 11011111 | 110001 | 0 | 111 | 110 | 10101011 | 1010000 | 1000111 |
Color Harmonies of #7AF0DF
Complementary color
Monochromatic Colors of #7AF0DF
Black with #7AF0DF
Text Example
Text Example
White with #7AF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF0DF; }
p { color: rgb(122,240,223); }
H1.HeaderClassName
{
color: #7AF0DF;
}
.AnyTagClassName
{
color: #7AF0DF;
}
</style>
background-color css
<style>
a { background-color: #7AF0DF; }
a { background-color: rgb(122,240,223); }
div.DivClassName
{
background-color: #7AF0DF;
}
.BgClassName
{
background-color: #7AF0DF;
}
</style>
border-color css
<style>
span { border-color: #7AF0DF; }
span { border-color: rgb(122,240,223); }
td.TdClassName
{
border-color: #7AF0DF;
}
.TagClassName
{
border-color: #7AF0DF;
}
</style>