Shades of Aquamarine #7AFDB4
Tints of Aquamarine #7AFDB4
RGB
CMYK
RGB Variations
Color information
#7AFDB4 (or 0x7AFDB4) is known color: Aquamarine. HEX triplet: 7A, FD and B4. RGB value is (122,253,180). Sum of RGB (Red+Green+Blue) = 122+253+180=555 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.98% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFDB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFDB4 is #85024B. Grayscale: #CDCDCD. Windows color (decimal): -8716876 or 11861370. OLE color: 11861370.
HSL color Cylindrical-coordinate representation of color #7AFDB4: hue angle of 146.56º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFDB4 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 253 | 180 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.01 |
| HSL | 146.56º | 0.97% | 0.74% | - |
| HSV(B) | 146.56º | 0.52% | 0.99% | - |
| XYZ | 51.39 | 77.68 | 55.47 | - |
| YUV | 205.51 | 113.6 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 253 | 180 | 0.52 | 0 | 0.29 | 0.01 | 146.56 | 0.97 | 0.74 |
| Hex | 7A | FD | B4 | 34 | 0 | 1D | 1 | 93 | 61 | 4A |
| Octal | 172 | 375 | 264 | 64 | 0 | 35 | 1 | 223 | 141 | 112 |
| Binary | 1111010 | 11111101 | 10110100 | 110100 | 0 | 11101 | 1 | 10010011 | 1100001 | 1001010 |
Color Harmonies of #7AFDB4
Complementary color
Monochromatic Colors of #7AFDB4
Black with #7AFDB4
Text Example
Text Example
White with #7AFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFDB4; }
p { color: rgb(122,253,180); }
H1.HeaderClassName
{
color: #7AFDB4;
}
.AnyTagClassName
{
color: #7AFDB4;
}
</style>
background-color css
<style>
a { background-color: #7AFDB4; }
a { background-color: rgb(122,253,180); }
div.DivClassName
{
background-color: #7AFDB4;
}
.BgClassName
{
background-color: #7AFDB4;
}
</style>
border-color css
<style>
span { border-color: #7AFDB4; }
span { border-color: rgb(122,253,180); }
td.TdClassName
{
border-color: #7AFDB4;
}
.TagClassName
{
border-color: #7AFDB4;
}
</style>