Shades of Aquamarine #79F8C2
Tints of Aquamarine #79F8C2
RGB
CMYK
RGB Variations
Color information
#79F8C2 (or 0x79F8C2) is known color: Aquamarine. HEX triplet: 79, F8 and C2. RGB value is (121,248,194). Sum of RGB (Red+Green+Blue) = 121+248+194=563 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.49% from 563); Green value is 248 (97.27% from 255 or 44.05% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 248 - color contains mainly: green. Hex color #79F8C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79F8C2 is #86073D. Grayscale: #CBCBCB. Windows color (decimal): -8783678 or 12777593. OLE color: 12777593.
HSL color Cylindrical-coordinate representation of color #79F8C2: hue angle of 154.49º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79F8C2 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 121 | 248 | 194 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.03 |
| HSL | 154.49º | 0.9% | 0.72% | - |
| HSV(B) | 154.49º | 0.51% | 0.97% | - |
| XYZ | 51.19 | 75.09 | 62.84 | - |
| YUV | 203.87 | 122.42 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 248 | 194 | 0.51 | 0 | 0.22 | 0.03 | 154.49 | 0.9 | 0.72 |
| Hex | 79 | F8 | C2 | 33 | 0 | 16 | 3 | 9A | 5A | 48 |
| Octal | 171 | 370 | 302 | 63 | 0 | 26 | 3 | 232 | 132 | 110 |
| Binary | 1111001 | 11111000 | 11000010 | 110011 | 0 | 10110 | 11 | 10011010 | 1011010 | 1001000 |
Color Harmonies of #79F8C2
Complementary color
Monochromatic Colors of #79F8C2
Black with #79F8C2
Text Example
Text Example
White with #79F8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79F8C2; }
p { color: rgb(121,248,194); }
H1.HeaderClassName
{
color: #79F8C2;
}
.AnyTagClassName
{
color: #79F8C2;
}
</style>
background-color css
<style>
a { background-color: #79F8C2; }
a { background-color: rgb(121,248,194); }
div.DivClassName
{
background-color: #79F8C2;
}
.BgClassName
{
background-color: #79F8C2;
}
</style>
border-color css
<style>
span { border-color: #79F8C2; }
span { border-color: rgb(121,248,194); }
td.TdClassName
{
border-color: #79F8C2;
}
.TagClassName
{
border-color: #79F8C2;
}
</style>