Shades of Aquamarine #7AFCDE
Tints of Aquamarine #7AFCDE
RGB
CMYK
RGB Variations
Color information
#7AFCDE (or 0x7AFCDE) is known color: Aquamarine. HEX triplet: 7A, FC and DE. RGB value is (122,252,222). Sum of RGB (Red+Green+Blue) = 122+252+222=596 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.47% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFCDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFCDE is #850321. Grayscale: #D1D1D1. Windows color (decimal): -8717090 or 14613626. OLE color: 14613626.
HSL color Cylindrical-coordinate representation of color #7AFCDE: hue angle of 166.15º 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 #7AFCDE is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 252 | 222 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.01 |
| HSL | 166.15º | 0.96% | 0.73% | - |
| HSV(B) | 166.15º | 0.52% | 0.99% | - |
| XYZ | 56.02 | 79.03 | 81.41 | - |
| YUV | 209.71 | 134.93 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 252 | 222 | 0.52 | 0 | 0.12 | 0.01 | 166.15 | 0.96 | 0.73 |
| Hex | 7A | FC | DE | 34 | 0 | C | 1 | A6 | 60 | 49 |
| Octal | 172 | 374 | 336 | 64 | 0 | 14 | 1 | 246 | 140 | 111 |
| Binary | 1111010 | 11111100 | 11011110 | 110100 | 0 | 1100 | 1 | 10100110 | 1100000 | 1001001 |
Color Harmonies of #7AFCDE
Complementary color
Monochromatic Colors of #7AFCDE
Black with #7AFCDE
Text Example
Text Example
White with #7AFCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFCDE; }
p { color: rgb(122,252,222); }
H1.HeaderClassName
{
color: #7AFCDE;
}
.AnyTagClassName
{
color: #7AFCDE;
}
</style>
background-color css
<style>
a { background-color: #7AFCDE; }
a { background-color: rgb(122,252,222); }
div.DivClassName
{
background-color: #7AFCDE;
}
.BgClassName
{
background-color: #7AFCDE;
}
</style>
border-color css
<style>
span { border-color: #7AFCDE; }
span { border-color: rgb(122,252,222); }
td.TdClassName
{
border-color: #7AFCDE;
}
.TagClassName
{
border-color: #7AFCDE;
}
</style>