Shades of Medium Aquamarine #79CFA8
Tints of Medium Aquamarine #79CFA8
RGB
CMYK
RGB Variations
Color information
#79CFA8 (or 0x79CFA8) is known color: Medium Aquamarine. HEX triplet: 79, CF and A8. RGB value is (121,207,168). Sum of RGB (Red+Green+Blue) = 121+207+168=496 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.40% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #79CFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79CFA8 is #863057. Grayscale: #B0B0B0. Windows color (decimal): -8794200 or 11063161. OLE color: 11063161.
HSL color Cylindrical-coordinate representation of color #79CFA8: hue angle of 152.79º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79CFA8 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 207 | 168 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.19 |
| HSL | 152.79º | 0.47% | 0.64% | - |
| HSV(B) | 152.79º | 0.42% | 0.81% | - |
| XYZ | 37.27 | 51.52 | 45.03 | - |
| YUV | 176.84 | 123.01 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 207 | 168 | 0.42 | 0 | 0.19 | 0.19 | 152.79 | 0.47 | 0.64 |
| Hex | 79 | CF | A8 | 2A | 0 | 13 | 13 | 99 | 2F | 40 |
| Octal | 171 | 317 | 250 | 52 | 0 | 23 | 23 | 231 | 57 | 100 |
| Binary | 1111001 | 11001111 | 10101000 | 101010 | 0 | 10011 | 10011 | 10011001 | 101111 | 1000000 |
Color Harmonies of #79CFA8
Complementary color
Monochromatic Colors of #79CFA8
Black with #79CFA8
Text Example
Text Example
White with #79CFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CFA8; }
p { color: rgb(121,207,168); }
H1.HeaderClassName
{
color: #79CFA8;
}
.AnyTagClassName
{
color: #79CFA8;
}
</style>
background-color css
<style>
a { background-color: #79CFA8; }
a { background-color: rgb(121,207,168); }
div.DivClassName
{
background-color: #79CFA8;
}
.BgClassName
{
background-color: #79CFA8;
}
</style>
border-color css
<style>
span { border-color: #79CFA8; }
span { border-color: rgb(121,207,168); }
td.TdClassName
{
border-color: #79CFA8;
}
.TagClassName
{
border-color: #79CFA8;
}
</style>