Shades of Medium Aquamarine #61F997
Tints of Medium Aquamarine #61F997
RGB
CMYK
RGB Variations
Color information
#61F997 (or 0x61F997) is known color: Medium Aquamarine. HEX triplet: 61, F9 and 97. RGB value is (97,249,151). Sum of RGB (Red+Green+Blue) = 97+249+151=497 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.52% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #61F997 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F997 is #9E0668. Grayscale: #C0C0C0. Windows color (decimal): -10356329 or 9959777. OLE color: 9959777.
HSL color Cylindrical-coordinate representation of color #61F997: hue angle of 141.32º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F997 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 249 | 151 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.02 |
| HSL | 141.32º | 0.93% | 0.68% | - |
| HSV(B) | 141.32º | 0.61% | 0.98% | - |
| XYZ | 44.39 | 72.53 | 40.94 | - |
| YUV | 192.38 | 104.64 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 249 | 151 | 0.61 | 0 | 0.39 | 0.02 | 141.32 | 0.93 | 0.68 |
| Hex | 61 | F9 | 97 | 3D | 0 | 27 | 2 | 8D | 5D | 44 |
| Octal | 141 | 371 | 227 | 75 | 0 | 47 | 2 | 215 | 135 | 104 |
| Binary | 1100001 | 11111001 | 10010111 | 111101 | 0 | 100111 | 10 | 10001101 | 1011101 | 1000100 |
Color Harmonies of #61F997
Complementary color
Monochromatic Colors of #61F997
Black with #61F997
Text Example
Text Example
White with #61F997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F997; }
p { color: rgb(97,249,151); }
H1.HeaderClassName
{
color: #61F997;
}
.AnyTagClassName
{
color: #61F997;
}
</style>
background-color css
<style>
a { background-color: #61F997; }
a { background-color: rgb(97,249,151); }
div.DivClassName
{
background-color: #61F997;
}
.BgClassName
{
background-color: #61F997;
}
</style>
border-color css
<style>
span { border-color: #61F997; }
span { border-color: rgb(97,249,151); }
td.TdClassName
{
border-color: #61F997;
}
.TagClassName
{
border-color: #61F997;
}
</style>