Shades of Aquamarine #79F2DB
Tints of Aquamarine #79F2DB
RGB
CMYK
RGB Variations
Color information
#79F2DB (or 0x79F2DB) is known color: Aquamarine. HEX triplet: 79, F2 and DB. RGB value is (121,242,219). Sum of RGB (Red+Green+Blue) = 121+242+219=582 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.79% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #79F2DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79F2DB is #860D24. Grayscale: #CBCBCB. Windows color (decimal): -8785189 or 14414457. OLE color: 14414457.
HSL color Cylindrical-coordinate representation of color #79F2DB: hue angle of 168.6º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79F2DB is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 242 | 219 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.05 |
| HSL | 168.6º | 0.82% | 0.71% | - |
| HSV(B) | 168.6º | 0.5% | 0.95% | - |
| XYZ | 52.42 | 72.68 | 78.28 | - |
| YUV | 203.2 | 136.91 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 242 | 219 | 0.50 | 0 | 0.10 | 0.05 | 168.6 | 0.82 | 0.71 |
| Hex | 79 | F2 | DB | 32 | 0 | A | 5 | A9 | 52 | 47 |
| Octal | 171 | 362 | 333 | 62 | 0 | 12 | 5 | 251 | 122 | 107 |
| Binary | 1111001 | 11110010 | 11011011 | 110010 | 0 | 1010 | 101 | 10101001 | 1010010 | 1000111 |
Color Harmonies of #79F2DB
Complementary color
Monochromatic Colors of #79F2DB
Black with #79F2DB
Text Example
Text Example
White with #79F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79F2DB; }
p { color: rgb(121,242,219); }
H1.HeaderClassName
{
color: #79F2DB;
}
.AnyTagClassName
{
color: #79F2DB;
}
</style>
background-color css
<style>
a { background-color: #79F2DB; }
a { background-color: rgb(121,242,219); }
div.DivClassName
{
background-color: #79F2DB;
}
.BgClassName
{
background-color: #79F2DB;
}
</style>
border-color css
<style>
span { border-color: #79F2DB; }
span { border-color: rgb(121,242,219); }
td.TdClassName
{
border-color: #79F2DB;
}
.TagClassName
{
border-color: #79F2DB;
}
</style>