Shades of Aquamarine #7AFFDA
Tints of Aquamarine #7AFFDA
RGB
CMYK
RGB Variations
Color information
#7AFFDA (or 0x7AFFDA) is known color: Aquamarine. HEX triplet: 7A, FF and DA. RGB value is (122,255,218). Sum of RGB (Red+Green+Blue) = 122+255+218=595 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.50% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFFDA is #850025. Grayscale: #D3D3D3. Windows color (decimal): -8716326 or 14352250. OLE color: 14352250.
HSL color Cylindrical-coordinate representation of color #7AFFDA: hue angle of 163.31º 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 #7AFFDA is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 218 | - |
| CMYK | 0.52 | 0 | 0.15 | 0 |
| HSL | 163.31º | 1% | 0.74% | - |
| HSV(B) | 163.31º | 0.52% | 1% | - |
| XYZ | 56.44 | 80.72 | 78.94 | - |
| YUV | 211.02 | 131.94 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 218 | 0.52 | 0 | 0.15 | 0 | 163.31 | 1 | 0.74 |
| Hex | 7A | FF | DA | 34 | 0 | F | 0 | A3 | 64 | 4A |
| Octal | 172 | 377 | 332 | 64 | 0 | 17 | 0 | 243 | 144 | 112 |
| Binary | 1111010 | 11111111 | 11011010 | 110100 | 0 | 1111 | 0 | 10100011 | 1100100 | 1001010 |
Color Harmonies of #7AFFDA
Complementary color
Monochromatic Colors of #7AFFDA
Black with #7AFFDA
Text Example
Text Example
White with #7AFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFFDA; }
p { color: rgb(122,255,218); }
H1.HeaderClassName
{
color: #7AFFDA;
}
.AnyTagClassName
{
color: #7AFFDA;
}
</style>
background-color css
<style>
a { background-color: #7AFFDA; }
a { background-color: rgb(122,255,218); }
div.DivClassName
{
background-color: #7AFFDA;
}
.BgClassName
{
background-color: #7AFFDA;
}
</style>
border-color css
<style>
span { border-color: #7AFFDA; }
span { border-color: rgb(122,255,218); }
td.TdClassName
{
border-color: #7AFFDA;
}
.TagClassName
{
border-color: #7AFFDA;
}
</style>