Shades of Aquamarine #79FFDB
Tints of Aquamarine #79FFDB
RGB
CMYK
RGB Variations
Color information
#79FFDB (or 0x79FFDB) is known color: Aquamarine. HEX triplet: 79, FF and DB. RGB value is (121,255,219). Sum of RGB (Red+Green+Blue) = 121+255+219=595 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.34% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #79FFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79FFDB is #860024. Grayscale: #D2D2D2. Windows color (decimal): -8781861 or 14417785. OLE color: 14417785.
HSL color Cylindrical-coordinate representation of color #79FFDB: hue angle of 163.88º 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 #79FFDB is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 255 | 219 | - |
| CMYK | 0.53 | 0 | 0.14 | 0 |
| HSL | 163.88º | 1% | 0.74% | - |
| HSV(B) | 163.88º | 0.53% | 1% | - |
| XYZ | 56.43 | 80.7 | 79.62 | - |
| YUV | 210.83 | 132.61 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 255 | 219 | 0.53 | 0 | 0.14 | 0 | 163.88 | 1 | 0.74 |
| Hex | 79 | FF | DB | 35 | 0 | E | 0 | A4 | 64 | 4A |
| Octal | 171 | 377 | 333 | 65 | 0 | 16 | 0 | 244 | 144 | 112 |
| Binary | 1111001 | 11111111 | 11011011 | 110101 | 0 | 1110 | 0 | 10100100 | 1100100 | 1001010 |
Color Harmonies of #79FFDB
Complementary color
Monochromatic Colors of #79FFDB
Black with #79FFDB
Text Example
Text Example
White with #79FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FFDB; }
p { color: rgb(121,255,219); }
H1.HeaderClassName
{
color: #79FFDB;
}
.AnyTagClassName
{
color: #79FFDB;
}
</style>
background-color css
<style>
a { background-color: #79FFDB; }
a { background-color: rgb(121,255,219); }
div.DivClassName
{
background-color: #79FFDB;
}
.BgClassName
{
background-color: #79FFDB;
}
</style>
border-color css
<style>
span { border-color: #79FFDB; }
span { border-color: rgb(121,255,219); }
td.TdClassName
{
border-color: #79FFDB;
}
.TagClassName
{
border-color: #79FFDB;
}
</style>