Shades of Aquamarine #79FEDD
Tints of Aquamarine #79FEDD
RGB
CMYK
RGB Variations
Color information
#79FEDD (or 0x79FEDD) is known color: Aquamarine. HEX triplet: 79, FE and DD. RGB value is (121,254,221). Sum of RGB (Red+Green+Blue) = 121+254+221=596 (78% of max value = 765). Red value is 121 (47.66% from 255 or 20.30% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #79FEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79FEDD is #860122. Grayscale: #D2D2D2. Windows color (decimal): -8782115 or 14548601. OLE color: 14548601.
HSL color Cylindrical-coordinate representation of color #79FEDD: hue angle of 165.11º 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 #79FEDD is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 254 | 221 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.00 |
| HSL | 165.11º | 0.99% | 0.74% | - |
| HSV(B) | 165.11º | 0.52% | 1% | - |
| XYZ | 56.38 | 80.17 | 80.91 | - |
| YUV | 210.47 | 133.94 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 254 | 221 | 0.52 | 0 | 0.13 | 0.00 | 165.11 | 0.99 | 0.74 |
| Hex | 79 | FE | DD | 34 | 0 | D | 0 | A5 | 63 | 4A |
| Octal | 171 | 376 | 335 | 64 | 0 | 15 | 0 | 245 | 143 | 112 |
| Binary | 1111001 | 11111110 | 11011101 | 110100 | 0 | 1101 | 0 | 10100101 | 1100011 | 1001010 |
Color Harmonies of #79FEDD
Complementary color
Monochromatic Colors of #79FEDD
Black with #79FEDD
Text Example
Text Example
White with #79FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FEDD; }
p { color: rgb(121,254,221); }
H1.HeaderClassName
{
color: #79FEDD;
}
.AnyTagClassName
{
color: #79FEDD;
}
</style>
background-color css
<style>
a { background-color: #79FEDD; }
a { background-color: rgb(121,254,221); }
div.DivClassName
{
background-color: #79FEDD;
}
.BgClassName
{
background-color: #79FEDD;
}
</style>
border-color css
<style>
span { border-color: #79FEDD; }
span { border-color: rgb(121,254,221); }
td.TdClassName
{
border-color: #79FEDD;
}
.TagClassName
{
border-color: #79FEDD;
}
</style>