Shades of Aquamarine #79FFBC
Tints of Aquamarine #79FFBC
RGB
CMYK
RGB Variations
Color information
#79FFBC (or 0x79FFBC) is known color: Aquamarine. HEX triplet: 79, FF and BC. RGB value is (121,255,188). Sum of RGB (Red+Green+Blue) = 121+255+188=564 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.45% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #79FFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79FFBC is #860043. Grayscale: #CFCFCF. Windows color (decimal): -8781892 or 12386169. OLE color: 12386169.
HSL color Cylindrical-coordinate representation of color #79FFBC: hue angle of 150º 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 #79FFBC is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 255 | 188 | - |
| CMYK | 0.53 | 0 | 0.26 | 0 |
| HSL | 150º | 1% | 0.74% | - |
| HSV(B) | 150º | 0.53% | 1% | - |
| XYZ | 52.72 | 79.22 | 60.09 | - |
| YUV | 207.3 | 117.11 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 255 | 188 | 0.53 | 0 | 0.26 | 0 | 150 | 1 | 0.74 |
| Hex | 79 | FF | BC | 35 | 0 | 1A | 0 | 96 | 64 | 4A |
| Octal | 171 | 377 | 274 | 65 | 0 | 32 | 0 | 226 | 144 | 112 |
| Binary | 1111001 | 11111111 | 10111100 | 110101 | 0 | 11010 | 0 | 10010110 | 1100100 | 1001010 |
Color Harmonies of #79FFBC
Complementary color
Monochromatic Colors of #79FFBC
Black with #79FFBC
Text Example
Text Example
White with #79FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FFBC; }
p { color: rgb(121,255,188); }
H1.HeaderClassName
{
color: #79FFBC;
}
.AnyTagClassName
{
color: #79FFBC;
}
</style>
background-color css
<style>
a { background-color: #79FFBC; }
a { background-color: rgb(121,255,188); }
div.DivClassName
{
background-color: #79FFBC;
}
.BgClassName
{
background-color: #79FFBC;
}
</style>
border-color css
<style>
span { border-color: #79FFBC; }
span { border-color: rgb(121,255,188); }
td.TdClassName
{
border-color: #79FFBC;
}
.TagClassName
{
border-color: #79FFBC;
}
</style>