Shades of Aquamarine #7AFBDD
Tints of Aquamarine #7AFBDD
RGB
CMYK
RGB Variations
Color information
#7AFBDD (or 0x7AFBDD) is known color: Aquamarine. HEX triplet: 7A, FB and DD. RGB value is (122,251,221). Sum of RGB (Red+Green+Blue) = 122+251+221=594 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.54% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 251 - color contains mainly: green. Hex color #7AFBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFBDD is #850422. Grayscale: #D1D1D1. Windows color (decimal): -8717347 or 14547834. OLE color: 14547834.
HSL color Cylindrical-coordinate representation of color #7AFBDD: hue angle of 166.05º 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 #7AFBDD is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 251 | 221 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.02 |
| HSL | 166.05º | 0.94% | 0.73% | - |
| HSV(B) | 166.05º | 0.51% | 0.98% | - |
| XYZ | 55.57 | 78.35 | 80.6 | - |
| YUV | 209.01 | 134.76 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 251 | 221 | 0.51 | 0 | 0.12 | 0.02 | 166.05 | 0.94 | 0.73 |
| Hex | 7A | FB | DD | 33 | 0 | C | 2 | A6 | 5E | 49 |
| Octal | 172 | 373 | 335 | 63 | 0 | 14 | 2 | 246 | 136 | 111 |
| Binary | 1111010 | 11111011 | 11011101 | 110011 | 0 | 1100 | 10 | 10100110 | 1011110 | 1001001 |
Color Harmonies of #7AFBDD
Complementary color
Monochromatic Colors of #7AFBDD
Black with #7AFBDD
Text Example
Text Example
White with #7AFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFBDD; }
p { color: rgb(122,251,221); }
H1.HeaderClassName
{
color: #7AFBDD;
}
.AnyTagClassName
{
color: #7AFBDD;
}
</style>
background-color css
<style>
a { background-color: #7AFBDD; }
a { background-color: rgb(122,251,221); }
div.DivClassName
{
background-color: #7AFBDD;
}
.BgClassName
{
background-color: #7AFBDD;
}
</style>
border-color css
<style>
span { border-color: #7AFBDD; }
span { border-color: rgb(122,251,221); }
td.TdClassName
{
border-color: #7AFBDD;
}
.TagClassName
{
border-color: #7AFBDD;
}
</style>