Shades of Aquamarine #79FFCF
Tints of Aquamarine #79FFCF
RGB
CMYK
RGB Variations
Color information
#79FFCF (or 0x79FFCF) is known color: Aquamarine. HEX triplet: 79, FF and CF. RGB value is (121,255,207). Sum of RGB (Red+Green+Blue) = 121+255+207=583 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.75% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #79FFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79FFCF is #860030. Grayscale: #D1D1D1. Windows color (decimal): -8781873 or 13631353. OLE color: 13631353.
HSL color Cylindrical-coordinate representation of color #79FFCF: hue angle of 158.51º 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 #79FFCF is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 255 | 207 | - |
| CMYK | 0.53 | 0 | 0.19 | 0 |
| HSL | 158.51º | 1% | 0.74% | - |
| HSV(B) | 158.51º | 0.53% | 1% | - |
| XYZ | 54.91 | 80.09 | 71.6 | - |
| YUV | 209.46 | 126.61 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 255 | 207 | 0.53 | 0 | 0.19 | 0 | 158.51 | 1 | 0.74 |
| Hex | 79 | FF | CF | 35 | 0 | 13 | 0 | 9F | 64 | 4A |
| Octal | 171 | 377 | 317 | 65 | 0 | 23 | 0 | 237 | 144 | 112 |
| Binary | 1111001 | 11111111 | 11001111 | 110101 | 0 | 10011 | 0 | 10011111 | 1100100 | 1001010 |
Color Harmonies of #79FFCF
Complementary color
Monochromatic Colors of #79FFCF
Black with #79FFCF
Text Example
Text Example
White with #79FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FFCF; }
p { color: rgb(121,255,207); }
H1.HeaderClassName
{
color: #79FFCF;
}
.AnyTagClassName
{
color: #79FFCF;
}
</style>
background-color css
<style>
a { background-color: #79FFCF; }
a { background-color: rgb(121,255,207); }
div.DivClassName
{
background-color: #79FFCF;
}
.BgClassName
{
background-color: #79FFCF;
}
</style>
border-color css
<style>
span { border-color: #79FFCF; }
span { border-color: rgb(121,255,207); }
td.TdClassName
{
border-color: #79FFCF;
}
.TagClassName
{
border-color: #79FFCF;
}
</style>