Shades of Medium Aquamarine #7CD5A5
Tints of Medium Aquamarine #7CD5A5
RGB
CMYK
RGB Variations
Color information
#7CD5A5 (or 0x7CD5A5) is known color: Medium Aquamarine. HEX triplet: 7C, D5 and A5. RGB value is (124,213,165). Sum of RGB (Red+Green+Blue) = 124+213+165=502 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.70% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #7CD5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD5A5 is #832A5A. Grayscale: #B5B5B5. Windows color (decimal): -8596059 or 10868092. OLE color: 10868092.
HSL color Cylindrical-coordinate representation of color #7CD5A5: hue angle of 147.64º degrees, saturation: 0.51, 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 #7CD5A5 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 213 | 165 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.16 |
| HSL | 147.64º | 0.51% | 0.66% | - |
| HSV(B) | 147.64º | 0.42% | 0.84% | - |
| XYZ | 38.9 | 54.59 | 44.08 | - |
| YUV | 180.92 | 119.01 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 213 | 165 | 0.42 | 0 | 0.23 | 0.16 | 147.64 | 0.51 | 0.66 |
| Hex | 7C | D5 | A5 | 2A | 0 | 17 | 10 | 94 | 33 | 42 |
| Octal | 174 | 325 | 245 | 52 | 0 | 27 | 20 | 224 | 63 | 102 |
| Binary | 1111100 | 11010101 | 10100101 | 101010 | 0 | 10111 | 10000 | 10010100 | 110011 | 1000010 |
Color Harmonies of #7CD5A5
Complementary color
Monochromatic Colors of #7CD5A5
Black with #7CD5A5
Text Example
Text Example
White with #7CD5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD5A5; }
p { color: rgb(124,213,165); }
H1.HeaderClassName
{
color: #7CD5A5;
}
.AnyTagClassName
{
color: #7CD5A5;
}
</style>
background-color css
<style>
a { background-color: #7CD5A5; }
a { background-color: rgb(124,213,165); }
div.DivClassName
{
background-color: #7CD5A5;
}
.BgClassName
{
background-color: #7CD5A5;
}
</style>
border-color css
<style>
span { border-color: #7CD5A5; }
span { border-color: rgb(124,213,165); }
td.TdClassName
{
border-color: #7CD5A5;
}
.TagClassName
{
border-color: #7CD5A5;
}
</style>