Shades of Medium Aquamarine #61CDA1
Tints of Medium Aquamarine #61CDA1
RGB
CMYK
RGB Variations
Color information
#61CDA1 (or 0x61CDA1) is known color: Medium Aquamarine. HEX triplet: 61, CD and A1. RGB value is (97,205,161). Sum of RGB (Red+Green+Blue) = 97+205+161=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #61CDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CDA1 is #9E325E. Grayscale: #A7A7A7. Windows color (decimal): -10367583 or 10603873. OLE color: 10603873.
HSL color Cylindrical-coordinate representation of color #61CDA1: hue angle of 155.56º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CDA1 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 205 | 161 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.20 |
| HSL | 155.56º | 0.52% | 0.59% | - |
| HSV(B) | 155.56º | 0.53% | 0.8% | - |
| XYZ | 33.19 | 48.78 | 41.38 | - |
| YUV | 167.69 | 124.22 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 205 | 161 | 0.53 | 0 | 0.21 | 0.20 | 155.56 | 0.52 | 0.59 |
| Hex | 61 | CD | A1 | 35 | 0 | 15 | 14 | 9C | 34 | 3B |
| Octal | 141 | 315 | 241 | 65 | 0 | 25 | 24 | 234 | 64 | 73 |
| Binary | 1100001 | 11001101 | 10100001 | 110101 | 0 | 10101 | 10100 | 10011100 | 110100 | 111011 |
Color Harmonies of #61CDA1
Complementary color
Monochromatic Colors of #61CDA1
Black with #61CDA1
Text Example
Text Example
White with #61CDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CDA1; }
p { color: rgb(97,205,161); }
H1.HeaderClassName
{
color: #61CDA1;
}
.AnyTagClassName
{
color: #61CDA1;
}
</style>
background-color css
<style>
a { background-color: #61CDA1; }
a { background-color: rgb(97,205,161); }
div.DivClassName
{
background-color: #61CDA1;
}
.BgClassName
{
background-color: #61CDA1;
}
</style>
border-color css
<style>
span { border-color: #61CDA1; }
span { border-color: rgb(97,205,161); }
td.TdClassName
{
border-color: #61CDA1;
}
.TagClassName
{
border-color: #61CDA1;
}
</style>