Shades of Medium Aquamarine #61DCAC
Tints of Medium Aquamarine #61DCAC
RGB
CMYK
RGB Variations
Color information
#61DCAC (or 0x61DCAC) is known color: Medium Aquamarine. HEX triplet: 61, DC and AC. RGB value is (97,220,172). Sum of RGB (Red+Green+Blue) = 97+220+172=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DCAC is #9E2353. Grayscale: #B1B1B1. Windows color (decimal): -10363732 or 11328609. OLE color: 11328609.
HSL color Cylindrical-coordinate representation of color #61DCAC: hue angle of 156.59º 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 #61DCAC is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 172 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.14 |
| HSL | 156.59º | 0.64% | 0.62% | - |
| HSV(B) | 156.59º | 0.56% | 0.86% | - |
| XYZ | 37.97 | 56.71 | 47.97 | - |
| YUV | 177.75 | 124.75 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 172 | 0.56 | 0 | 0.22 | 0.14 | 156.59 | 0.64 | 0.62 |
| Hex | 61 | DC | AC | 38 | 0 | 16 | E | 9D | 40 | 3E |
| Octal | 141 | 334 | 254 | 70 | 0 | 26 | 16 | 235 | 100 | 76 |
| Binary | 1100001 | 11011100 | 10101100 | 111000 | 0 | 10110 | 1110 | 10011101 | 1000000 | 111110 |
Color Harmonies of #61DCAC
Complementary color
Monochromatic Colors of #61DCAC
Black with #61DCAC
Text Example
Text Example
White with #61DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DCAC; }
p { color: rgb(97,220,172); }
H1.HeaderClassName
{
color: #61DCAC;
}
.AnyTagClassName
{
color: #61DCAC;
}
</style>
background-color css
<style>
a { background-color: #61DCAC; }
a { background-color: rgb(97,220,172); }
div.DivClassName
{
background-color: #61DCAC;
}
.BgClassName
{
background-color: #61DCAC;
}
</style>
border-color css
<style>
span { border-color: #61DCAC; }
span { border-color: rgb(97,220,172); }
td.TdClassName
{
border-color: #61DCAC;
}
.TagClassName
{
border-color: #61DCAC;
}
</style>