Shades of Aquamarine #7AF1DC
Tints of Aquamarine #7AF1DC
RGB
CMYK
RGB Variations
Color information
#7AF1DC (or 0x7AF1DC) is known color: Aquamarine. HEX triplet: 7A, F1 and DC. RGB value is (122,241,220). Sum of RGB (Red+Green+Blue) = 122+241+220=583 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.93% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF1DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF1DC is #850E23. Grayscale: #CACACA. Windows color (decimal): -8719908 or 14479738. OLE color: 14479738.
HSL color Cylindrical-coordinate representation of color #7AF1DC: hue angle of 169.41º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF1DC is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 241 | 220 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.05 |
| HSL | 169.41º | 0.81% | 0.71% | - |
| HSV(B) | 169.41º | 0.49% | 0.95% | - |
| XYZ | 52.4 | 72.22 | 78.89 | - |
| YUV | 203.03 | 137.58 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 241 | 220 | 0.49 | 0 | 0.09 | 0.05 | 169.41 | 0.81 | 0.71 |
| Hex | 7A | F1 | DC | 31 | 0 | 9 | 5 | A9 | 51 | 47 |
| Octal | 172 | 361 | 334 | 61 | 0 | 11 | 5 | 251 | 121 | 107 |
| Binary | 1111010 | 11110001 | 11011100 | 110001 | 0 | 1001 | 101 | 10101001 | 1010001 | 1000111 |
Color Harmonies of #7AF1DC
Complementary color
Monochromatic Colors of #7AF1DC
Black with #7AF1DC
Text Example
Text Example
White with #7AF1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF1DC; }
p { color: rgb(122,241,220); }
H1.HeaderClassName
{
color: #7AF1DC;
}
.AnyTagClassName
{
color: #7AF1DC;
}
</style>
background-color css
<style>
a { background-color: #7AF1DC; }
a { background-color: rgb(122,241,220); }
div.DivClassName
{
background-color: #7AF1DC;
}
.BgClassName
{
background-color: #7AF1DC;
}
</style>
border-color css
<style>
span { border-color: #7AF1DC; }
span { border-color: rgb(122,241,220); }
td.TdClassName
{
border-color: #7AF1DC;
}
.TagClassName
{
border-color: #7AF1DC;
}
</style>