Shades of Medium Aquamarine #61E1A6
Tints of Medium Aquamarine #61E1A6
RGB
CMYK
RGB Variations
Color information
#61E1A6 (or 0x61E1A6) is known color: Medium Aquamarine. HEX triplet: 61, E1 and A6. RGB value is (97,225,166). Sum of RGB (Red+Green+Blue) = 97+225+166=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #61E1A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61E1A6 is #9E1E59. Grayscale: #B4B4B4. Windows color (decimal): -10362458 or 10936673. OLE color: 10936673.
HSL color Cylindrical-coordinate representation of color #61E1A6: hue angle of 152.34º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E1A6 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 225 | 166 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.12 |
| HSL | 152.34º | 0.68% | 0.63% | - |
| HSV(B) | 152.34º | 0.57% | 0.88% | - |
| XYZ | 38.74 | 59.14 | 45.45 | - |
| YUV | 180 | 120.09 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 225 | 166 | 0.57 | 0 | 0.26 | 0.12 | 152.34 | 0.68 | 0.63 |
| Hex | 61 | E1 | A6 | 39 | 0 | 1A | C | 98 | 44 | 3F |
| Octal | 141 | 341 | 246 | 71 | 0 | 32 | 14 | 230 | 104 | 77 |
| Binary | 1100001 | 11100001 | 10100110 | 111001 | 0 | 11010 | 1100 | 10011000 | 1000100 | 111111 |
Color Harmonies of #61E1A6
Complementary color
Monochromatic Colors of #61E1A6
Black with #61E1A6
Text Example
Text Example
White with #61E1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E1A6; }
p { color: rgb(97,225,166); }
H1.HeaderClassName
{
color: #61E1A6;
}
.AnyTagClassName
{
color: #61E1A6;
}
</style>
background-color css
<style>
a { background-color: #61E1A6; }
a { background-color: rgb(97,225,166); }
div.DivClassName
{
background-color: #61E1A6;
}
.BgClassName
{
background-color: #61E1A6;
}
</style>
border-color css
<style>
span { border-color: #61E1A6; }
span { border-color: rgb(97,225,166); }
td.TdClassName
{
border-color: #61E1A6;
}
.TagClassName
{
border-color: #61E1A6;
}
</style>