Shades of Medium Aquamarine #61DDAB
Tints of Medium Aquamarine #61DDAB
RGB
CMYK
RGB Variations
Color information
#61DDAB (or 0x61DDAB) is known color: Medium Aquamarine. HEX triplet: 61, DD and AB. RGB value is (97,221,171). Sum of RGB (Red+Green+Blue) = 97+221+171=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #61DDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DDAB is #9E2254. Grayscale: #B2B2B2. Windows color (decimal): -10363477 or 11263329. OLE color: 11263329.
HSL color Cylindrical-coordinate representation of color #61DDAB: hue angle of 155.81º 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 #61DDAB is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 221 | 171 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.13 |
| HSL | 155.81º | 0.65% | 0.62% | - |
| HSV(B) | 155.81º | 0.56% | 0.87% | - |
| XYZ | 38.14 | 57.19 | 47.56 | - |
| YUV | 178.22 | 123.92 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 221 | 171 | 0.56 | 0 | 0.23 | 0.13 | 155.81 | 0.65 | 0.62 |
| Hex | 61 | DD | AB | 38 | 0 | 17 | D | 9C | 41 | 3E |
| Octal | 141 | 335 | 253 | 70 | 0 | 27 | 15 | 234 | 101 | 76 |
| Binary | 1100001 | 11011101 | 10101011 | 111000 | 0 | 10111 | 1101 | 10011100 | 1000001 | 111110 |
Color Harmonies of #61DDAB
Complementary color
Monochromatic Colors of #61DDAB
Black with #61DDAB
Text Example
Text Example
White with #61DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DDAB; }
p { color: rgb(97,221,171); }
H1.HeaderClassName
{
color: #61DDAB;
}
.AnyTagClassName
{
color: #61DDAB;
}
</style>
background-color css
<style>
a { background-color: #61DDAB; }
a { background-color: rgb(97,221,171); }
div.DivClassName
{
background-color: #61DDAB;
}
.BgClassName
{
background-color: #61DDAB;
}
</style>
border-color css
<style>
span { border-color: #61DDAB; }
span { border-color: rgb(97,221,171); }
td.TdClassName
{
border-color: #61DDAB;
}
.TagClassName
{
border-color: #61DDAB;
}
</style>