Shades of Aquamarine #7AFADB
Tints of Aquamarine #7AFADB
RGB
CMYK
RGB Variations
Color information
#7AFADB (or 0x7AFADB) is known color: Aquamarine. HEX triplet: 7A, FA and DB. RGB value is (122,250,219). Sum of RGB (Red+Green+Blue) = 122+250+219=591 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.64% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFADB is #850524. Grayscale: #D0D0D0. Windows color (decimal): -8717605 or 14416506. OLE color: 14416506.
HSL color Cylindrical-coordinate representation of color #7AFADB: hue angle of 165.47º 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 #7AFADB is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 219 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.02 |
| HSL | 165.47º | 0.93% | 0.73% | - |
| HSV(B) | 165.47º | 0.51% | 0.98% | - |
| XYZ | 55 | 77.62 | 79.1 | - |
| YUV | 208.19 | 134.09 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 219 | 0.51 | 0 | 0.12 | 0.02 | 165.47 | 0.93 | 0.73 |
| Hex | 7A | FA | DB | 33 | 0 | C | 2 | A5 | 5D | 49 |
| Octal | 172 | 372 | 333 | 63 | 0 | 14 | 2 | 245 | 135 | 111 |
| Binary | 1111010 | 11111010 | 11011011 | 110011 | 0 | 1100 | 10 | 10100101 | 1011101 | 1001001 |
Color Harmonies of #7AFADB
Complementary color
Monochromatic Colors of #7AFADB
Black with #7AFADB
Text Example
Text Example
White with #7AFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFADB; }
p { color: rgb(122,250,219); }
H1.HeaderClassName
{
color: #7AFADB;
}
.AnyTagClassName
{
color: #7AFADB;
}
</style>
background-color css
<style>
a { background-color: #7AFADB; }
a { background-color: rgb(122,250,219); }
div.DivClassName
{
background-color: #7AFADB;
}
.BgClassName
{
background-color: #7AFADB;
}
</style>
border-color css
<style>
span { border-color: #7AFADB; }
span { border-color: rgb(122,250,219); }
td.TdClassName
{
border-color: #7AFADB;
}
.TagClassName
{
border-color: #7AFADB;
}
</style>