Shades of Aquamarine #79F3DD
Tints of Aquamarine #79F3DD
RGB
CMYK
RGB Variations
Color information
#79F3DD (or 0x79F3DD) is known color: Aquamarine. HEX triplet: 79, F3 and DD. RGB value is (121,243,221). Sum of RGB (Red+Green+Blue) = 121+243+221=585 (77% of max value = 765). Red value is 121 (47.66% from 255 or 20.68% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 243 - color contains mainly: green. Hex color #79F3DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79F3DD is #860C22. Grayscale: #CBCBCB. Windows color (decimal): -8784931 or 14545785. OLE color: 14545785.
HSL color Cylindrical-coordinate representation of color #79F3DD: hue angle of 169.18º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79F3DD is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 243 | 221 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.05 |
| HSL | 169.18º | 0.84% | 0.71% | - |
| HSV(B) | 169.18º | 0.5% | 0.95% | - |
| XYZ | 52.99 | 73.39 | 79.78 | - |
| YUV | 204.01 | 137.58 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 243 | 221 | 0.50 | 0 | 0.09 | 0.05 | 169.18 | 0.84 | 0.71 |
| Hex | 79 | F3 | DD | 32 | 0 | 9 | 5 | A9 | 54 | 47 |
| Octal | 171 | 363 | 335 | 62 | 0 | 11 | 5 | 251 | 124 | 107 |
| Binary | 1111001 | 11110011 | 11011101 | 110010 | 0 | 1001 | 101 | 10101001 | 1010100 | 1000111 |
Color Harmonies of #79F3DD
Complementary color
Monochromatic Colors of #79F3DD
Black with #79F3DD
Text Example
Text Example
White with #79F3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79F3DD; }
p { color: rgb(121,243,221); }
H1.HeaderClassName
{
color: #79F3DD;
}
.AnyTagClassName
{
color: #79F3DD;
}
</style>
background-color css
<style>
a { background-color: #79F3DD; }
a { background-color: rgb(121,243,221); }
div.DivClassName
{
background-color: #79F3DD;
}
.BgClassName
{
background-color: #79F3DD;
}
</style>
border-color css
<style>
span { border-color: #79F3DD; }
span { border-color: rgb(121,243,221); }
td.TdClassName
{
border-color: #79F3DD;
}
.TagClassName
{
border-color: #79F3DD;
}
</style>