Shades of Medium Aquamarine #61E2A0
Tints of Medium Aquamarine #61E2A0
RGB
CMYK
RGB Variations
Color information
#61E2A0 (or 0x61E2A0) is known color: Medium Aquamarine. HEX triplet: 61, E2 and A0. RGB value is (97,226,160). Sum of RGB (Red+Green+Blue) = 97+226+160=483 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.08% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #61E2A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61E2A0 is #9E1D5F. Grayscale: #B4B4B4. Windows color (decimal): -10362208 or 10543713. OLE color: 10543713.
HSL color Cylindrical-coordinate representation of color #61E2A0: hue angle of 149.3º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E2A0 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 97 | 226 | 160 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.11 |
| HSL | 149.3º | 0.69% | 0.63% | - |
| HSV(B) | 149.3º | 0.57% | 0.89% | - |
| XYZ | 38.47 | 59.47 | 42.71 | - |
| YUV | 179.91 | 116.76 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 226 | 160 | 0.57 | 0 | 0.29 | 0.11 | 149.3 | 0.69 | 0.63 |
| Hex | 61 | E2 | A0 | 39 | 0 | 1D | B | 95 | 45 | 3F |
| Octal | 141 | 342 | 240 | 71 | 0 | 35 | 13 | 225 | 105 | 77 |
| Binary | 1100001 | 11100010 | 10100000 | 111001 | 0 | 11101 | 1011 | 10010101 | 1000101 | 111111 |
Color Harmonies of #61E2A0
Complementary color
Monochromatic Colors of #61E2A0
Black with #61E2A0
Text Example
Text Example
White with #61E2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E2A0; }
p { color: rgb(97,226,160); }
H1.HeaderClassName
{
color: #61E2A0;
}
.AnyTagClassName
{
color: #61E2A0;
}
</style>
background-color css
<style>
a { background-color: #61E2A0; }
a { background-color: rgb(97,226,160); }
div.DivClassName
{
background-color: #61E2A0;
}
.BgClassName
{
background-color: #61E2A0;
}
</style>
border-color css
<style>
span { border-color: #61E2A0; }
span { border-color: rgb(97,226,160); }
td.TdClassName
{
border-color: #61E2A0;
}
.TagClassName
{
border-color: #61E2A0;
}
</style>