Shades of Aquamarine #79FFC0
Tints of Aquamarine #79FFC0
RGB
CMYK
RGB Variations
Color information
#79FFC0 (or 0x79FFC0) is known color: Aquamarine. HEX triplet: 79, FF and C0. RGB value is (121,255,192). Sum of RGB (Red+Green+Blue) = 121+255+192=568 (75% of max value = 765). Red value is 121 (47.66% from 255 or 21.30% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #79FFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79FFC0 is #86003F. Grayscale: #CFCFCF. Windows color (decimal): -8781888 or 12648313. OLE color: 12648313.
HSL color Cylindrical-coordinate representation of color #79FFC0: hue angle of 151.79º 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 #79FFC0 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 255 | 192 | - |
| CMYK | 0.53 | 0 | 0.25 | 0 |
| HSL | 151.79º | 1% | 0.74% | - |
| HSV(B) | 151.79º | 0.53% | 1% | - |
| XYZ | 53.16 | 79.39 | 62.39 | - |
| YUV | 207.75 | 119.11 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 255 | 192 | 0.53 | 0 | 0.25 | 0 | 151.79 | 1 | 0.74 |
| Hex | 79 | FF | C0 | 35 | 0 | 19 | 0 | 98 | 64 | 4A |
| Octal | 171 | 377 | 300 | 65 | 0 | 31 | 0 | 230 | 144 | 112 |
| Binary | 1111001 | 11111111 | 11000000 | 110101 | 0 | 11001 | 0 | 10011000 | 1100100 | 1001010 |
Color Harmonies of #79FFC0
Complementary color
Monochromatic Colors of #79FFC0
Black with #79FFC0
Text Example
Text Example
White with #79FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FFC0; }
p { color: rgb(121,255,192); }
H1.HeaderClassName
{
color: #79FFC0;
}
.AnyTagClassName
{
color: #79FFC0;
}
</style>
background-color css
<style>
a { background-color: #79FFC0; }
a { background-color: rgb(121,255,192); }
div.DivClassName
{
background-color: #79FFC0;
}
.BgClassName
{
background-color: #79FFC0;
}
</style>
border-color css
<style>
span { border-color: #79FFC0; }
span { border-color: rgb(121,255,192); }
td.TdClassName
{
border-color: #79FFC0;
}
.TagClassName
{
border-color: #79FFC0;
}
</style>