Shades of Medium Aquamarine #61F49D
Tints of Medium Aquamarine #61F49D
RGB
CMYK
RGB Variations
Color information
#61F49D (or 0x61F49D) is known color: Medium Aquamarine. HEX triplet: 61, F4 and 9D. RGB value is (97,244,157). Sum of RGB (Red+Green+Blue) = 97+244+157=498 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.48% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 244 - color contains mainly: green. Hex color #61F49D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F49D is #9E0B62. Grayscale: #BEBEBE. Windows color (decimal): -10357603 or 10351713. OLE color: 10351713.
HSL color Cylindrical-coordinate representation of color #61F49D: hue angle of 144.49º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F49D is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 244 | 157 | - |
| CMYK | 0.60 | 0 | 0.36 | 0.04 |
| HSL | 144.49º | 0.87% | 0.67% | - |
| HSV(B) | 144.49º | 0.6% | 0.96% | - |
| XYZ | 43.37 | 69.68 | 43.06 | - |
| YUV | 190.13 | 109.3 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 244 | 157 | 0.60 | 0 | 0.36 | 0.04 | 144.49 | 0.87 | 0.67 |
| Hex | 61 | F4 | 9D | 3C | 0 | 24 | 4 | 90 | 57 | 43 |
| Octal | 141 | 364 | 235 | 74 | 0 | 44 | 4 | 220 | 127 | 103 |
| Binary | 1100001 | 11110100 | 10011101 | 111100 | 0 | 100100 | 100 | 10010000 | 1010111 | 1000011 |
Color Harmonies of #61F49D
Complementary color
Monochromatic Colors of #61F49D
Black with #61F49D
Text Example
Text Example
White with #61F49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F49D; }
p { color: rgb(97,244,157); }
H1.HeaderClassName
{
color: #61F49D;
}
.AnyTagClassName
{
color: #61F49D;
}
</style>
background-color css
<style>
a { background-color: #61F49D; }
a { background-color: rgb(97,244,157); }
div.DivClassName
{
background-color: #61F49D;
}
.BgClassName
{
background-color: #61F49D;
}
</style>
border-color css
<style>
span { border-color: #61F49D; }
span { border-color: rgb(97,244,157); }
td.TdClassName
{
border-color: #61F49D;
}
.TagClassName
{
border-color: #61F49D;
}
</style>