Shades of Aquamarine #7AFBC2
Tints of Aquamarine #7AFBC2
RGB
CMYK
RGB Variations
Color information
#7AFBC2 (or 0x7AFBC2) is known color: Aquamarine. HEX triplet: 7A, FB and C2. RGB value is (122,251,194). Sum of RGB (Red+Green+Blue) = 122+251+194=567 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.52% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #7AFBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFBC2 is #85043D. Grayscale: #CECECE. Windows color (decimal): -8717374 or 12778362. OLE color: 12778362.
HSL color Cylindrical-coordinate representation of color #7AFBC2: hue angle of 153.49º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AFBC2 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 251 | 194 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.02 |
| HSL | 153.49º | 0.94% | 0.73% | - |
| HSV(B) | 153.49º | 0.51% | 0.98% | - |
| XYZ | 52.26 | 77.03 | 63.15 | - |
| YUV | 205.93 | 121.26 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 251 | 194 | 0.51 | 0 | 0.23 | 0.02 | 153.49 | 0.94 | 0.73 |
| Hex | 7A | FB | C2 | 33 | 0 | 17 | 2 | 99 | 5E | 49 |
| Octal | 172 | 373 | 302 | 63 | 0 | 27 | 2 | 231 | 136 | 111 |
| Binary | 1111010 | 11111011 | 11000010 | 110011 | 0 | 10111 | 10 | 10011001 | 1011110 | 1001001 |
Color Harmonies of #7AFBC2
Complementary color
Monochromatic Colors of #7AFBC2
Black with #7AFBC2
Text Example
Text Example
White with #7AFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFBC2; }
p { color: rgb(122,251,194); }
H1.HeaderClassName
{
color: #7AFBC2;
}
.AnyTagClassName
{
color: #7AFBC2;
}
</style>
background-color css
<style>
a { background-color: #7AFBC2; }
a { background-color: rgb(122,251,194); }
div.DivClassName
{
background-color: #7AFBC2;
}
.BgClassName
{
background-color: #7AFBC2;
}
</style>
border-color css
<style>
span { border-color: #7AFBC2; }
span { border-color: rgb(122,251,194); }
td.TdClassName
{
border-color: #7AFBC2;
}
.TagClassName
{
border-color: #7AFBC2;
}
</style>