Shades of Aquamarine #79FDB5
Tints of Aquamarine #79FDB5
RGB
CMYK
RGB Variations
Color information
#79FDB5 (or 0x79FDB5) is known color: Aquamarine. HEX triplet: 79, FD and B5. RGB value is (121,253,181). Sum of RGB (Red+Green+Blue) = 121+253+181=555 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.80% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #79FDB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79FDB5 is #86024A. Grayscale: #CDCDCD. Windows color (decimal): -8782411 or 11926905. OLE color: 11926905.
HSL color Cylindrical-coordinate representation of color #79FDB5: hue angle of 147.27º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79FDB5 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 253 | 181 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.01 |
| HSL | 147.27º | 0.97% | 0.73% | - |
| HSV(B) | 147.27º | 0.52% | 0.99% | - |
| XYZ | 51.35 | 77.65 | 56 | - |
| YUV | 205.32 | 114.27 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 253 | 181 | 0.52 | 0 | 0.28 | 0.01 | 147.27 | 0.97 | 0.73 |
| Hex | 79 | FD | B5 | 34 | 0 | 1C | 1 | 93 | 61 | 49 |
| Octal | 171 | 375 | 265 | 64 | 0 | 34 | 1 | 223 | 141 | 111 |
| Binary | 1111001 | 11111101 | 10110101 | 110100 | 0 | 11100 | 1 | 10010011 | 1100001 | 1001001 |
Color Harmonies of #79FDB5
Complementary color
Monochromatic Colors of #79FDB5
Black with #79FDB5
Text Example
Text Example
White with #79FDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FDB5; }
p { color: rgb(121,253,181); }
H1.HeaderClassName
{
color: #79FDB5;
}
.AnyTagClassName
{
color: #79FDB5;
}
</style>
background-color css
<style>
a { background-color: #79FDB5; }
a { background-color: rgb(121,253,181); }
div.DivClassName
{
background-color: #79FDB5;
}
.BgClassName
{
background-color: #79FDB5;
}
</style>
border-color css
<style>
span { border-color: #79FDB5; }
span { border-color: rgb(121,253,181); }
td.TdClassName
{
border-color: #79FDB5;
}
.TagClassName
{
border-color: #79FDB5;
}
</style>