Shades of Aquamarine #7AFFC1
Tints of Aquamarine #7AFFC1
RGB
CMYK
RGB Variations
Color information
#7AFFC1 (or 0x7AFFC1) is known color: Aquamarine. HEX triplet: 7A, FF and C1. RGB value is (122,255,193). Sum of RGB (Red+Green+Blue) = 122+255+193=570 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.40% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFFC1 is #85003E. Grayscale: #D0D0D0. Windows color (decimal): -8716351 or 12713850. OLE color: 12713850.
HSL color Cylindrical-coordinate representation of color #7AFFC1: hue angle of 152.03º 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 #7AFFC1 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 193 | - |
| CMYK | 0.52 | 0 | 0.24 | 0 |
| HSL | 152.03º | 1% | 0.74% | - |
| HSV(B) | 152.03º | 0.52% | 1% | - |
| XYZ | 53.41 | 79.51 | 62.98 | - |
| YUV | 208.17 | 119.44 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 193 | 0.52 | 0 | 0.24 | 0 | 152.03 | 1 | 0.74 |
| Hex | 7A | FF | C1 | 34 | 0 | 18 | 0 | 98 | 64 | 4A |
| Octal | 172 | 377 | 301 | 64 | 0 | 30 | 0 | 230 | 144 | 112 |
| Binary | 1111010 | 11111111 | 11000001 | 110100 | 0 | 11000 | 0 | 10011000 | 1100100 | 1001010 |
Color Harmonies of #7AFFC1
Complementary color
Monochromatic Colors of #7AFFC1
Black with #7AFFC1
Text Example
Text Example
White with #7AFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFFC1; }
p { color: rgb(122,255,193); }
H1.HeaderClassName
{
color: #7AFFC1;
}
.AnyTagClassName
{
color: #7AFFC1;
}
</style>
background-color css
<style>
a { background-color: #7AFFC1; }
a { background-color: rgb(122,255,193); }
div.DivClassName
{
background-color: #7AFFC1;
}
.BgClassName
{
background-color: #7AFFC1;
}
</style>
border-color css
<style>
span { border-color: #7AFFC1; }
span { border-color: rgb(122,255,193); }
td.TdClassName
{
border-color: #7AFFC1;
}
.TagClassName
{
border-color: #7AFFC1;
}
</style>