Shades of Aquamarine #79FFCD
Tints of Aquamarine #79FFCD
RGB
CMYK
RGB Variations
Color information
#79FFCD (or 0x79FFCD) is known color: Aquamarine. HEX triplet: 79, FF and CD. RGB value is (121,255,205). Sum of RGB (Red+Green+Blue) = 121+255+205=581 (76% of max value = 765). Red value is 121 (47.66% from 255 or 20.83% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #79FFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79FFCD is #860032. Grayscale: #D1D1D1. Windows color (decimal): -8781875 or 13500281. OLE color: 13500281.
HSL color Cylindrical-coordinate representation of color #79FFCD: hue angle of 157.61º 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 #79FFCD is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 255 | 205 | - |
| CMYK | 0.53 | 0 | 0.20 | 0 |
| HSL | 157.61º | 1% | 0.74% | - |
| HSV(B) | 157.61º | 0.53% | 1% | - |
| XYZ | 54.66 | 79.99 | 70.32 | - |
| YUV | 209.23 | 125.61 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 255 | 205 | 0.53 | 0 | 0.20 | 0 | 157.61 | 1 | 0.74 |
| Hex | 79 | FF | CD | 35 | 0 | 14 | 0 | 9E | 64 | 4A |
| Octal | 171 | 377 | 315 | 65 | 0 | 24 | 0 | 236 | 144 | 112 |
| Binary | 1111001 | 11111111 | 11001101 | 110101 | 0 | 10100 | 0 | 10011110 | 1100100 | 1001010 |
Color Harmonies of #79FFCD
Complementary color
Monochromatic Colors of #79FFCD
Black with #79FFCD
Text Example
Text Example
White with #79FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FFCD; }
p { color: rgb(121,255,205); }
H1.HeaderClassName
{
color: #79FFCD;
}
.AnyTagClassName
{
color: #79FFCD;
}
</style>
background-color css
<style>
a { background-color: #79FFCD; }
a { background-color: rgb(121,255,205); }
div.DivClassName
{
background-color: #79FFCD;
}
.BgClassName
{
background-color: #79FFCD;
}
</style>
border-color css
<style>
span { border-color: #79FFCD; }
span { border-color: rgb(121,255,205); }
td.TdClassName
{
border-color: #79FFCD;
}
.TagClassName
{
border-color: #79FFCD;
}
</style>