Shades of Medium Aquamarine #61F7A0
Tints of Medium Aquamarine #61F7A0
RGB
CMYK
RGB Variations
Color information
#61F7A0 (or 0x61F7A0) is known color: Medium Aquamarine. HEX triplet: 61, F7 and A0. RGB value is (97,247,160). Sum of RGB (Red+Green+Blue) = 97+247+160=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 247 (96.88% from 255 or 49.01% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 247 - color contains mainly: green. Hex color #61F7A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F7A0 is #9E085F. Grayscale: #C0C0C0. Windows color (decimal): -10356832 or 10549089. OLE color: 10549089.
HSL color Cylindrical-coordinate representation of color #61F7A0: hue angle of 145.2º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F7A0 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 247 | 160 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.03 |
| HSL | 145.2º | 0.9% | 0.67% | - |
| HSV(B) | 145.2º | 0.61% | 0.97% | - |
| XYZ | 44.54 | 71.6 | 44.73 | - |
| YUV | 192.23 | 109.81 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 247 | 160 | 0.61 | 0 | 0.35 | 0.03 | 145.2 | 0.9 | 0.67 |
| Hex | 61 | F7 | A0 | 3D | 0 | 23 | 3 | 91 | 5A | 43 |
| Octal | 141 | 367 | 240 | 75 | 0 | 43 | 3 | 221 | 132 | 103 |
| Binary | 1100001 | 11110111 | 10100000 | 111101 | 0 | 100011 | 11 | 10010001 | 1011010 | 1000011 |
Color Harmonies of #61F7A0
Complementary color
Monochromatic Colors of #61F7A0
Black with #61F7A0
Text Example
Text Example
White with #61F7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F7A0; }
p { color: rgb(97,247,160); }
H1.HeaderClassName
{
color: #61F7A0;
}
.AnyTagClassName
{
color: #61F7A0;
}
</style>
background-color css
<style>
a { background-color: #61F7A0; }
a { background-color: rgb(97,247,160); }
div.DivClassName
{
background-color: #61F7A0;
}
.BgClassName
{
background-color: #61F7A0;
}
</style>
border-color css
<style>
span { border-color: #61F7A0; }
span { border-color: rgb(97,247,160); }
td.TdClassName
{
border-color: #61F7A0;
}
.TagClassName
{
border-color: #61F7A0;
}
</style>