Shades of Medium Aquamarine #61DCAB
Tints of Medium Aquamarine #61DCAB
RGB
CMYK
RGB Variations
Color information
#61DCAB (or 0x61DCAB) is known color: Medium Aquamarine. HEX triplet: 61, DC and AB. RGB value is (97,220,171). Sum of RGB (Red+Green+Blue) = 97+220+171=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DCAB is #9E2354. Grayscale: #B1B1B1. Windows color (decimal): -10363733 or 11263073. OLE color: 11263073.
HSL color Cylindrical-coordinate representation of color #61DCAB: hue angle of 156.1º degrees, saturation: 0.64, 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 #61DCAB is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 171 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.14 |
| HSL | 156.1º | 0.64% | 0.62% | - |
| HSV(B) | 156.1º | 0.56% | 0.86% | - |
| XYZ | 37.87 | 56.67 | 47.47 | - |
| YUV | 177.64 | 124.25 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 171 | 0.56 | 0 | 0.22 | 0.14 | 156.1 | 0.64 | 0.62 |
| Hex | 61 | DC | AB | 38 | 0 | 16 | E | 9C | 40 | 3E |
| Octal | 141 | 334 | 253 | 70 | 0 | 26 | 16 | 234 | 100 | 76 |
| Binary | 1100001 | 11011100 | 10101011 | 111000 | 0 | 10110 | 1110 | 10011100 | 1000000 | 111110 |
Color Harmonies of #61DCAB
Complementary color
Monochromatic Colors of #61DCAB
Black with #61DCAB
Text Example
Text Example
White with #61DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DCAB; }
p { color: rgb(97,220,171); }
H1.HeaderClassName
{
color: #61DCAB;
}
.AnyTagClassName
{
color: #61DCAB;
}
</style>
background-color css
<style>
a { background-color: #61DCAB; }
a { background-color: rgb(97,220,171); }
div.DivClassName
{
background-color: #61DCAB;
}
.BgClassName
{
background-color: #61DCAB;
}
</style>
border-color css
<style>
span { border-color: #61DCAB; }
span { border-color: rgb(97,220,171); }
td.TdClassName
{
border-color: #61DCAB;
}
.TagClassName
{
border-color: #61DCAB;
}
</style>