Shades of Aquamarine #7AFFD5
Tints of Aquamarine #7AFFD5
RGB
CMYK
RGB Variations
Color information
#7AFFD5 (or 0x7AFFD5) is known color: Aquamarine. HEX triplet: 7A, FF and D5. RGB value is (122,255,213). Sum of RGB (Red+Green+Blue) = 122+255+213=590 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.68% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFFD5 is #85002A. Grayscale: #D2D2D2. Windows color (decimal): -8716331 or 14024570. OLE color: 14024570.
HSL color Cylindrical-coordinate representation of color #7AFFD5: hue angle of 161.05º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFFD5 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 213 | - |
| CMYK | 0.52 | 0 | 0.16 | 0 |
| HSL | 161.05º | 1% | 0.74% | - |
| HSV(B) | 161.05º | 0.52% | 1% | - |
| XYZ | 55.8 | 80.46 | 75.54 | - |
| YUV | 210.45 | 129.44 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 213 | 0.52 | 0 | 0.16 | 0 | 161.05 | 1 | 0.74 |
| Hex | 7A | FF | D5 | 34 | 0 | 10 | 0 | A1 | 64 | 4A |
| Octal | 172 | 377 | 325 | 64 | 0 | 20 | 0 | 241 | 144 | 112 |
| Binary | 1111010 | 11111111 | 11010101 | 110100 | 0 | 10000 | 0 | 10100001 | 1100100 | 1001010 |
Color Harmonies of #7AFFD5
Complementary color
Monochromatic Colors of #7AFFD5
Black with #7AFFD5
Text Example
Text Example
White with #7AFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFFD5; }
p { color: rgb(122,255,213); }
H1.HeaderClassName
{
color: #7AFFD5;
}
.AnyTagClassName
{
color: #7AFFD5;
}
</style>
background-color css
<style>
a { background-color: #7AFFD5; }
a { background-color: rgb(122,255,213); }
div.DivClassName
{
background-color: #7AFFD5;
}
.BgClassName
{
background-color: #7AFFD5;
}
</style>
border-color css
<style>
span { border-color: #7AFFD5; }
span { border-color: rgb(122,255,213); }
td.TdClassName
{
border-color: #7AFFD5;
}
.TagClassName
{
border-color: #7AFFD5;
}
</style>