Shades of Medium Aquamarine #61F7AA
Tints of Medium Aquamarine #61F7AA
RGB
CMYK
RGB Variations
Color information
#61F7AA (or 0x61F7AA) is known color: Medium Aquamarine. HEX triplet: 61, F7 and AA. RGB value is (97,247,170). Sum of RGB (Red+Green+Blue) = 97+247+170=514 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.87% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #61F7AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F7AA is #9E0855. Grayscale: #C1C1C1. Windows color (decimal): -10356822 or 11204449. OLE color: 11204449.
HSL color Cylindrical-coordinate representation of color #61F7AA: hue angle of 149.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 #61F7AA is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 247 | 170 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.03 |
| HSL | 149.2º | 0.9% | 0.67% | - |
| HSV(B) | 149.2º | 0.61% | 0.97% | - |
| XYZ | 45.45 | 71.97 | 49.53 | - |
| YUV | 193.37 | 114.81 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 247 | 170 | 0.61 | 0 | 0.31 | 0.03 | 149.2 | 0.9 | 0.67 |
| Hex | 61 | F7 | AA | 3D | 0 | 1F | 3 | 95 | 5A | 43 |
| Octal | 141 | 367 | 252 | 75 | 0 | 37 | 3 | 225 | 132 | 103 |
| Binary | 1100001 | 11110111 | 10101010 | 111101 | 0 | 11111 | 11 | 10010101 | 1011010 | 1000011 |
Color Harmonies of #61F7AA
Complementary color
Monochromatic Colors of #61F7AA
Black with #61F7AA
Text Example
Text Example
White with #61F7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F7AA; }
p { color: rgb(97,247,170); }
H1.HeaderClassName
{
color: #61F7AA;
}
.AnyTagClassName
{
color: #61F7AA;
}
</style>
background-color css
<style>
a { background-color: #61F7AA; }
a { background-color: rgb(97,247,170); }
div.DivClassName
{
background-color: #61F7AA;
}
.BgClassName
{
background-color: #61F7AA;
}
</style>
border-color css
<style>
span { border-color: #61F7AA; }
span { border-color: rgb(97,247,170); }
td.TdClassName
{
border-color: #61F7AA;
}
.TagClassName
{
border-color: #61F7AA;
}
</style>