Shades of Aquamarine #79F5D8
Tints of Aquamarine #79F5D8
RGB
CMYK
RGB Variations
Color information
#79F5D8 (or 0x79F5D8) is known color: Aquamarine. HEX triplet: 79, F5 and D8. RGB value is (121,245,216). Sum of RGB (Red+Green+Blue) = 121+245+216=582 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.79% from 582); Green value is 245 (96.09% from 255 or 42.10% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 245 - color contains mainly: green. Hex color #79F5D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79F5D8 is #860A27. Grayscale: #CCCCCC. Windows color (decimal): -8784424 or 14218617. OLE color: 14218617.
HSL color Cylindrical-coordinate representation of color #79F5D8: hue angle of 165.97º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79F5D8 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 121 | 245 | 216 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.04 |
| HSL | 165.97º | 0.86% | 0.72% | - |
| HSV(B) | 165.97º | 0.51% | 0.96% | - |
| XYZ | 52.93 | 74.33 | 76.52 | - |
| YUV | 204.62 | 134.42 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 245 | 216 | 0.51 | 0 | 0.12 | 0.04 | 165.97 | 0.86 | 0.72 |
| Hex | 79 | F5 | D8 | 33 | 0 | C | 4 | A6 | 56 | 48 |
| Octal | 171 | 365 | 330 | 63 | 0 | 14 | 4 | 246 | 126 | 110 |
| Binary | 1111001 | 11110101 | 11011000 | 110011 | 0 | 1100 | 100 | 10100110 | 1010110 | 1001000 |
Color Harmonies of #79F5D8
Complementary color
Monochromatic Colors of #79F5D8
Black with #79F5D8
Text Example
Text Example
White with #79F5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79F5D8; }
p { color: rgb(121,245,216); }
H1.HeaderClassName
{
color: #79F5D8;
}
.AnyTagClassName
{
color: #79F5D8;
}
</style>
background-color css
<style>
a { background-color: #79F5D8; }
a { background-color: rgb(121,245,216); }
div.DivClassName
{
background-color: #79F5D8;
}
.BgClassName
{
background-color: #79F5D8;
}
</style>
border-color css
<style>
span { border-color: #79F5D8; }
span { border-color: rgb(121,245,216); }
td.TdClassName
{
border-color: #79F5D8;
}
.TagClassName
{
border-color: #79F5D8;
}
</style>