Shades of Medium Aquamarine #61EC9E
Tints of Medium Aquamarine #61EC9E
RGB
CMYK
RGB Variations
Color information
#61EC9E (or 0x61EC9E) is known color: Medium Aquamarine. HEX triplet: 61, EC and 9E. RGB value is (97,236,158). Sum of RGB (Red+Green+Blue) = 97+236+158=491 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.76% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #61EC9E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EC9E is #9E1361. Grayscale: #B9B9B9. Windows color (decimal): -10359650 or 10415201. OLE color: 10415201.
HSL color Cylindrical-coordinate representation of color #61EC9E: hue angle of 146.33º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EC9E is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 236 | 158 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.07 |
| HSL | 146.33º | 0.79% | 0.65% | - |
| HSV(B) | 146.33º | 0.59% | 0.93% | - |
| XYZ | 41.1 | 65 | 42.73 | - |
| YUV | 185.55 | 112.45 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 236 | 158 | 0.59 | 0 | 0.33 | 0.07 | 146.33 | 0.79 | 0.65 |
| Hex | 61 | EC | 9E | 3B | 0 | 21 | 7 | 92 | 4F | 41 |
| Octal | 141 | 354 | 236 | 73 | 0 | 41 | 7 | 222 | 117 | 101 |
| Binary | 1100001 | 11101100 | 10011110 | 111011 | 0 | 100001 | 111 | 10010010 | 1001111 | 1000001 |
Color Harmonies of #61EC9E
Complementary color
Monochromatic Colors of #61EC9E
Black with #61EC9E
Text Example
Text Example
White with #61EC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EC9E; }
p { color: rgb(97,236,158); }
H1.HeaderClassName
{
color: #61EC9E;
}
.AnyTagClassName
{
color: #61EC9E;
}
</style>
background-color css
<style>
a { background-color: #61EC9E; }
a { background-color: rgb(97,236,158); }
div.DivClassName
{
background-color: #61EC9E;
}
.BgClassName
{
background-color: #61EC9E;
}
</style>
border-color css
<style>
span { border-color: #61EC9E; }
span { border-color: rgb(97,236,158); }
td.TdClassName
{
border-color: #61EC9E;
}
.TagClassName
{
border-color: #61EC9E;
}
</style>