Shades of Medium Aquamarine #79CCA7
Tints of Medium Aquamarine #79CCA7
RGB
CMYK
RGB Variations
Color information
#79CCA7 (or 0x79CCA7) is known color: Medium Aquamarine. HEX triplet: 79, CC and A7. RGB value is (121,204,167). Sum of RGB (Red+Green+Blue) = 121+204+167=492 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.59% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 167 (65.62% from 255 or 33.94% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #79CCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79CCA7 is #863358. Grayscale: #AFAFAF. Windows color (decimal): -8794969 or 10996857. OLE color: 10996857.
HSL color Cylindrical-coordinate representation of color #79CCA7: hue angle of 153.25º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79CCA7 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 204 | 167 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.2 |
| HSL | 153.25º | 0.45% | 0.64% | - |
| HSV(B) | 153.25º | 0.41% | 0.8% | - |
| XYZ | 36.45 | 50.04 | 44.3 | - |
| YUV | 174.97 | 123.5 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 204 | 167 | 0.41 | 0 | 0.18 | 0.2 | 153.25 | 0.45 | 0.64 |
| Hex | 79 | CC | A7 | 29 | 0 | 12 | 14 | 99 | 2D | 40 |
| Octal | 171 | 314 | 247 | 51 | 0 | 22 | 24 | 231 | 55 | 100 |
| Binary | 1111001 | 11001100 | 10100111 | 101001 | 0 | 10010 | 10100 | 10011001 | 101101 | 1000000 |
Color Harmonies of #79CCA7
Complementary color
Monochromatic Colors of #79CCA7
Black with #79CCA7
Text Example
Text Example
White with #79CCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CCA7; }
p { color: rgb(121,204,167); }
H1.HeaderClassName
{
color: #79CCA7;
}
.AnyTagClassName
{
color: #79CCA7;
}
</style>
background-color css
<style>
a { background-color: #79CCA7; }
a { background-color: rgb(121,204,167); }
div.DivClassName
{
background-color: #79CCA7;
}
.BgClassName
{
background-color: #79CCA7;
}
</style>
border-color css
<style>
span { border-color: #79CCA7; }
span { border-color: rgb(121,204,167); }
td.TdClassName
{
border-color: #79CCA7;
}
.TagClassName
{
border-color: #79CCA7;
}
</style>