Shades of Aquamarine #79FECF
Tints of Aquamarine #79FECF
RGB
CMYK
RGB Variations
Color information
#79FECF (or 0x79FECF) is known color: Aquamarine. HEX triplet: 79, FE and CF. RGB value is (121,254,207). Sum of RGB (Red+Green+Blue) = 121+254+207=582 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.79% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #79FECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79FECF is #860130. Grayscale: #D0D0D0. Windows color (decimal): -8782129 or 13631097. OLE color: 13631097.
HSL color Cylindrical-coordinate representation of color #79FECF: hue angle of 158.8º 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 #79FECF is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 254 | 207 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.00 |
| HSL | 158.8º | 0.99% | 0.74% | - |
| HSV(B) | 158.8º | 0.52% | 1% | - |
| XYZ | 54.59 | 79.45 | 71.49 | - |
| YUV | 208.88 | 126.94 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 254 | 207 | 0.52 | 0 | 0.19 | 0.00 | 158.8 | 0.99 | 0.74 |
| Hex | 79 | FE | CF | 34 | 0 | 13 | 0 | 9F | 63 | 4A |
| Octal | 171 | 376 | 317 | 64 | 0 | 23 | 0 | 237 | 143 | 112 |
| Binary | 1111001 | 11111110 | 11001111 | 110100 | 0 | 10011 | 0 | 10011111 | 1100011 | 1001010 |
Color Harmonies of #79FECF
Complementary color
Monochromatic Colors of #79FECF
Black with #79FECF
Text Example
Text Example
White with #79FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FECF; }
p { color: rgb(121,254,207); }
H1.HeaderClassName
{
color: #79FECF;
}
.AnyTagClassName
{
color: #79FECF;
}
</style>
background-color css
<style>
a { background-color: #79FECF; }
a { background-color: rgb(121,254,207); }
div.DivClassName
{
background-color: #79FECF;
}
.BgClassName
{
background-color: #79FECF;
}
</style>
border-color css
<style>
span { border-color: #79FECF; }
span { border-color: rgb(121,254,207); }
td.TdClassName
{
border-color: #79FECF;
}
.TagClassName
{
border-color: #79FECF;
}
</style>