Shades of Medium Aquamarine #7CC9A5
Tints of Medium Aquamarine #7CC9A5
RGB
CMYK
RGB Variations
Color information
#7CC9A5 (or 0x7CC9A5) is known color: Medium Aquamarine. HEX triplet: 7C, C9 and A5. RGB value is (124,201,165). Sum of RGB (Red+Green+Blue) = 124+201+165=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC9A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC9A5 is #83365A. Grayscale: #ADADAD. Windows color (decimal): -8599131 or 10865020. OLE color: 10865020.
HSL color Cylindrical-coordinate representation of color #7CC9A5: hue angle of 151.95º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC9A5 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 201 | 165 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.21 |
| HSL | 151.95º | 0.42% | 0.64% | - |
| HSV(B) | 151.95º | 0.38% | 0.79% | - |
| XYZ | 35.99 | 48.77 | 43.11 | - |
| YUV | 173.87 | 122.99 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 201 | 165 | 0.38 | 0 | 0.18 | 0.21 | 151.95 | 0.42 | 0.64 |
| Hex | 7C | C9 | A5 | 26 | 0 | 12 | 15 | 98 | 2A | 40 |
| Octal | 174 | 311 | 245 | 46 | 0 | 22 | 25 | 230 | 52 | 100 |
| Binary | 1111100 | 11001001 | 10100101 | 100110 | 0 | 10010 | 10101 | 10011000 | 101010 | 1000000 |
Color Harmonies of #7CC9A5
Complementary color
Monochromatic Colors of #7CC9A5
Black with #7CC9A5
Text Example
Text Example
White with #7CC9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC9A5; }
p { color: rgb(124,201,165); }
H1.HeaderClassName
{
color: #7CC9A5;
}
.AnyTagClassName
{
color: #7CC9A5;
}
</style>
background-color css
<style>
a { background-color: #7CC9A5; }
a { background-color: rgb(124,201,165); }
div.DivClassName
{
background-color: #7CC9A5;
}
.BgClassName
{
background-color: #7CC9A5;
}
</style>
border-color css
<style>
span { border-color: #7CC9A5; }
span { border-color: rgb(124,201,165); }
td.TdClassName
{
border-color: #7CC9A5;
}
.TagClassName
{
border-color: #7CC9A5;
}
</style>