Shades of Medium Aquamarine #61D9A1
Tints of Medium Aquamarine #61D9A1
RGB
CMYK
RGB Variations
Color information
#61D9A1 (or 0x61D9A1) is known color: Medium Aquamarine. HEX triplet: 61, D9 and A1. RGB value is (97,217,161). Sum of RGB (Red+Green+Blue) = 97+217+161=475 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.42% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #61D9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D9A1 is #9E265E. Grayscale: #AEAEAE. Windows color (decimal): -10364511 or 10606945. OLE color: 10606945.
HSL color Cylindrical-coordinate representation of color #61D9A1: hue angle of 152º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D9A1 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 217 | 161 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.15 |
| HSL | 152º | 0.61% | 0.62% | - |
| HSV(B) | 152º | 0.55% | 0.85% | - |
| XYZ | 36.18 | 54.74 | 42.38 | - |
| YUV | 174.74 | 120.24 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 217 | 161 | 0.55 | 0 | 0.26 | 0.15 | 152 | 0.61 | 0.62 |
| Hex | 61 | D9 | A1 | 37 | 0 | 1A | F | 98 | 3D | 3E |
| Octal | 141 | 331 | 241 | 67 | 0 | 32 | 17 | 230 | 75 | 76 |
| Binary | 1100001 | 11011001 | 10100001 | 110111 | 0 | 11010 | 1111 | 10011000 | 111101 | 111110 |
Color Harmonies of #61D9A1
Complementary color
Monochromatic Colors of #61D9A1
Black with #61D9A1
Text Example
Text Example
White with #61D9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D9A1; }
p { color: rgb(97,217,161); }
H1.HeaderClassName
{
color: #61D9A1;
}
.AnyTagClassName
{
color: #61D9A1;
}
</style>
background-color css
<style>
a { background-color: #61D9A1; }
a { background-color: rgb(97,217,161); }
div.DivClassName
{
background-color: #61D9A1;
}
.BgClassName
{
background-color: #61D9A1;
}
</style>
border-color css
<style>
span { border-color: #61D9A1; }
span { border-color: rgb(97,217,161); }
td.TdClassName
{
border-color: #61D9A1;
}
.TagClassName
{
border-color: #61D9A1;
}
</style>