Shades of Medium Aquamarine #7CD3A8
Tints of Medium Aquamarine #7CD3A8
RGB
CMYK
RGB Variations
Color information
#7CD3A8 (or 0x7CD3A8) is known color: Medium Aquamarine. HEX triplet: 7C, D3 and A8. RGB value is (124,211,168). Sum of RGB (Red+Green+Blue) = 124+211+168=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #7CD3A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD3A8 is #832C57. Grayscale: #B4B4B4. Windows color (decimal): -8596568 or 11064188. OLE color: 11064188.
HSL color Cylindrical-coordinate representation of color #7CD3A8: hue angle of 150.34º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CD3A8 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 124 | 211 | 168 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.17 |
| HSL | 150.34º | 0.5% | 0.66% | - |
| HSV(B) | 150.34º | 0.41% | 0.83% | - |
| XYZ | 38.67 | 53.7 | 45.37 | - |
| YUV | 180.09 | 121.18 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 211 | 168 | 0.41 | 0 | 0.20 | 0.17 | 150.34 | 0.5 | 0.66 |
| Hex | 7C | D3 | A8 | 29 | 0 | 14 | 11 | 96 | 32 | 42 |
| Octal | 174 | 323 | 250 | 51 | 0 | 24 | 21 | 226 | 62 | 102 |
| Binary | 1111100 | 11010011 | 10101000 | 101001 | 0 | 10100 | 10001 | 10010110 | 110010 | 1000010 |
Color Harmonies of #7CD3A8
Complementary color
Monochromatic Colors of #7CD3A8
Black with #7CD3A8
Text Example
Text Example
White with #7CD3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD3A8; }
p { color: rgb(124,211,168); }
H1.HeaderClassName
{
color: #7CD3A8;
}
.AnyTagClassName
{
color: #7CD3A8;
}
</style>
background-color css
<style>
a { background-color: #7CD3A8; }
a { background-color: rgb(124,211,168); }
div.DivClassName
{
background-color: #7CD3A8;
}
.BgClassName
{
background-color: #7CD3A8;
}
</style>
border-color css
<style>
span { border-color: #7CD3A8; }
span { border-color: rgb(124,211,168); }
td.TdClassName
{
border-color: #7CD3A8;
}
.TagClassName
{
border-color: #7CD3A8;
}
</style>