Shades of Aquamarine #79FDD3
Tints of Aquamarine #79FDD3
RGB
CMYK
RGB Variations
Color information
#79FDD3 (or 0x79FDD3) is known color: Aquamarine. HEX triplet: 79, FD and D3. RGB value is (121,253,211). Sum of RGB (Red+Green+Blue) = 121+253+211=585 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.68% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #79FDD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79FDD3 is #86022C. Grayscale: #D0D0D0. Windows color (decimal): -8782381 or 13892985. OLE color: 13892985.
HSL color Cylindrical-coordinate representation of color #79FDD3: hue angle of 160.91º 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 #79FDD3 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 253 | 211 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.01 |
| HSL | 160.91º | 0.97% | 0.73% | - |
| HSV(B) | 160.91º | 0.52% | 0.99% | - |
| XYZ | 54.77 | 79.02 | 73.99 | - |
| YUV | 208.74 | 129.27 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 253 | 211 | 0.52 | 0 | 0.17 | 0.01 | 160.91 | 0.97 | 0.73 |
| Hex | 79 | FD | D3 | 34 | 0 | 11 | 1 | A1 | 61 | 49 |
| Octal | 171 | 375 | 323 | 64 | 0 | 21 | 1 | 241 | 141 | 111 |
| Binary | 1111001 | 11111101 | 11010011 | 110100 | 0 | 10001 | 1 | 10100001 | 1100001 | 1001001 |
Color Harmonies of #79FDD3
Complementary color
Monochromatic Colors of #79FDD3
Black with #79FDD3
Text Example
Text Example
White with #79FDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FDD3; }
p { color: rgb(121,253,211); }
H1.HeaderClassName
{
color: #79FDD3;
}
.AnyTagClassName
{
color: #79FDD3;
}
</style>
background-color css
<style>
a { background-color: #79FDD3; }
a { background-color: rgb(121,253,211); }
div.DivClassName
{
background-color: #79FDD3;
}
.BgClassName
{
background-color: #79FDD3;
}
</style>
border-color css
<style>
span { border-color: #79FDD3; }
span { border-color: rgb(121,253,211); }
td.TdClassName
{
border-color: #79FDD3;
}
.TagClassName
{
border-color: #79FDD3;
}
</style>