Shades of Aquamarine #79FFD0
Tints of Aquamarine #79FFD0
RGB
CMYK
RGB Variations
Color information
#79FFD0 (or 0x79FFD0) is known color: Aquamarine. HEX triplet: 79, FF and D0. RGB value is (121,255,208). Sum of RGB (Red+Green+Blue) = 121+255+208=584 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.72% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #79FFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79FFD0 is #86002F. Grayscale: #D1D1D1. Windows color (decimal): -8781872 or 13696889. OLE color: 13696889.
HSL color Cylindrical-coordinate representation of color #79FFD0: hue angle of 158.96º 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 #79FFD0 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 255 | 208 | - |
| CMYK | 0.53 | 0 | 0.18 | 0 |
| HSL | 158.96º | 1% | 0.74% | - |
| HSV(B) | 158.96º | 0.53% | 1% | - |
| XYZ | 55.03 | 80.14 | 72.24 | - |
| YUV | 209.58 | 127.11 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 255 | 208 | 0.53 | 0 | 0.18 | 0 | 158.96 | 1 | 0.74 |
| Hex | 79 | FF | D0 | 35 | 0 | 12 | 0 | 9F | 64 | 4A |
| Octal | 171 | 377 | 320 | 65 | 0 | 22 | 0 | 237 | 144 | 112 |
| Binary | 1111001 | 11111111 | 11010000 | 110101 | 0 | 10010 | 0 | 10011111 | 1100100 | 1001010 |
Color Harmonies of #79FFD0
Complementary color
Monochromatic Colors of #79FFD0
Black with #79FFD0
Text Example
Text Example
White with #79FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FFD0; }
p { color: rgb(121,255,208); }
H1.HeaderClassName
{
color: #79FFD0;
}
.AnyTagClassName
{
color: #79FFD0;
}
</style>
background-color css
<style>
a { background-color: #79FFD0; }
a { background-color: rgb(121,255,208); }
div.DivClassName
{
background-color: #79FFD0;
}
.BgClassName
{
background-color: #79FFD0;
}
</style>
border-color css
<style>
span { border-color: #79FFD0; }
span { border-color: rgb(121,255,208); }
td.TdClassName
{
border-color: #79FFD0;
}
.TagClassName
{
border-color: #79FFD0;
}
</style>