Shades of Medium Aquamarine #61C5AC
Tints of Medium Aquamarine #61C5AC
RGB
CMYK
RGB Variations
Color information
#61C5AC (or 0x61C5AC) is known color: Medium Aquamarine. HEX triplet: 61, C5 and AC. RGB value is (97,197,172). Sum of RGB (Red+Green+Blue) = 97+197+172=466 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.82% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #61C5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C5AC is #9E3A53. Grayscale: #A4A4A4. Windows color (decimal): -10369620 or 11322721. OLE color: 11322721.
HSL color Cylindrical-coordinate representation of color #61C5AC: hue angle of 165º 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 #61C5AC is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 197 | 172 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.23 |
| HSL | 165º | 0.46% | 0.58% | - |
| HSV(B) | 165º | 0.51% | 0.77% | - |
| XYZ | 32.34 | 45.45 | 46.1 | - |
| YUV | 164.25 | 132.37 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 197 | 172 | 0.51 | 0 | 0.13 | 0.23 | 165 | 0.46 | 0.58 |
| Hex | 61 | C5 | AC | 33 | 0 | D | 17 | A5 | 2E | 3A |
| Octal | 141 | 305 | 254 | 63 | 0 | 15 | 27 | 245 | 56 | 72 |
| Binary | 1100001 | 11000101 | 10101100 | 110011 | 0 | 1101 | 10111 | 10100101 | 101110 | 111010 |
Color Harmonies of #61C5AC
Complementary color
Monochromatic Colors of #61C5AC
Black with #61C5AC
Text Example
Text Example
White with #61C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C5AC; }
p { color: rgb(97,197,172); }
H1.HeaderClassName
{
color: #61C5AC;
}
.AnyTagClassName
{
color: #61C5AC;
}
</style>
background-color css
<style>
a { background-color: #61C5AC; }
a { background-color: rgb(97,197,172); }
div.DivClassName
{
background-color: #61C5AC;
}
.BgClassName
{
background-color: #61C5AC;
}
</style>
border-color css
<style>
span { border-color: #61C5AC; }
span { border-color: rgb(97,197,172); }
td.TdClassName
{
border-color: #61C5AC;
}
.TagClassName
{
border-color: #61C5AC;
}
</style>