Shades of Medium Aquamarine #7CD6A9
Tints of Medium Aquamarine #7CD6A9
RGB
CMYK
RGB Variations
Color information
#7CD6A9 (or 0x7CD6A9) is known color: Medium Aquamarine. HEX triplet: 7C, D6 and A9. RGB value is (124,214,169). Sum of RGB (Red+Green+Blue) = 124+214+169=507 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.46% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #7CD6A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD6A9 is #832956. Grayscale: #B6B6B6. Windows color (decimal): -8595799 or 11130492. OLE color: 11130492.
HSL color Cylindrical-coordinate representation of color #7CD6A9: hue angle of 150º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CD6A9 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 214 | 169 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.16 |
| HSL | 150º | 0.52% | 0.66% | - |
| HSV(B) | 150º | 0.42% | 0.84% | - |
| XYZ | 39.52 | 55.24 | 46.12 | - |
| YUV | 181.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 214 | 169 | 0.42 | 0 | 0.21 | 0.16 | 150 | 0.52 | 0.66 |
| Hex | 7C | D6 | A9 | 2A | 0 | 15 | 10 | 96 | 34 | 42 |
| Octal | 174 | 326 | 251 | 52 | 0 | 25 | 20 | 226 | 64 | 102 |
| Binary | 1111100 | 11010110 | 10101001 | 101010 | 0 | 10101 | 10000 | 10010110 | 110100 | 1000010 |
Color Harmonies of #7CD6A9
Complementary color
Monochromatic Colors of #7CD6A9
Black with #7CD6A9
Text Example
Text Example
White with #7CD6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD6A9; }
p { color: rgb(124,214,169); }
H1.HeaderClassName
{
color: #7CD6A9;
}
.AnyTagClassName
{
color: #7CD6A9;
}
</style>
background-color css
<style>
a { background-color: #7CD6A9; }
a { background-color: rgb(124,214,169); }
div.DivClassName
{
background-color: #7CD6A9;
}
.BgClassName
{
background-color: #7CD6A9;
}
</style>
border-color css
<style>
span { border-color: #7CD6A9; }
span { border-color: rgb(124,214,169); }
td.TdClassName
{
border-color: #7CD6A9;
}
.TagClassName
{
border-color: #7CD6A9;
}
</style>