Shades of Medium Aquamarine #61D0AB
Tints of Medium Aquamarine #61D0AB
RGB
CMYK
RGB Variations
Color information
#61D0AB (or 0x61D0AB) is known color: Medium Aquamarine. HEX triplet: 61, D0 and AB. RGB value is (97,208,171). Sum of RGB (Red+Green+Blue) = 97+208+171=476 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.38% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 208 - color contains mainly: green. Hex color #61D0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D0AB is #9E2F54. Grayscale: #AAAAAA. Windows color (decimal): -10366805 or 11260001. OLE color: 11260001.
HSL color Cylindrical-coordinate representation of color #61D0AB: hue angle of 160º 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 #61D0AB is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 208 | 171 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.18 |
| HSL | 160º | 0.54% | 0.6% | - |
| HSV(B) | 160º | 0.53% | 0.82% | - |
| XYZ | 34.84 | 50.59 | 46.46 | - |
| YUV | 170.59 | 128.23 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 208 | 171 | 0.53 | 0 | 0.18 | 0.18 | 160 | 0.54 | 0.6 |
| Hex | 61 | D0 | AB | 35 | 0 | 12 | 12 | A0 | 36 | 3C |
| Octal | 141 | 320 | 253 | 65 | 0 | 22 | 22 | 240 | 66 | 74 |
| Binary | 1100001 | 11010000 | 10101011 | 110101 | 0 | 10010 | 10010 | 10100000 | 110110 | 111100 |
Color Harmonies of #61D0AB
Complementary color
Monochromatic Colors of #61D0AB
Black with #61D0AB
Text Example
Text Example
White with #61D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D0AB; }
p { color: rgb(97,208,171); }
H1.HeaderClassName
{
color: #61D0AB;
}
.AnyTagClassName
{
color: #61D0AB;
}
</style>
background-color css
<style>
a { background-color: #61D0AB; }
a { background-color: rgb(97,208,171); }
div.DivClassName
{
background-color: #61D0AB;
}
.BgClassName
{
background-color: #61D0AB;
}
</style>
border-color css
<style>
span { border-color: #61D0AB; }
span { border-color: rgb(97,208,171); }
td.TdClassName
{
border-color: #61D0AB;
}
.TagClassName
{
border-color: #61D0AB;
}
</style>