Shades of Medium Aquamarine #61E8A0
Tints of Medium Aquamarine #61E8A0
RGB
CMYK
RGB Variations
Color information
#61E8A0 (or 0x61E8A0) is known color: Medium Aquamarine. HEX triplet: 61, E8 and A0. RGB value is (97,232,160). Sum of RGB (Red+Green+Blue) = 97+232+160=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 232 - color contains mainly: green. Hex color #61E8A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61E8A0 is #9E175F. Grayscale: #B7B7B7. Windows color (decimal): -10360672 or 10545249. OLE color: 10545249.
HSL color Cylindrical-coordinate representation of color #61E8A0: hue angle of 148º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E8A0 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 232 | 160 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.09 |
| HSL | 148º | 0.75% | 0.65% | - |
| HSV(B) | 148º | 0.58% | 0.91% | - |
| XYZ | 40.13 | 62.79 | 43.26 | - |
| YUV | 183.43 | 114.77 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 232 | 160 | 0.58 | 0 | 0.31 | 0.09 | 148 | 0.75 | 0.65 |
| Hex | 61 | E8 | A0 | 3A | 0 | 1F | 9 | 94 | 4B | 41 |
| Octal | 141 | 350 | 240 | 72 | 0 | 37 | 11 | 224 | 113 | 101 |
| Binary | 1100001 | 11101000 | 10100000 | 111010 | 0 | 11111 | 1001 | 10010100 | 1001011 | 1000001 |
Color Harmonies of #61E8A0
Complementary color
Monochromatic Colors of #61E8A0
Black with #61E8A0
Text Example
Text Example
White with #61E8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E8A0; }
p { color: rgb(97,232,160); }
H1.HeaderClassName
{
color: #61E8A0;
}
.AnyTagClassName
{
color: #61E8A0;
}
</style>
background-color css
<style>
a { background-color: #61E8A0; }
a { background-color: rgb(97,232,160); }
div.DivClassName
{
background-color: #61E8A0;
}
.BgClassName
{
background-color: #61E8A0;
}
</style>
border-color css
<style>
span { border-color: #61E8A0; }
span { border-color: rgb(97,232,160); }
td.TdClassName
{
border-color: #61E8A0;
}
.TagClassName
{
border-color: #61E8A0;
}
</style>