Shades of Medium Aquamarine #61F195
Tints of Medium Aquamarine #61F195
RGB
CMYK
RGB Variations
Color information
#61F195 (or 0x61F195) is known color: Medium Aquamarine. HEX triplet: 61, F1 and 95. RGB value is (97,241,149). Sum of RGB (Red+Green+Blue) = 97+241+149=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #61F195 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F195 is #9E0E6A. Grayscale: #BBBBBB. Windows color (decimal): -10358379 or 9826657. OLE color: 9826657.
HSL color Cylindrical-coordinate representation of color #61F195: hue angle of 141.67º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F195 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 241 | 149 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.05 |
| HSL | 141.67º | 0.84% | 0.66% | - |
| HSV(B) | 141.67º | 0.6% | 0.95% | - |
| XYZ | 41.81 | 67.62 | 39.28 | - |
| YUV | 187.46 | 106.29 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 241 | 149 | 0.60 | 0 | 0.38 | 0.05 | 141.67 | 0.84 | 0.66 |
| Hex | 61 | F1 | 95 | 3C | 0 | 26 | 5 | 8E | 54 | 42 |
| Octal | 141 | 361 | 225 | 74 | 0 | 46 | 5 | 216 | 124 | 102 |
| Binary | 1100001 | 11110001 | 10010101 | 111100 | 0 | 100110 | 101 | 10001110 | 1010100 | 1000010 |
Color Harmonies of #61F195
Complementary color
Monochromatic Colors of #61F195
Black with #61F195
Text Example
Text Example
White with #61F195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F195; }
p { color: rgb(97,241,149); }
H1.HeaderClassName
{
color: #61F195;
}
.AnyTagClassName
{
color: #61F195;
}
</style>
background-color css
<style>
a { background-color: #61F195; }
a { background-color: rgb(97,241,149); }
div.DivClassName
{
background-color: #61F195;
}
.BgClassName
{
background-color: #61F195;
}
</style>
border-color css
<style>
span { border-color: #61F195; }
span { border-color: rgb(97,241,149); }
td.TdClassName
{
border-color: #61F195;
}
.TagClassName
{
border-color: #61F195;
}
</style>