Shades of Medium Aquamarine #61DB9D
Tints of Medium Aquamarine #61DB9D
RGB
CMYK
RGB Variations
Color information
#61DB9D (or 0x61DB9D) is known color: Medium Aquamarine. HEX triplet: 61, DB and 9D. RGB value is (97,219,157). Sum of RGB (Red+Green+Blue) = 97+219+157=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #61DB9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DB9D is #9E2462. Grayscale: #AFAFAF. Windows color (decimal): -10364003 or 10345313. OLE color: 10345313.
HSL color Cylindrical-coordinate representation of color #61DB9D: hue angle of 149.51º 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 #61DB9D is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 219 | 157 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.14 |
| HSL | 149.51º | 0.63% | 0.62% | - |
| HSV(B) | 149.51º | 0.56% | 0.86% | - |
| XYZ | 36.35 | 55.64 | 40.72 | - |
| YUV | 175.45 | 117.58 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 219 | 157 | 0.56 | 0 | 0.28 | 0.14 | 149.51 | 0.63 | 0.62 |
| Hex | 61 | DB | 9D | 38 | 0 | 1C | E | 96 | 3F | 3E |
| Octal | 141 | 333 | 235 | 70 | 0 | 34 | 16 | 226 | 77 | 76 |
| Binary | 1100001 | 11011011 | 10011101 | 111000 | 0 | 11100 | 1110 | 10010110 | 111111 | 111110 |
Color Harmonies of #61DB9D
Complementary color
Monochromatic Colors of #61DB9D
Black with #61DB9D
Text Example
Text Example
White with #61DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DB9D; }
p { color: rgb(97,219,157); }
H1.HeaderClassName
{
color: #61DB9D;
}
.AnyTagClassName
{
color: #61DB9D;
}
</style>
background-color css
<style>
a { background-color: #61DB9D; }
a { background-color: rgb(97,219,157); }
div.DivClassName
{
background-color: #61DB9D;
}
.BgClassName
{
background-color: #61DB9D;
}
</style>
border-color css
<style>
span { border-color: #61DB9D; }
span { border-color: rgb(97,219,157); }
td.TdClassName
{
border-color: #61DB9D;
}
.TagClassName
{
border-color: #61DB9D;
}
</style>