Shades of Medium Aquamarine #61FFA0
Tints of Medium Aquamarine #61FFA0
RGB
CMYK
RGB Variations
Color information
#61FFA0 (or 0x61FFA0) is known color: Medium Aquamarine. HEX triplet: 61, FF and A0. RGB value is (97,255,160). Sum of RGB (Red+Green+Blue) = 97+255+160=512 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.95% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FFA0 is #9E005F. Grayscale: #C5C5C5. Windows color (decimal): -10354784 or 10551137. OLE color: 10551137.
HSL color Cylindrical-coordinate representation of color #61FFA0: hue angle of 143.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FFA0 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 160 | - |
| CMYK | 0.62 | 0 | 0.37 | 0 |
| HSL | 143.92º | 1% | 0.69% | - |
| HSV(B) | 143.92º | 0.62% | 1% | - |
| XYZ | 47.03 | 76.6 | 45.56 | - |
| YUV | 196.93 | 107.15 | 56.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 160 | 0.62 | 0 | 0.37 | 0 | 143.92 | 1 | 0.69 |
| Hex | 61 | FF | A0 | 3E | 0 | 25 | 0 | 90 | 64 | 45 |
| Octal | 141 | 377 | 240 | 76 | 0 | 45 | 0 | 220 | 144 | 105 |
| Binary | 1100001 | 11111111 | 10100000 | 111110 | 0 | 100101 | 0 | 10010000 | 1100100 | 1000101 |
Color Harmonies of #61FFA0
Complementary color
Monochromatic Colors of #61FFA0
Black with #61FFA0
Text Example
Text Example
White with #61FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FFA0; }
p { color: rgb(97,255,160); }
H1.HeaderClassName
{
color: #61FFA0;
}
.AnyTagClassName
{
color: #61FFA0;
}
</style>
background-color css
<style>
a { background-color: #61FFA0; }
a { background-color: rgb(97,255,160); }
div.DivClassName
{
background-color: #61FFA0;
}
.BgClassName
{
background-color: #61FFA0;
}
</style>
border-color css
<style>
span { border-color: #61FFA0; }
span { border-color: rgb(97,255,160); }
td.TdClassName
{
border-color: #61FFA0;
}
.TagClassName
{
border-color: #61FFA0;
}
</style>