Shades of Aquamarine #7AFBDB
Tints of Aquamarine #7AFBDB
RGB
CMYK
RGB Variations
Color information
#7AFBDB (or 0x7AFBDB) is known color: Aquamarine. HEX triplet: 7A, FB and DB. RGB value is (122,251,219). Sum of RGB (Red+Green+Blue) = 122+251+219=592 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.61% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #7AFBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFBDB is #850424. Grayscale: #D0D0D0. Windows color (decimal): -8717349 or 14416762. OLE color: 14416762.
HSL color Cylindrical-coordinate representation of color #7AFBDB: hue angle of 165.12º degrees, saturation: 0.94, 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 #7AFBDB is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 251 | 219 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.02 |
| HSL | 165.12º | 0.94% | 0.73% | - |
| HSV(B) | 165.12º | 0.51% | 0.98% | - |
| XYZ | 55.31 | 78.25 | 79.21 | - |
| YUV | 208.78 | 133.76 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 251 | 219 | 0.51 | 0 | 0.13 | 0.02 | 165.12 | 0.94 | 0.73 |
| Hex | 7A | FB | DB | 33 | 0 | D | 2 | A5 | 5E | 49 |
| Octal | 172 | 373 | 333 | 63 | 0 | 15 | 2 | 245 | 136 | 111 |
| Binary | 1111010 | 11111011 | 11011011 | 110011 | 0 | 1101 | 10 | 10100101 | 1011110 | 1001001 |
Color Harmonies of #7AFBDB
Complementary color
Monochromatic Colors of #7AFBDB
Black with #7AFBDB
Text Example
Text Example
White with #7AFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFBDB; }
p { color: rgb(122,251,219); }
H1.HeaderClassName
{
color: #7AFBDB;
}
.AnyTagClassName
{
color: #7AFBDB;
}
</style>
background-color css
<style>
a { background-color: #7AFBDB; }
a { background-color: rgb(122,251,219); }
div.DivClassName
{
background-color: #7AFBDB;
}
.BgClassName
{
background-color: #7AFBDB;
}
</style>
border-color css
<style>
span { border-color: #7AFBDB; }
span { border-color: rgb(122,251,219); }
td.TdClassName
{
border-color: #7AFBDB;
}
.TagClassName
{
border-color: #7AFBDB;
}
</style>