Shades of Medium Aquamarine #61FDA1
Tints of Medium Aquamarine #61FDA1
RGB
CMYK
RGB Variations
Color information
#61FDA1 (or 0x61FDA1) is known color: Medium Aquamarine. HEX triplet: 61, FD and A1. RGB value is (97,253,161). Sum of RGB (Red+Green+Blue) = 97+253+161=511 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.98% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #61FDA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FDA1 is #9E025E. Grayscale: #C4C4C4. Windows color (decimal): -10355295 or 10616161. OLE color: 10616161.
HSL color Cylindrical-coordinate representation of color #61FDA1: hue angle of 144.62º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FDA1 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 253 | 161 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.01 |
| HSL | 144.62º | 0.98% | 0.69% | - |
| HSV(B) | 144.62º | 0.62% | 0.99% | - |
| XYZ | 46.49 | 75.37 | 45.81 | - |
| YUV | 195.87 | 108.32 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 253 | 161 | 0.62 | 0 | 0.36 | 0.01 | 144.62 | 0.98 | 0.69 |
| Hex | 61 | FD | A1 | 3E | 0 | 24 | 1 | 91 | 62 | 45 |
| Octal | 141 | 375 | 241 | 76 | 0 | 44 | 1 | 221 | 142 | 105 |
| Binary | 1100001 | 11111101 | 10100001 | 111110 | 0 | 100100 | 1 | 10010001 | 1100010 | 1000101 |
Color Harmonies of #61FDA1
Complementary color
Monochromatic Colors of #61FDA1
Black with #61FDA1
Text Example
Text Example
White with #61FDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FDA1; }
p { color: rgb(97,253,161); }
H1.HeaderClassName
{
color: #61FDA1;
}
.AnyTagClassName
{
color: #61FDA1;
}
</style>
background-color css
<style>
a { background-color: #61FDA1; }
a { background-color: rgb(97,253,161); }
div.DivClassName
{
background-color: #61FDA1;
}
.BgClassName
{
background-color: #61FDA1;
}
</style>
border-color css
<style>
span { border-color: #61FDA1; }
span { border-color: rgb(97,253,161); }
td.TdClassName
{
border-color: #61FDA1;
}
.TagClassName
{
border-color: #61FDA1;
}
</style>