Shades of Aquamarine #79FEDB
Tints of Aquamarine #79FEDB
RGB
CMYK
RGB Variations
Color information
#79FEDB (or 0x79FEDB) is known color: Aquamarine. HEX triplet: 79, FE and DB. RGB value is (121,254,219). Sum of RGB (Red+Green+Blue) = 121+254+219=594 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.37% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #79FEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79FEDB is #860124. Grayscale: #D2D2D2. Windows color (decimal): -8782117 or 14417529. OLE color: 14417529.
HSL color Cylindrical-coordinate representation of color #79FEDB: hue angle of 164.21º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79FEDB is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 254 | 219 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.00 |
| HSL | 164.21º | 0.99% | 0.74% | - |
| HSV(B) | 164.21º | 0.52% | 1% | - |
| XYZ | 56.11 | 80.06 | 79.51 | - |
| YUV | 210.24 | 132.94 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 254 | 219 | 0.52 | 0 | 0.14 | 0.00 | 164.21 | 0.99 | 0.74 |
| Hex | 79 | FE | DB | 34 | 0 | E | 0 | A4 | 63 | 4A |
| Octal | 171 | 376 | 333 | 64 | 0 | 16 | 0 | 244 | 143 | 112 |
| Binary | 1111001 | 11111110 | 11011011 | 110100 | 0 | 1110 | 0 | 10100100 | 1100011 | 1001010 |
Color Harmonies of #79FEDB
Complementary color
Monochromatic Colors of #79FEDB
Black with #79FEDB
Text Example
Text Example
White with #79FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FEDB; }
p { color: rgb(121,254,219); }
H1.HeaderClassName
{
color: #79FEDB;
}
.AnyTagClassName
{
color: #79FEDB;
}
</style>
background-color css
<style>
a { background-color: #79FEDB; }
a { background-color: rgb(121,254,219); }
div.DivClassName
{
background-color: #79FEDB;
}
.BgClassName
{
background-color: #79FEDB;
}
</style>
border-color css
<style>
span { border-color: #79FEDB; }
span { border-color: rgb(121,254,219); }
td.TdClassName
{
border-color: #79FEDB;
}
.TagClassName
{
border-color: #79FEDB;
}
</style>