Shades of Aquamarine #79EFD6
Tints of Aquamarine #79EFD6
RGB
CMYK
RGB Variations
Color information
#79EFD6 (or 0x79EFD6) is known color: Aquamarine. HEX triplet: 79, EF and D6. RGB value is (121,239,214). Sum of RGB (Red+Green+Blue) = 121+239+214=574 (76% of max value = 765). Red value is 121 (47.66% from 255 or 21.08% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #79EFD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79EFD6 is #861029. Grayscale: #C8C8C8. Windows color (decimal): -8785962 or 14086009. OLE color: 14086009.
HSL color Cylindrical-coordinate representation of color #79EFD6: hue angle of 167.29º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79EFD6 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 239 | 214 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.06 |
| HSL | 167.29º | 0.79% | 0.71% | - |
| HSV(B) | 167.29º | 0.49% | 0.94% | - |
| XYZ | 50.89 | 70.65 | 74.57 | - |
| YUV | 200.87 | 135.41 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 239 | 214 | 0.49 | 0 | 0.10 | 0.06 | 167.29 | 0.79 | 0.71 |
| Hex | 79 | EF | D6 | 31 | 0 | A | 6 | A7 | 4F | 47 |
| Octal | 171 | 357 | 326 | 61 | 0 | 12 | 6 | 247 | 117 | 107 |
| Binary | 1111001 | 11101111 | 11010110 | 110001 | 0 | 1010 | 110 | 10100111 | 1001111 | 1000111 |
Color Harmonies of #79EFD6
Complementary color
Monochromatic Colors of #79EFD6
Black with #79EFD6
Text Example
Text Example
White with #79EFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79EFD6; }
p { color: rgb(121,239,214); }
H1.HeaderClassName
{
color: #79EFD6;
}
.AnyTagClassName
{
color: #79EFD6;
}
</style>
background-color css
<style>
a { background-color: #79EFD6; }
a { background-color: rgb(121,239,214); }
div.DivClassName
{
background-color: #79EFD6;
}
.BgClassName
{
background-color: #79EFD6;
}
</style>
border-color css
<style>
span { border-color: #79EFD6; }
span { border-color: rgb(121,239,214); }
td.TdClassName
{
border-color: #79EFD6;
}
.TagClassName
{
border-color: #79EFD6;
}
</style>