Shades of Aquamarine #79FFB2
Tints of Aquamarine #79FFB2
RGB
CMYK
RGB Variations
Color information
#79FFB2 (or 0x79FFB2) is known color: Aquamarine. HEX triplet: 79, FF and B2. RGB value is (121,255,178). Sum of RGB (Red+Green+Blue) = 121+255+178=554 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.84% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #79FFB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #79FFB2 is #86004D. Grayscale: #CECECE. Windows color (decimal): -8781902 or 11730809. OLE color: 11730809.
HSL color Cylindrical-coordinate representation of color #79FFB2: hue angle of 145.52º 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 #79FFB2 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 255 | 178 | - |
| CMYK | 0.53 | 0 | 0.30 | 0 |
| HSL | 145.52º | 1% | 0.74% | - |
| HSV(B) | 145.52º | 0.53% | 1% | - |
| XYZ | 51.68 | 78.8 | 54.61 | - |
| YUV | 206.16 | 112.11 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 255 | 178 | 0.53 | 0 | 0.30 | 0 | 145.52 | 1 | 0.74 |
| Hex | 79 | FF | B2 | 35 | 0 | 1E | 0 | 92 | 64 | 4A |
| Octal | 171 | 377 | 262 | 65 | 0 | 36 | 0 | 222 | 144 | 112 |
| Binary | 1111001 | 11111111 | 10110010 | 110101 | 0 | 11110 | 0 | 10010010 | 1100100 | 1001010 |
Color Harmonies of #79FFB2
Complementary color
Monochromatic Colors of #79FFB2
Black with #79FFB2
Text Example
Text Example
White with #79FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FFB2; }
p { color: rgb(121,255,178); }
H1.HeaderClassName
{
color: #79FFB2;
}
.AnyTagClassName
{
color: #79FFB2;
}
</style>
background-color css
<style>
a { background-color: #79FFB2; }
a { background-color: rgb(121,255,178); }
div.DivClassName
{
background-color: #79FFB2;
}
.BgClassName
{
background-color: #79FFB2;
}
</style>
border-color css
<style>
span { border-color: #79FFB2; }
span { border-color: rgb(121,255,178); }
td.TdClassName
{
border-color: #79FFB2;
}
.TagClassName
{
border-color: #79FFB2;
}
</style>