Shades of Aquamarine #79FDE7
Tints of Aquamarine #79FDE7
RGB
CMYK
RGB Variations
Color information
#79FDE7 (or 0x79FDE7) is known color: Aquamarine. HEX triplet: 79, FD and E7. RGB value is (121,253,231). Sum of RGB (Red+Green+Blue) = 121+253+231=605 (80% of max value = 765). Red value is 121 (47.66% from 255 or 20% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #79FDE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79FDE7 is #860218. Grayscale: #D2D2D2. Windows color (decimal): -8782361 or 15203705. OLE color: 15203705.
HSL color Cylindrical-coordinate representation of color #79FDE7: hue angle of 170º 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 #79FDE7 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 253 | 231 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.01 |
| HSL | 170º | 0.97% | 0.73% | - |
| HSV(B) | 170º | 0.52% | 0.99% | - |
| XYZ | 57.43 | 80.09 | 88.03 | - |
| YUV | 211.02 | 139.27 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 253 | 231 | 0.52 | 0 | 0.09 | 0.01 | 170 | 0.97 | 0.73 |
| Hex | 79 | FD | E7 | 34 | 0 | 9 | 1 | AA | 61 | 49 |
| Octal | 171 | 375 | 347 | 64 | 0 | 11 | 1 | 252 | 141 | 111 |
| Binary | 1111001 | 11111101 | 11100111 | 110100 | 0 | 1001 | 1 | 10101010 | 1100001 | 1001001 |
Color Harmonies of #79FDE7
Complementary color
Monochromatic Colors of #79FDE7
Black with #79FDE7
Text Example
Text Example
White with #79FDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FDE7; }
p { color: rgb(121,253,231); }
H1.HeaderClassName
{
color: #79FDE7;
}
.AnyTagClassName
{
color: #79FDE7;
}
</style>
background-color css
<style>
a { background-color: #79FDE7; }
a { background-color: rgb(121,253,231); }
div.DivClassName
{
background-color: #79FDE7;
}
.BgClassName
{
background-color: #79FDE7;
}
</style>
border-color css
<style>
span { border-color: #79FDE7; }
span { border-color: rgb(121,253,231); }
td.TdClassName
{
border-color: #79FDE7;
}
.TagClassName
{
border-color: #79FDE7;
}
</style>