Shades of Medium Aquamarine #61F097
Tints of Medium Aquamarine #61F097
RGB
CMYK
RGB Variations
Color information
#61F097 (or 0x61F097) is known color: Medium Aquamarine. HEX triplet: 61, F0 and 97. RGB value is (97,240,151). Sum of RGB (Red+Green+Blue) = 97+240+151=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #61F097 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F097 is #9E0F68. Grayscale: #BBBBBB. Windows color (decimal): -10358633 or 9957473. OLE color: 9957473.
HSL color Cylindrical-coordinate representation of color #61F097: hue angle of 142.66º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F097 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 240 | 151 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.06 |
| HSL | 142.66º | 0.83% | 0.66% | - |
| HSV(B) | 142.66º | 0.6% | 0.94% | - |
| XYZ | 41.68 | 67.1 | 40.03 | - |
| YUV | 187.1 | 107.62 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 240 | 151 | 0.60 | 0 | 0.37 | 0.06 | 142.66 | 0.83 | 0.66 |
| Hex | 61 | F0 | 97 | 3C | 0 | 25 | 6 | 8F | 53 | 42 |
| Octal | 141 | 360 | 227 | 74 | 0 | 45 | 6 | 217 | 123 | 102 |
| Binary | 1100001 | 11110000 | 10010111 | 111100 | 0 | 100101 | 110 | 10001111 | 1010011 | 1000010 |
Color Harmonies of #61F097
Complementary color
Monochromatic Colors of #61F097
Black with #61F097
Text Example
Text Example
White with #61F097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F097; }
p { color: rgb(97,240,151); }
H1.HeaderClassName
{
color: #61F097;
}
.AnyTagClassName
{
color: #61F097;
}
</style>
background-color css
<style>
a { background-color: #61F097; }
a { background-color: rgb(97,240,151); }
div.DivClassName
{
background-color: #61F097;
}
.BgClassName
{
background-color: #61F097;
}
</style>
border-color css
<style>
span { border-color: #61F097; }
span { border-color: rgb(97,240,151); }
td.TdClassName
{
border-color: #61F097;
}
.TagClassName
{
border-color: #61F097;
}
</style>