Shades of Aquamarine #7AFCDD
Tints of Aquamarine #7AFCDD
RGB
CMYK
RGB Variations
Color information
#7AFCDD (or 0x7AFCDD) is known color: Aquamarine. HEX triplet: 7A, FC and DD. RGB value is (122,252,221). Sum of RGB (Red+Green+Blue) = 122+252+221=595 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.50% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFCDD is #850322. Grayscale: #D1D1D1. Windows color (decimal): -8717091 or 14548090. OLE color: 14548090.
HSL color Cylindrical-coordinate representation of color #7AFCDD: hue angle of 165.69º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFCDD is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 252 | 221 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.01 |
| HSL | 165.69º | 0.96% | 0.73% | - |
| HSV(B) | 165.69º | 0.52% | 0.99% | - |
| XYZ | 55.89 | 78.98 | 80.71 | - |
| YUV | 209.6 | 134.43 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 252 | 221 | 0.52 | 0 | 0.12 | 0.01 | 165.69 | 0.96 | 0.73 |
| Hex | 7A | FC | DD | 34 | 0 | C | 1 | A6 | 60 | 49 |
| Octal | 172 | 374 | 335 | 64 | 0 | 14 | 1 | 246 | 140 | 111 |
| Binary | 1111010 | 11111100 | 11011101 | 110100 | 0 | 1100 | 1 | 10100110 | 1100000 | 1001001 |
Color Harmonies of #7AFCDD
Complementary color
Monochromatic Colors of #7AFCDD
Black with #7AFCDD
Text Example
Text Example
White with #7AFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFCDD; }
p { color: rgb(122,252,221); }
H1.HeaderClassName
{
color: #7AFCDD;
}
.AnyTagClassName
{
color: #7AFCDD;
}
</style>
background-color css
<style>
a { background-color: #7AFCDD; }
a { background-color: rgb(122,252,221); }
div.DivClassName
{
background-color: #7AFCDD;
}
.BgClassName
{
background-color: #7AFCDD;
}
</style>
border-color css
<style>
span { border-color: #7AFCDD; }
span { border-color: rgb(122,252,221); }
td.TdClassName
{
border-color: #7AFCDD;
}
.TagClassName
{
border-color: #7AFCDD;
}
</style>