Shades of Medium Aquamarine #61F0A0
Tints of Medium Aquamarine #61F0A0
RGB
CMYK
RGB Variations
Color information
#61F0A0 (or 0x61F0A0) is known color: Medium Aquamarine. HEX triplet: 61, F0 and A0. RGB value is (97,240,160). Sum of RGB (Red+Green+Blue) = 97+240+160=497 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.52% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #61F0A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F0A0 is #9E0F5F. Grayscale: #BCBCBC. Windows color (decimal): -10358624 or 10547297. OLE color: 10547297.
HSL color Cylindrical-coordinate representation of color #61F0A0: hue angle of 146.43º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F0A0 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 240 | 160 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.06 |
| HSL | 146.43º | 0.83% | 0.66% | - |
| HSV(B) | 146.43º | 0.6% | 0.94% | - |
| XYZ | 42.44 | 67.4 | 44.03 | - |
| YUV | 188.12 | 112.12 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 240 | 160 | 0.60 | 0 | 0.33 | 0.06 | 146.43 | 0.83 | 0.66 |
| Hex | 61 | F0 | A0 | 3C | 0 | 21 | 6 | 92 | 53 | 42 |
| Octal | 141 | 360 | 240 | 74 | 0 | 41 | 6 | 222 | 123 | 102 |
| Binary | 1100001 | 11110000 | 10100000 | 111100 | 0 | 100001 | 110 | 10010010 | 1010011 | 1000010 |
Color Harmonies of #61F0A0
Complementary color
Monochromatic Colors of #61F0A0
Black with #61F0A0
Text Example
Text Example
White with #61F0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F0A0; }
p { color: rgb(97,240,160); }
H1.HeaderClassName
{
color: #61F0A0;
}
.AnyTagClassName
{
color: #61F0A0;
}
</style>
background-color css
<style>
a { background-color: #61F0A0; }
a { background-color: rgb(97,240,160); }
div.DivClassName
{
background-color: #61F0A0;
}
.BgClassName
{
background-color: #61F0A0;
}
</style>
border-color css
<style>
span { border-color: #61F0A0; }
span { border-color: rgb(97,240,160); }
td.TdClassName
{
border-color: #61F0A0;
}
.TagClassName
{
border-color: #61F0A0;
}
</style>