Shades of Aquamarine #79FFDE
Tints of Aquamarine #79FFDE
RGB
CMYK
RGB Variations
Color information
#79FFDE (or 0x79FFDE) is known color: Aquamarine. HEX triplet: 79, FF and DE. RGB value is (121,255,222). Sum of RGB (Red+Green+Blue) = 121+255+222=598 (79% of max value = 765). Red value is 121 (47.66% from 255 or 20.23% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #79FFDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79FFDE is #860021. Grayscale: #D3D3D3. Windows color (decimal): -8781858 or 14614393. OLE color: 14614393.
HSL color Cylindrical-coordinate representation of color #79FFDE: hue angle of 165.22º 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 #79FFDE is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 255 | 222 | - |
| CMYK | 0.53 | 0 | 0.13 | 0 |
| HSL | 165.22º | 1% | 0.74% | - |
| HSV(B) | 165.22º | 0.53% | 1% | - |
| XYZ | 56.83 | 80.86 | 81.72 | - |
| YUV | 211.17 | 134.11 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 255 | 222 | 0.53 | 0 | 0.13 | 0 | 165.22 | 1 | 0.74 |
| Hex | 79 | FF | DE | 35 | 0 | D | 0 | A5 | 64 | 4A |
| Octal | 171 | 377 | 336 | 65 | 0 | 15 | 0 | 245 | 144 | 112 |
| Binary | 1111001 | 11111111 | 11011110 | 110101 | 0 | 1101 | 0 | 10100101 | 1100100 | 1001010 |
Color Harmonies of #79FFDE
Complementary color
Monochromatic Colors of #79FFDE
Black with #79FFDE
Text Example
Text Example
White with #79FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FFDE; }
p { color: rgb(121,255,222); }
H1.HeaderClassName
{
color: #79FFDE;
}
.AnyTagClassName
{
color: #79FFDE;
}
</style>
background-color css
<style>
a { background-color: #79FFDE; }
a { background-color: rgb(121,255,222); }
div.DivClassName
{
background-color: #79FFDE;
}
.BgClassName
{
background-color: #79FFDE;
}
</style>
border-color css
<style>
span { border-color: #79FFDE; }
span { border-color: rgb(121,255,222); }
td.TdClassName
{
border-color: #79FFDE;
}
.TagClassName
{
border-color: #79FFDE;
}
</style>