Shades of Medium Aquamarine #61DBAC
Tints of Medium Aquamarine #61DBAC
RGB
CMYK
RGB Variations
Color information
#61DBAC (or 0x61DBAC) is known color: Medium Aquamarine. HEX triplet: 61, DB and AC. RGB value is (97,219,172). Sum of RGB (Red+Green+Blue) = 97+219+172=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #61DBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DBAC is #9E2453. Grayscale: #B1B1B1. Windows color (decimal): -10363988 or 11328353. OLE color: 11328353.
HSL color Cylindrical-coordinate representation of color #61DBAC: hue angle of 156.89º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DBAC is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 219 | 172 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.14 |
| HSL | 156.89º | 0.63% | 0.62% | - |
| HSV(B) | 156.89º | 0.56% | 0.86% | - |
| XYZ | 37.71 | 56.18 | 47.89 | - |
| YUV | 177.16 | 125.08 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 219 | 172 | 0.56 | 0 | 0.21 | 0.14 | 156.89 | 0.63 | 0.62 |
| Hex | 61 | DB | AC | 38 | 0 | 15 | E | 9D | 3F | 3E |
| Octal | 141 | 333 | 254 | 70 | 0 | 25 | 16 | 235 | 77 | 76 |
| Binary | 1100001 | 11011011 | 10101100 | 111000 | 0 | 10101 | 1110 | 10011101 | 111111 | 111110 |
Color Harmonies of #61DBAC
Complementary color
Monochromatic Colors of #61DBAC
Black with #61DBAC
Text Example
Text Example
White with #61DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DBAC; }
p { color: rgb(97,219,172); }
H1.HeaderClassName
{
color: #61DBAC;
}
.AnyTagClassName
{
color: #61DBAC;
}
</style>
background-color css
<style>
a { background-color: #61DBAC; }
a { background-color: rgb(97,219,172); }
div.DivClassName
{
background-color: #61DBAC;
}
.BgClassName
{
background-color: #61DBAC;
}
</style>
border-color css
<style>
span { border-color: #61DBAC; }
span { border-color: rgb(97,219,172); }
td.TdClassName
{
border-color: #61DBAC;
}
.TagClassName
{
border-color: #61DBAC;
}
</style>