Shades of Aquamarine #79FFBA
Tints of Aquamarine #79FFBA
RGB
CMYK
RGB Variations
Color information
#79FFBA (or 0x79FFBA) is known color: Aquamarine. HEX triplet: 79, FF and BA. RGB value is (121,255,186). Sum of RGB (Red+Green+Blue) = 121+255+186=562 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.53% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #79FFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79FFBA is #860045. Grayscale: #CFCFCF. Windows color (decimal): -8781894 or 12255097. OLE color: 12255097.
HSL color Cylindrical-coordinate representation of color #79FFBA: hue angle of 149.1º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #79FFBA is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 255 | 186 | - |
| CMYK | 0.53 | 0 | 0.27 | 0 |
| HSL | 149.1º | 1% | 0.74% | - |
| HSV(B) | 149.1º | 0.53% | 1% | - |
| XYZ | 52.51 | 79.13 | 58.96 | - |
| YUV | 207.07 | 116.11 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 255 | 186 | 0.53 | 0 | 0.27 | 0 | 149.1 | 1 | 0.74 |
| Hex | 79 | FF | BA | 35 | 0 | 1B | 0 | 95 | 64 | 4A |
| Octal | 171 | 377 | 272 | 65 | 0 | 33 | 0 | 225 | 144 | 112 |
| Binary | 1111001 | 11111111 | 10111010 | 110101 | 0 | 11011 | 0 | 10010101 | 1100100 | 1001010 |
Color Harmonies of #79FFBA
Complementary color
Monochromatic Colors of #79FFBA
Black with #79FFBA
Text Example
Text Example
White with #79FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FFBA; }
p { color: rgb(121,255,186); }
H1.HeaderClassName
{
color: #79FFBA;
}
.AnyTagClassName
{
color: #79FFBA;
}
</style>
background-color css
<style>
a { background-color: #79FFBA; }
a { background-color: rgb(121,255,186); }
div.DivClassName
{
background-color: #79FFBA;
}
.BgClassName
{
background-color: #79FFBA;
}
</style>
border-color css
<style>
span { border-color: #79FFBA; }
span { border-color: rgb(121,255,186); }
td.TdClassName
{
border-color: #79FFBA;
}
.TagClassName
{
border-color: #79FFBA;
}
</style>