Shades of Aquamarine #79F3D8
Tints of Aquamarine #79F3D8
RGB
CMYK
RGB Variations
Color information
#79F3D8 (or 0x79F3D8) is known color: Aquamarine. HEX triplet: 79, F3 and D8. RGB value is (121,243,216). Sum of RGB (Red+Green+Blue) = 121+243+216=580 (76% of max value = 765). Red value is 121 (47.66% from 255 or 20.86% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 243 - color contains mainly: green. Hex color #79F3D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79F3D8 is #860C27. Grayscale: #CBCBCB. Windows color (decimal): -8784936 or 14218105. OLE color: 14218105.
HSL color Cylindrical-coordinate representation of color #79F3D8: hue angle of 166.72º 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 #79F3D8 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 243 | 216 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.05 |
| HSL | 166.72º | 0.84% | 0.71% | - |
| HSV(B) | 166.72º | 0.5% | 0.95% | - |
| XYZ | 52.33 | 73.12 | 76.32 | - |
| YUV | 203.44 | 135.08 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 243 | 216 | 0.50 | 0 | 0.11 | 0.05 | 166.72 | 0.84 | 0.71 |
| Hex | 79 | F3 | D8 | 32 | 0 | B | 5 | A7 | 54 | 47 |
| Octal | 171 | 363 | 330 | 62 | 0 | 13 | 5 | 247 | 124 | 107 |
| Binary | 1111001 | 11110011 | 11011000 | 110010 | 0 | 1011 | 101 | 10100111 | 1010100 | 1000111 |
Color Harmonies of #79F3D8
Complementary color
Monochromatic Colors of #79F3D8
Black with #79F3D8
Text Example
Text Example
White with #79F3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79F3D8; }
p { color: rgb(121,243,216); }
H1.HeaderClassName
{
color: #79F3D8;
}
.AnyTagClassName
{
color: #79F3D8;
}
</style>
background-color css
<style>
a { background-color: #79F3D8; }
a { background-color: rgb(121,243,216); }
div.DivClassName
{
background-color: #79F3D8;
}
.BgClassName
{
background-color: #79F3D8;
}
</style>
border-color css
<style>
span { border-color: #79F3D8; }
span { border-color: rgb(121,243,216); }
td.TdClassName
{
border-color: #79F3D8;
}
.TagClassName
{
border-color: #79F3D8;
}
</style>