Shades of Medium Aquamarine #61F0A1
Tints of Medium Aquamarine #61F0A1
RGB
CMYK
RGB Variations
Color information
#61F0A1 (or 0x61F0A1) is known color: Medium Aquamarine. HEX triplet: 61, F0 and A1. RGB value is (97,240,161). Sum of RGB (Red+Green+Blue) = 97+240+161=498 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.48% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #61F0A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F0A1 is #9E0F5E. Grayscale: #BCBCBC. Windows color (decimal): -10358623 or 10612833. OLE color: 10612833.
HSL color Cylindrical-coordinate representation of color #61F0A1: hue angle of 146.85º 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 #61F0A1 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 240 | 161 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.06 |
| HSL | 146.85º | 0.83% | 0.66% | - |
| HSV(B) | 146.85º | 0.6% | 0.94% | - |
| XYZ | 42.52 | 67.43 | 44.49 | - |
| YUV | 188.24 | 112.62 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 240 | 161 | 0.60 | 0 | 0.33 | 0.06 | 146.85 | 0.83 | 0.66 |
| Hex | 61 | F0 | A1 | 3C | 0 | 21 | 6 | 93 | 53 | 42 |
| Octal | 141 | 360 | 241 | 74 | 0 | 41 | 6 | 223 | 123 | 102 |
| Binary | 1100001 | 11110000 | 10100001 | 111100 | 0 | 100001 | 110 | 10010011 | 1010011 | 1000010 |
Color Harmonies of #61F0A1
Complementary color
Monochromatic Colors of #61F0A1
Black with #61F0A1
Text Example
Text Example
White with #61F0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F0A1; }
p { color: rgb(97,240,161); }
H1.HeaderClassName
{
color: #61F0A1;
}
.AnyTagClassName
{
color: #61F0A1;
}
</style>
background-color css
<style>
a { background-color: #61F0A1; }
a { background-color: rgb(97,240,161); }
div.DivClassName
{
background-color: #61F0A1;
}
.BgClassName
{
background-color: #61F0A1;
}
</style>
border-color css
<style>
span { border-color: #61F0A1; }
span { border-color: rgb(97,240,161); }
td.TdClassName
{
border-color: #61F0A1;
}
.TagClassName
{
border-color: #61F0A1;
}
</style>