Shades of Medium Aquamarine #61C5A3
Tints of Medium Aquamarine #61C5A3
RGB
CMYK
RGB Variations
Color information
#61C5A3 (or 0x61C5A3) is known color: Medium Aquamarine. HEX triplet: 61, C5 and A3. RGB value is (97,197,163). Sum of RGB (Red+Green+Blue) = 97+197+163=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 197 - color contains mainly: green. Hex color #61C5A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C5A3 is #9E3A5C. Grayscale: #A3A3A3. Windows color (decimal): -10369629 or 10732897. OLE color: 10732897.
HSL color Cylindrical-coordinate representation of color #61C5A3: hue angle of 159.6º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C5A3 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 197 | 163 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.23 |
| HSL | 159.6º | 0.46% | 0.58% | - |
| HSV(B) | 159.6º | 0.51% | 0.77% | - |
| XYZ | 31.51 | 45.12 | 41.7 | - |
| YUV | 163.22 | 127.87 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 197 | 163 | 0.51 | 0 | 0.17 | 0.23 | 159.6 | 0.46 | 0.58 |
| Hex | 61 | C5 | A3 | 33 | 0 | 11 | 17 | A0 | 2E | 3A |
| Octal | 141 | 305 | 243 | 63 | 0 | 21 | 27 | 240 | 56 | 72 |
| Binary | 1100001 | 11000101 | 10100011 | 110011 | 0 | 10001 | 10111 | 10100000 | 101110 | 111010 |
Color Harmonies of #61C5A3
Complementary color
Monochromatic Colors of #61C5A3
Black with #61C5A3
Text Example
Text Example
White with #61C5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C5A3; }
p { color: rgb(97,197,163); }
H1.HeaderClassName
{
color: #61C5A3;
}
.AnyTagClassName
{
color: #61C5A3;
}
</style>
background-color css
<style>
a { background-color: #61C5A3; }
a { background-color: rgb(97,197,163); }
div.DivClassName
{
background-color: #61C5A3;
}
.BgClassName
{
background-color: #61C5A3;
}
</style>
border-color css
<style>
span { border-color: #61C5A3; }
span { border-color: rgb(97,197,163); }
td.TdClassName
{
border-color: #61C5A3;
}
.TagClassName
{
border-color: #61C5A3;
}
</style>