Shades of Medium Aquamarine #61DDA0
Tints of Medium Aquamarine #61DDA0
RGB
CMYK
RGB Variations
Color information
#61DDA0 (or 0x61DDA0) is known color: Medium Aquamarine. HEX triplet: 61, DD and A0. RGB value is (97,221,160). Sum of RGB (Red+Green+Blue) = 97+221+160=478 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.29% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #61DDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DDA0 is #9E225F. Grayscale: #B1B1B1. Windows color (decimal): -10363488 or 10542433. OLE color: 10542433.
HSL color Cylindrical-coordinate representation of color #61DDA0: hue angle of 150.48º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DDA0 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 221 | 160 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.13 |
| HSL | 150.48º | 0.65% | 0.62% | - |
| HSV(B) | 150.48º | 0.56% | 0.87% | - |
| XYZ | 37.13 | 56.79 | 42.26 | - |
| YUV | 176.97 | 118.42 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 221 | 160 | 0.56 | 0 | 0.28 | 0.13 | 150.48 | 0.65 | 0.62 |
| Hex | 61 | DD | A0 | 38 | 0 | 1C | D | 96 | 41 | 3E |
| Octal | 141 | 335 | 240 | 70 | 0 | 34 | 15 | 226 | 101 | 76 |
| Binary | 1100001 | 11011101 | 10100000 | 111000 | 0 | 11100 | 1101 | 10010110 | 1000001 | 111110 |
Color Harmonies of #61DDA0
Complementary color
Monochromatic Colors of #61DDA0
Black with #61DDA0
Text Example
Text Example
White with #61DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DDA0; }
p { color: rgb(97,221,160); }
H1.HeaderClassName
{
color: #61DDA0;
}
.AnyTagClassName
{
color: #61DDA0;
}
</style>
background-color css
<style>
a { background-color: #61DDA0; }
a { background-color: rgb(97,221,160); }
div.DivClassName
{
background-color: #61DDA0;
}
.BgClassName
{
background-color: #61DDA0;
}
</style>
border-color css
<style>
span { border-color: #61DDA0; }
span { border-color: rgb(97,221,160); }
td.TdClassName
{
border-color: #61DDA0;
}
.TagClassName
{
border-color: #61DDA0;
}
</style>