Shades of Aquamarine #7AFFC2
Tints of Aquamarine #7AFFC2
RGB
CMYK
RGB Variations
Color information
#7AFFC2 (or 0x7AFFC2) is known color: Aquamarine. HEX triplet: 7A, FF and C2. RGB value is (122,255,194). Sum of RGB (Red+Green+Blue) = 122+255+194=571 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.37% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFFC2 is #85003D. Grayscale: #D0D0D0. Windows color (decimal): -8716350 or 12779386. OLE color: 12779386.
HSL color Cylindrical-coordinate representation of color #7AFFC2: hue angle of 152.48º 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 #7AFFC2 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 194 | - |
| CMYK | 0.52 | 0 | 0.24 | 0 |
| HSL | 152.48º | 1% | 0.74% | - |
| HSV(B) | 152.48º | 0.52% | 1% | - |
| XYZ | 53.52 | 79.55 | 63.57 | - |
| YUV | 208.28 | 119.94 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 194 | 0.52 | 0 | 0.24 | 0 | 152.48 | 1 | 0.74 |
| Hex | 7A | FF | C2 | 34 | 0 | 18 | 0 | 98 | 64 | 4A |
| Octal | 172 | 377 | 302 | 64 | 0 | 30 | 0 | 230 | 144 | 112 |
| Binary | 1111010 | 11111111 | 11000010 | 110100 | 0 | 11000 | 0 | 10011000 | 1100100 | 1001010 |
Color Harmonies of #7AFFC2
Complementary color
Monochromatic Colors of #7AFFC2
Black with #7AFFC2
Text Example
Text Example
White with #7AFFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFFC2; }
p { color: rgb(122,255,194); }
H1.HeaderClassName
{
color: #7AFFC2;
}
.AnyTagClassName
{
color: #7AFFC2;
}
</style>
background-color css
<style>
a { background-color: #7AFFC2; }
a { background-color: rgb(122,255,194); }
div.DivClassName
{
background-color: #7AFFC2;
}
.BgClassName
{
background-color: #7AFFC2;
}
</style>
border-color css
<style>
span { border-color: #7AFFC2; }
span { border-color: rgb(122,255,194); }
td.TdClassName
{
border-color: #7AFFC2;
}
.TagClassName
{
border-color: #7AFFC2;
}
</style>