Shades of Medium Aquamarine #61C6A4
Tints of Medium Aquamarine #61C6A4
RGB
CMYK
RGB Variations
Color information
#61C6A4 (or 0x61C6A4) is known color: Medium Aquamarine. HEX triplet: 61, C6 and A4. RGB value is (97,198,164). Sum of RGB (Red+Green+Blue) = 97+198+164=459 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.13% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #61C6A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C6A4 is #9E395B. Grayscale: #A3A3A3. Windows color (decimal): -10369372 or 10798689. OLE color: 10798689.
HSL color Cylindrical-coordinate representation of color #61C6A4: hue angle of 159.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C6A4 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 198 | 164 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.22 |
| HSL | 159.8º | 0.47% | 0.58% | - |
| HSV(B) | 159.8º | 0.51% | 0.78% | - |
| XYZ | 31.82 | 45.61 | 42.25 | - |
| YUV | 163.93 | 128.04 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 198 | 164 | 0.51 | 0 | 0.17 | 0.22 | 159.8 | 0.47 | 0.58 |
| Hex | 61 | C6 | A4 | 33 | 0 | 11 | 16 | A0 | 2F | 3A |
| Octal | 141 | 306 | 244 | 63 | 0 | 21 | 26 | 240 | 57 | 72 |
| Binary | 1100001 | 11000110 | 10100100 | 110011 | 0 | 10001 | 10110 | 10100000 | 101111 | 111010 |
Color Harmonies of #61C6A4
Complementary color
Monochromatic Colors of #61C6A4
Black with #61C6A4
Text Example
Text Example
White with #61C6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C6A4; }
p { color: rgb(97,198,164); }
H1.HeaderClassName
{
color: #61C6A4;
}
.AnyTagClassName
{
color: #61C6A4;
}
</style>
background-color css
<style>
a { background-color: #61C6A4; }
a { background-color: rgb(97,198,164); }
div.DivClassName
{
background-color: #61C6A4;
}
.BgClassName
{
background-color: #61C6A4;
}
</style>
border-color css
<style>
span { border-color: #61C6A4; }
span { border-color: rgb(97,198,164); }
td.TdClassName
{
border-color: #61C6A4;
}
.TagClassName
{
border-color: #61C6A4;
}
</style>