Shades of Aquamarine #7AFFDC
Tints of Aquamarine #7AFFDC
RGB
CMYK
RGB Variations
Color information
#7AFFDC (or 0x7AFFDC) is known color: Aquamarine. HEX triplet: 7A, FF and DC. RGB value is (122,255,220). Sum of RGB (Red+Green+Blue) = 122+255+220=597 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.44% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFFDC is #850023. Grayscale: #D3D3D3. Windows color (decimal): -8716324 or 14483322. OLE color: 14483322.
HSL color Cylindrical-coordinate representation of color #7AFFDC: hue angle of 164.21º 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 #7AFFDC is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 220 | - |
| CMYK | 0.52 | 0 | 0.14 | 0 |
| HSL | 164.21º | 1% | 0.74% | - |
| HSV(B) | 164.21º | 0.52% | 1% | - |
| XYZ | 56.7 | 80.82 | 80.32 | - |
| YUV | 211.24 | 132.94 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 220 | 0.52 | 0 | 0.14 | 0 | 164.21 | 1 | 0.74 |
| Hex | 7A | FF | DC | 34 | 0 | E | 0 | A4 | 64 | 4A |
| Octal | 172 | 377 | 334 | 64 | 0 | 16 | 0 | 244 | 144 | 112 |
| Binary | 1111010 | 11111111 | 11011100 | 110100 | 0 | 1110 | 0 | 10100100 | 1100100 | 1001010 |
Color Harmonies of #7AFFDC
Complementary color
Monochromatic Colors of #7AFFDC
Black with #7AFFDC
Text Example
Text Example
White with #7AFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFFDC; }
p { color: rgb(122,255,220); }
H1.HeaderClassName
{
color: #7AFFDC;
}
.AnyTagClassName
{
color: #7AFFDC;
}
</style>
background-color css
<style>
a { background-color: #7AFFDC; }
a { background-color: rgb(122,255,220); }
div.DivClassName
{
background-color: #7AFFDC;
}
.BgClassName
{
background-color: #7AFFDC;
}
</style>
border-color css
<style>
span { border-color: #7AFFDC; }
span { border-color: rgb(122,255,220); }
td.TdClassName
{
border-color: #7AFFDC;
}
.TagClassName
{
border-color: #7AFFDC;
}
</style>