Shades of Medium Aquamarine #61D0A1
Tints of Medium Aquamarine #61D0A1
RGB
CMYK
RGB Variations
Color information
#61D0A1 (or 0x61D0A1) is known color: Medium Aquamarine. HEX triplet: 61, D0 and A1. RGB value is (97,208,161). Sum of RGB (Red+Green+Blue) = 97+208+161=466 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.82% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #61D0A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D0A1 is #9E2F5E. Grayscale: #A9A9A9. Windows color (decimal): -10366815 or 10604641. OLE color: 10604641.
HSL color Cylindrical-coordinate representation of color #61D0A1: hue angle of 154.59º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61D0A1 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 208 | 161 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.18 |
| HSL | 154.59º | 0.54% | 0.6% | - |
| HSV(B) | 154.59º | 0.53% | 0.82% | - |
| XYZ | 33.92 | 50.23 | 41.63 | - |
| YUV | 169.45 | 123.23 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 208 | 161 | 0.53 | 0 | 0.23 | 0.18 | 154.59 | 0.54 | 0.6 |
| Hex | 61 | D0 | A1 | 35 | 0 | 17 | 12 | 9B | 36 | 3C |
| Octal | 141 | 320 | 241 | 65 | 0 | 27 | 22 | 233 | 66 | 74 |
| Binary | 1100001 | 11010000 | 10100001 | 110101 | 0 | 10111 | 10010 | 10011011 | 110110 | 111100 |
Color Harmonies of #61D0A1
Complementary color
Monochromatic Colors of #61D0A1
Black with #61D0A1
Text Example
Text Example
White with #61D0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D0A1; }
p { color: rgb(97,208,161); }
H1.HeaderClassName
{
color: #61D0A1;
}
.AnyTagClassName
{
color: #61D0A1;
}
</style>
background-color css
<style>
a { background-color: #61D0A1; }
a { background-color: rgb(97,208,161); }
div.DivClassName
{
background-color: #61D0A1;
}
.BgClassName
{
background-color: #61D0A1;
}
</style>
border-color css
<style>
span { border-color: #61D0A1; }
span { border-color: rgb(97,208,161); }
td.TdClassName
{
border-color: #61D0A1;
}
.TagClassName
{
border-color: #61D0A1;
}
</style>