Shades of Medium Aquamarine #61D1AB
Tints of Medium Aquamarine #61D1AB
RGB
CMYK
RGB Variations
Color information
#61D1AB (or 0x61D1AB) is known color: Medium Aquamarine. HEX triplet: 61, D1 and AB. RGB value is (97,209,171). Sum of RGB (Red+Green+Blue) = 97+209+171=477 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.34% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #61D1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D1AB is #9E2E54. Grayscale: #ABABAB. Windows color (decimal): -10366549 or 11260257. OLE color: 11260257.
HSL color Cylindrical-coordinate representation of color #61D1AB: hue angle of 159.64º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D1AB is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 209 | 171 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.18 |
| HSL | 159.64º | 0.55% | 0.6% | - |
| HSV(B) | 159.64º | 0.54% | 0.82% | - |
| XYZ | 35.08 | 51.08 | 46.54 | - |
| YUV | 171.18 | 127.89 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 209 | 171 | 0.54 | 0 | 0.18 | 0.18 | 159.64 | 0.55 | 0.6 |
| Hex | 61 | D1 | AB | 36 | 0 | 12 | 12 | A0 | 37 | 3C |
| Octal | 141 | 321 | 253 | 66 | 0 | 22 | 22 | 240 | 67 | 74 |
| Binary | 1100001 | 11010001 | 10101011 | 110110 | 0 | 10010 | 10010 | 10100000 | 110111 | 111100 |
Color Harmonies of #61D1AB
Complementary color
Monochromatic Colors of #61D1AB
Black with #61D1AB
Text Example
Text Example
White with #61D1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D1AB; }
p { color: rgb(97,209,171); }
H1.HeaderClassName
{
color: #61D1AB;
}
.AnyTagClassName
{
color: #61D1AB;
}
</style>
background-color css
<style>
a { background-color: #61D1AB; }
a { background-color: rgb(97,209,171); }
div.DivClassName
{
background-color: #61D1AB;
}
.BgClassName
{
background-color: #61D1AB;
}
</style>
border-color css
<style>
span { border-color: #61D1AB; }
span { border-color: rgb(97,209,171); }
td.TdClassName
{
border-color: #61D1AB;
}
.TagClassName
{
border-color: #61D1AB;
}
</style>